]> Sergey Matveev's repositories - nnn.git/shortlog
nnn.git
2018-12-04 Arun Prakash... Option -c is gone
2018-12-04 Arun Prakash... Match context index with directory color
2018-12-03 Arun Prakash... Per-context directory color
2018-12-03 Arun Prakash... Update docs
2018-12-02 Arun Prakash... Ask to create new context on TAB
2018-12-02 Arun Prakash... Update stats in docs
2018-12-02 Arun Prakash... Support TAB to cycle contexts
2018-12-01 Arun Prakash... Update docs
2018-12-01 Arun Prakash... Add link to Cygwin wiki page
2018-12-01 Arun Prakash... Update copier script and docs
2018-12-01 Arun Prakash... Add options to force file operations
2018-12-01 Arun Prakash... Use bool where applicable
2018-12-01 Arun Prakash... Fix #156: Support selection across directories, contexts
2018-12-01 Arun Prakash... Show arg to EDITOR, PAGER & SHELL
2018-12-01 Arun Prakash... Fix #157: support one combined arg for EDITOR, PAGER...
2018-12-01 Arun Prakash... Split EDITOR & PAGER options, concise NNN_USE_EDITOR...
2018-12-01 Arun Prakash... No need to initialize sel
2018-12-01 Arun Prakash... Get pager with arg
2018-12-01 Arun Prakash... Better msg if nothing in selection
2018-12-01 Arun Prakash... Refactor code to get editor args
2018-11-30 Arun Prakash... Merge pull request #158 from davidjharder/patch-1
2018-11-30 David HarderAdd Solus to README
2018-11-30 Arun Prakash... Use the same term
2018-11-30 Arun Prakash... Fix #155: do not discard seleciton on Enter
2018-11-30 Arun Prakash... Add sample command for Termux
2018-11-29 Arun Prakash... Fix indentation
2018-11-29 Arun Prakash... Clear picker file on cancel
2018-11-29 Arun Prakash... vim plugin: Enter clears selection and picks cuntry
2018-11-29 Arun Prakash... Update docs
2018-11-28 Arun Prakash... Simplify getting editor env var
2018-11-28 Arun Prakash... Add xargs as external dep
2018-11-28 Arun Prakash... Update mentions
2018-11-28 Arun Prakash... xargs supports -a on Linux
2018-11-28 Arun Prakash... Remove .js from mime list
2018-11-28 Arun Prakash... Use the -I option on OS X to identify file mime
2018-11-28 Arun Prakash... individual rm: replace -I with -i
2018-11-28 Arun Prakash... Return 1 on unrecognized option
2018-11-28 Arun Prakash... cp, mv: use replacement string with xargs
2018-11-27 Arun Prakash... Fix #147: arg should be at the end as it can be NULL
2018-11-27 Arun Prakash... Fix #150: treat js file as text
2018-11-27 Arun Prakash... xargs: use -o, rm: change -I to -i
2018-11-27 Arun Prakash... cp: change -r to -R, --preserve=all to -p
2018-11-27 Arun Prakash... Fix #147: support one argument to editor
2018-11-27 Arun Prakash... Fix #143: support copy to clipboard
2018-11-27 Arun Prakash... Fix #143
2018-11-27 Arun Prakash... Eliminate newline from selection buffer
2018-11-27 Arun Prakash... Use keybind ^T to go to next context
2018-11-27 Arun Prakash... Remove file path quoting
2018-11-26 Arun Prakash... Use ^B to go to next context
2018-11-26 Arun Prakash... Option to disable file open on Right and `l`
2018-11-26 Arun Prakash... Merge pull request #142 from josalmi/patch-1
2018-11-26 Joni SalmiReplace single dot with source for fish shell
2018-11-25 Arun Prakash... Rename macro
2018-11-24 Arun Prakash... Use ^G to discard seleciton and exit in vim plugin...
2018-11-24 Arun Prakash... Update docs
2018-11-24 Arun Prakash... vim plugin has a new project page
2018-11-24 Arun Prakash... Merge pull request #138 from KillTheMule/patch-3
2018-11-24 KillTheMuleAdd neovim support
2018-11-24 Arun Prakash... Update docs
2018-11-24 Arun Prakash... Update ToDo list #
2018-11-23 Arun Prakash... Handle DEL in rename prompt (Mac)
2018-11-23 Arun Prakash... Fix #135:wq
2018-11-23 Arun Prakash... Update docs
2018-11-23 Arun Prakash... Fix #133: Add nnn-picker.vim plugin
2018-11-23 Arun Prakash... option -p: pick last selected entry if no explicit...
2018-11-23 Arun Prakash... Fix lint issue
2018-11-23 Arun Prakash... Add option -p for file picker
2018-11-23 Arun Prakash... Add container for Arch Linux v2.1
2018-11-23 Arun Prakash... Prepare for release v2.1
2018-11-23 Arun Prakash... Update help screen
2018-11-23 Arun Prakash... Fix keybind in doc
2018-11-23 Arun Prakash... Add `Y` as selection keybind
2018-11-23 Arun Prakash... Merge pull request #131 from Gumnos/Gumnos-dsusp-doc...
2018-11-23 Arun Prakash... Merge pull request #132 from Gumnos/Gumnos-export-expor...
2018-11-22 Tim ChaseRemove redundant "export" from man page
2018-11-22 Tim ChaseAnnotate ^Y/DSUSP issue on BSDs caused by `stty`
2018-11-22 Arun Prakash... Update comments
2018-11-21 Arun Prakash... Add file to the list of deps
2018-11-21 Arun Prakash... Remove default case of unhandled keys
2018-11-20 Arun Prakash... Show warnings for copy, move, multiple remove
2018-11-20 Arun Prakash... Define S_BLKSIZE if not defined
2018-11-20 Arun Prakash... Update docs on file path copy
2018-11-20 Arun Prakash... Retain filter state on unhandled keypress
2018-11-17 Arun Prakash... Rudimentary C Shell script to quit and cd
2018-11-17 Arun Prakash... Switch X and ^X key functionality
2018-11-15 Arun Prakash... Use ^W to visit pinned directory.
2018-11-15 Arun Prakash... Merge pull request #129 from fengyichui/master
2018-11-15 fengyichuiInitialize BLK_SHIFT with '-S' option
2018-11-15 fengyichuiFix BLK_SHIFT may be wrong in some platforms #128
2018-11-15 fengyichuiFix BLK_SHIFT may be wrong in some platforms #128
2018-11-14 Arun Prakash... Change visit pinned dir key to ^B.
2018-11-13 Arun Prakash... Update docs
2018-11-13 Arun Prakash... Update features
2018-11-12 Arun Prakash... Press 'Enter' to confirm multiple context quit
2018-11-12 Arun Prakash... Convert keys to int
2018-11-12 Arun Prakash... Use getch() directly to get Leader key suffix
2018-11-12 Arun Prakash... Confirm program quit whan multiple contexts are active
2018-11-11 Arun Prakash... Ignore SIGQUIT
2018-11-11 Arun Prakash... Use the term Leader key
2018-11-11 Arun Prakash... Use ^B as the Leader key
next