Commit Graph

70 Commits (fa66c030df39cdd2c3ef262f2d80856e5c05c56a)
 

Author SHA1 Message Date
Guillaume Binet fa66c030df Add .gitignore
Closes #15.
8 years ago
Marco Hinz 28e6aad2b9 Merge PR #16 "Allow +cmd to be anywhere in the input args"
Closes #16.
8 years ago
Marco Hinz 76493ff0ad CHANGELOG: update 8 years ago
Aleks Kamko eec0dff83f Update help string 8 years ago
Aleks Kamko 8bdc393308 Allow +cmd to be anywhere in the args 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)
8 years ago
Marco Hinz 12e1860b6c README: mention PyPI bugs 8 years ago
Marco Hinz 195c4a3117 README: update installation section 8 years ago
Marco Hinz c405bf48de Upload to PyPI
You can now install "nvr" via:

    pip3 install neovim-remote

References #8.
8 years ago
Marco Hinz f12722e8b3 Make --serverlist work again
Refactoring gone wrong. *cough*

Closes #7.
8 years ago
Marco Hinz 06d9297d3e Add --remote-tab-{wait,silent,wait-silent} 8 years ago
Marco Hinz 69a42753a5 Make --remote-tab take +{cmd} 8 years ago
Marco Hinz beba805d9a Improve option descriptions 8 years ago
Marco Hinz 1eaf77cfce Make --remote{,-silent,-wait,-wait-silent} take +{cmd}
This is done to stay compatible to Vim, see ":h --remote".

References #5.
8 years ago
Marco Hinz d56e137bc7 Simplify TCP/Unix socket distinction 8 years ago
Marco Hinz 994229d97c Make license future-proof 8 years ago
Anmol Sethi abbead4ba1 Support both Unix domain and TCP sockets 8 years ago
Marco Hinz c8661f7576 FAQ: how to open directories? 9 years ago
Marco Hinz 00252f6195 Implement -c 9 years ago
Marco Hinz a863309db1 Print usage when no arguments are given 9 years ago
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.
9 years ago
Marco Hinz d206e65548 README: add nicer header logo 9 years ago
Marco Hinz 87024b711f Remove obsolete run_nvim() 9 years ago
Marco Hinz c8f291c358 Release 1.1 9 years ago
Marco Hinz bf61bd9a83 README: simplify intro 9 years ago
Marco Hinz 462a8655e3 README: add ToC and demos 9 years ago
Marco Hinz 3871822bbb Process unused arguments first 9 years ago
Marco Hinz fb4ab1e73a Add two animated demo GIFs 9 years ago
Marco Hinz 8e7d5ff995 Catch --remote-expr failures 9 years ago
Marco Hinz 012e97d29c README: update "nvr -h" 9 years ago
Marco Hinz f43c3b9d24 README: correct outdated usage 9 years ago
Marco Hinz d69792bcc6 Implement -l 9 years ago
Marco Hinz a2ce603beb Log: add missing options 9 years ago
Marco Hinz f6395b720b Implement --serverlist.. again 9 years ago
Marco Hinz dc41ddec88 Clean up --help 9 years ago
Marco Hinz 8e649507b3 Implement -O and -p 9 years ago
Marco Hinz 2f35681794 Code style: some align and spacing changes 9 years ago
Marco Hinz 7abbe9618e Implement -o 9 years ago
Marco Hinz 29c0f06f68 Add default clause for --remote-expr 9 years ago
Marco Hinz 931f6bf55f Feed unused arguments to --remote-silent 9 years ago
Marco Hinz c172521859 Add CHANGELOG.md 9 years ago
Marco Hinz 5b1cd8ee03 Ignore unknown arguments
nvr is not a real wrapper anymore, for simplicty reasons and because most
people probably didn't alias nvr to nvim anway. If that were the case, you'd
always load the python provider first, even if you not end up using it, which
leads to a certain delay.

nvim startup time is crucial.
9 years ago
Marco Hinz 318f33abd8 README: adapt to name changes 9 years ago
Marco Hinz 2d47f69aba neovim-remote.py -> nvr 9 years ago
Marco Hinz 551fc73a83 README: update comment 9 years ago
Marco Hinz b385188f9c README: nicer --remote-expr example 9 years ago
Marco Hinz 356cb3367a --remote-expr: decode bytes to UTF-8 for all types 9 years ago
Marco Hinz 17288b32ae README: remove obsolete reference to --serverlist 9 years ago
Marco Hinz 6f6d0f2702 README: explain "server instance" 9 years ago
Marco Hinz ab66324ef4 README: update install instructions 9 years ago