Commit Graph

21 Commits (1bcc77e299612c2b4d765d917ae80d0c3ad765c5)

Author SHA1 Message Date
Marco Hinz aee0fa049c
Rename package to "nvr" 7 years ago
Raghu 53cd4962f8 Update setup.py to use 'console_scripts'
setup will generate appropriate executable sccripts on all platforms.
Tested on windows 8.1
7 years ago
Marco Hinz f78e3a9f0e
Make --serverlist work for real 8 years ago
Marco Hinz 9dd9c323fd
Improve help texts 8 years ago
Marco Hinz 020bb0ca34
Fix --remote-wait-silent
References #36.
8 years ago
Marco Hinz 6418fe24f6
Add -cc
References #35.
8 years ago
Marco Hinz 27c57846f5
Add -t
References #29.
8 years ago
Marco Hinz 8d7fe39aee
-q: switch to correct directory first
References
https://github.com/mhinz/neovim-remote/issues/29
8 years ago
Marco Hinz af050cb55e
-q: jump to first error 8 years ago
Marco Hinz 9e96644c97
Add -q
References https://github.com/mhinz/neovim-remote/issues/29
8 years ago
Marco Hinz b65265ed97
Release v1.4.0 8 years ago
Marco Hinz 7ee0e2dc31
Make all flags read from STDIN on - 8 years ago
Marco Hinz 3a93776ec3
Make "-o -" and "-O -" read from STDIN
References https://github.com/mhinz/neovim-remote/issues/28
8 years ago
Marco Hinz 068e21aae0 Improve usage message
References #26.
8 years ago
Marco Hinz 18c3cf41e5
PyPI: reupload -> 1.3.1
Somehow I managed to upload an egg for Python3.5 only. I have no idea how that
happened.

Sorry for any inconveniences!
8 years ago
Marco Hinz 29f7dcc86b
Release 1.3.0 8 years ago
Marco Hinz 7e76f845a3 Remove leading -- from arguments list
Fixes https://github.com/mhinz/neovim-remote/issues/17
8 years ago
Marco Hinz 7dce7ea34f Release 1.2.1 8 years ago
Marco Hinz 77e3dd567a Release 1.2 8 years ago
Marco Hinz 5ba2742c68 Don't split up executable
This way we can simply look at the script by doing:

    nvim $(which nvr)
9 years ago
Marco Hinz c405bf48de Upload to PyPI
You can now install "nvr" via:

    pip3 install neovim-remote

References #8.
9 years ago