Marco Hinz
|
bc5b5dd834
|
CHANGELOG: correction
|
2016-06-08 14:41:15 +02:00 |
|
Marco Hinz
|
9acc77d46c
|
Fix indentation of help message
|
2016-06-07 15:59:35 +02:00 |
|
Marco Hinz
|
77e3dd567a
|
Release 1.2
|
2016-06-07 14:14:04 +02:00 |
|
Marco Hinz
|
3fd0423900
|
Help: update
|
2016-06-06 20:52:47 +02:00 |
|
Marco Hinz
|
87c987d803
|
Add --servername examples to help
|
2016-06-06 20:11:28 +02:00 |
|
Marco Hinz
|
ae0fa3ae3c
|
Attach and show msg only once
|
2016-06-06 20:05:38 +02:00 |
|
Marco Hinz
|
06d49ed4a7
|
*-wait family actually waits now
|
2016-06-06 19:23:54 +02:00 |
|
Marco Hinz
|
80870304d8
|
Refactoring
|
2016-06-06 15:15:13 +02:00 |
|
Marco Hinz
|
bbef5d0725
|
Define proper argument count for all flags
|
2016-06-06 14:55:44 +02:00 |
|
Marco Hinz
|
3144970ee1
|
Make all other flags work
|
2016-06-06 13:58:55 +02:00 |
|
Marco Hinz
|
b3f7ea135d
|
Make --remote-expr work
|
2016-06-06 13:07:18 +02:00 |
|
Marco Hinz
|
2279ef2da1
|
Make --remote-send work
|
2016-06-06 12:59:15 +02:00 |
|
Marco Hinz
|
2b4f555a34
|
Rewrite #1
|
2016-06-06 12:15:14 +02:00 |
|
Guillaume Binet
|
fa66c030df
|
Add .gitignore
Closes #15.
|
2016-06-05 13:27:55 +02:00 |
|
Marco Hinz
|
28e6aad2b9
|
Merge PR #16 "Allow +cmd to be anywhere in the input args"
Closes #16.
|
2016-06-05 13:20:49 +02:00 |
|
Marco Hinz
|
76493ff0ad
|
CHANGELOG: update
|
2016-06-05 13:20:40 +02:00 |
|
Aleks Kamko
|
eec0dff83f
|
Update help string
|
2016-06-05 13:15:31 +02:00 |
|
Aleks Kamko
|
8bdc393308
|
Allow +cmd to be anywhere in the args
|
2016-06-05 13:15:24 +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
|
12e1860b6c
|
README: mention PyPI bugs
|
2016-02-15 17:52:30 +01:00 |
|
Marco Hinz
|
195c4a3117
|
README: update installation section
|
2016-02-15 04:06:09 +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 |
|
Marco Hinz
|
f12722e8b3
|
Make --serverlist work again
Refactoring gone wrong. *cough*
Closes #7.
|
2016-02-12 03:46:09 +01:00 |
|
Marco Hinz
|
06d9297d3e
|
Add --remote-tab-{wait,silent,wait-silent}
|
2016-01-28 19:29:42 +01:00 |
|
Marco Hinz
|
69a42753a5
|
Make --remote-tab take +{cmd}
|
2016-01-28 19:18:49 +01:00 |
|
Marco Hinz
|
beba805d9a
|
Improve option descriptions
|
2016-01-28 19:12:12 +01:00 |
|
Marco Hinz
|
1eaf77cfce
|
Make --remote{,-silent,-wait,-wait-silent} take +{cmd}
This is done to stay compatible to Vim, see ":h --remote".
References #5.
|
2016-01-28 18:14:54 +01:00 |
|
Marco Hinz
|
d56e137bc7
|
Simplify TCP/Unix socket distinction
|
2016-01-28 11:54:50 +01:00 |
|
Marco Hinz
|
994229d97c
|
Make license future-proof
|
2016-01-28 11:43:06 +01:00 |
|
Anmol Sethi
|
abbead4ba1
|
Support both Unix domain and TCP sockets
|
2016-01-28 11:41:27 +01:00 |
|
Marco Hinz
|
c8661f7576
|
FAQ: how to open directories?
|
2016-01-27 13:06:41 +01:00 |
|
Marco Hinz
|
00252f6195
|
Implement -c
|
2016-01-10 03:27:27 +01:00 |
|
Marco Hinz
|
a863309db1
|
Print usage when no arguments are given
|
2016-01-08 21:54:07 +01:00 |
|
ohle
|
a308d2d0c0
|
Use absolute file paths for opening files
Otherwise, filenames are interpreted as relative to neovim's cwd, which is not
necessarily that of the shell executing nvr.
|
2016-01-08 15:42:13 +01:00 |
|
Marco Hinz
|
d206e65548
|
README: add nicer header logo
|
2015-12-28 11:12:15 +01:00 |
|
Marco Hinz
|
87024b711f
|
Remove obsolete run_nvim()
|
2015-12-18 12:23:41 +01:00 |
|
Marco Hinz
|
c8f291c358
|
Release 1.1
|
2015-12-17 01:56:05 +01:00 |
|
Marco Hinz
|
bf61bd9a83
|
README: simplify intro
|
2015-12-17 01:33:54 +01:00 |
|
Marco Hinz
|
462a8655e3
|
README: add ToC and demos
|
2015-12-17 00:49:04 +01:00 |
|
Marco Hinz
|
3871822bbb
|
Process unused arguments first
|
2015-12-17 00:34:15 +01:00 |
|
Marco Hinz
|
fb4ab1e73a
|
Add two animated demo GIFs
|
2015-12-17 00:33:13 +01:00 |
|
Marco Hinz
|
8e7d5ff995
|
Catch --remote-expr failures
|
2015-12-16 23:25:20 +01:00 |
|
Marco Hinz
|
012e97d29c
|
README: update "nvr -h"
|
2015-12-16 22:23:32 +01:00 |
|
Marco Hinz
|
f43c3b9d24
|
README: correct outdated usage
|
2015-12-16 22:10:13 +01:00 |
|
Marco Hinz
|
d69792bcc6
|
Implement -l
|
2015-12-16 22:03:40 +01:00 |
|
Marco Hinz
|
a2ce603beb
|
Log: add missing options
|
2015-12-16 21:03:20 +01:00 |
|
Marco Hinz
|
f6395b720b
|
Implement --serverlist.. again
|
2015-12-16 19:47:37 +01:00 |
|
Marco Hinz
|
dc41ddec88
|
Clean up --help
|
2015-12-16 19:32:36 +01:00 |
|
Marco Hinz
|
8e649507b3
|
Implement -O and -p
|
2015-12-16 18:25:58 +01:00 |
|
Marco Hinz
|
2f35681794
|
Code style: some align and spacing changes
|
2015-12-16 18:19:31 +01:00 |
|