odf

2.3.2 • Public • Published

Open Diff Files

Open all the changed files in the current git repo

Install

npm install -g odf

Or use it without installing it:

npx odf

Usage

Use odf <editor> to open all the modified files with the editor of your choice:

odf        # print all the modified files
odf atom   # open all the modified files with atom editor
odf vim    # open in vim (as buffers)
odf vim -p # open in vim (as tabs)
odf nvim   # open in neovim

License

MIT license

Author

me
© 2017 Pablo Varela

Dependents (0)

Package Sidebar

Install

npm i odf

Weekly Downloads

6

Version

2.3.2

License

MIT

Unpacked Size

3.24 kB

Total Files

4

Last publish

Collaborators

  • pablopunk