2
0
mirror of https://github.com/mhinz/neovim-remote synced 2024-11-11 13:10:34 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Marco Hinz
53ce66cf98
Setup: mention support for Python 3.6 2017-05-25 15:47:12 +02:00
Marco Hinz
aee0fa049c
Rename package to "nvr" 2017-05-24 14:37:11 +02:00
Raghu
53cd4962f8 Update setup.py to use 'console_scripts'
setup will generate appropriate executable sccripts on all platforms.
Tested on windows 8.1
2017-05-23 16:01:05 +02:00
Marco Hinz
f78e3a9f0e
Make --serverlist work for real 2017-04-27 13:24:33 +02:00
Marco Hinz
9dd9c323fd
Improve help texts 2017-03-27 15:39:01 +02:00
Marco Hinz
020bb0ca34
Fix --remote-wait-silent
References #36.
2017-03-19 16:48:09 +01:00
Marco Hinz
6418fe24f6
Add -cc
References #35.
2017-02-26 17:22:47 +01:00
Marco Hinz
27c57846f5
Add -t
References #29.
2016-12-29 12:57:32 +01:00
Marco Hinz
8d7fe39aee
-q: switch to correct directory first
References
https://github.com/mhinz/neovim-remote/issues/29
2016-12-28 13:47:36 +01:00
Marco Hinz
af050cb55e
-q: jump to first error 2016-12-28 12:39:10 +01:00
Marco Hinz
9e96644c97
Add -q
References https://github.com/mhinz/neovim-remote/issues/29
2016-12-28 12:31:41 +01:00
Marco Hinz
b65265ed97
Release v1.4.0 2016-12-07 00:45:07 +01:00
Marco Hinz
7ee0e2dc31
Make all flags read from STDIN on - 2016-11-28 20:12:48 +01:00
Marco Hinz
3a93776ec3
Make "-o -" and "-O -" read from STDIN
References https://github.com/mhinz/neovim-remote/issues/28
2016-11-28 18:07:28 +01:00
Marco Hinz
068e21aae0 Improve usage message
References #26.
2016-11-08 16:27:47 +01:00
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!
2016-10-07 15:17:29 +02:00
Marco Hinz
29f7dcc86b
Release 1.3.0 2016-10-06 20:57:55 +02:00
Marco Hinz
7e76f845a3 Remove leading -- from arguments list
Fixes https://github.com/mhinz/neovim-remote/issues/17
2016-07-03 13:27:51 +02:00
Marco Hinz
7dce7ea34f Release 1.2.1 2016-06-08 16:28:42 +02:00
Marco Hinz
77e3dd567a Release 1.2 2016-06-07 14:14:04 +02:00
Marco Hinz
5ba2742c68 Don't split up executable
This way we can simply look at the script by doing:

    nvim $(which nvr)
2016-02-17 01:22:49 +01:00
Marco Hinz
c405bf48de Upload to PyPI
You can now install "nvr" via:

    pip3 install neovim-remote

References #8.
2016-02-15 03:44:03 +01:00