Age | Commit message (Expand) | Author |
---|---|---|
2018-12-06 | Handle argument ordering in spawn() | |
2018-12-06 | Refactor code | |
2018-12-06 | Instructions on how to get selection at prompt | |
2018-12-06 | Update docs | |
2018-12-05 | Map ^I to context cycle | |
2018-12-05 | Handle starting ^ at filter prompt | |
2018-12-05 | Make ^T shortcut for nav-as-you-type. | |
2018-12-05 | Remove redundant use of regex | |
2018-12-05 | Detect filetype using file output | |
2018-12-05 | Remove redundant structure member | |
2018-12-05 | Update docs | |
2018-12-04 | Use a generic comment | |
2018-12-04 | Shorter error message | |
2018-12-04 | Use MAX as macro suffix | |
2018-12-04 | Option -c is gone | |
2018-12-04 | Match context index with directory color | |
2018-12-03 | Per-context directory color | |
2018-12-03 | Update docs | |
2018-12-02 | Ask to create new context on TAB | |
2018-12-02 | Update stats in docs | |
2018-12-02 | Support TAB to cycle contexts | |
2018-12-02 | Update docs | |
2018-12-01 | Add link to Cygwin wiki page | |
2018-12-01 | Update copier script and docs | |
2018-12-01 | Add options to force file operations | |
2018-12-01 | Use bool where applicable | |
2018-12-01 | Fix #156: Support selection across directories, contexts | |
2018-12-01 | Show arg to EDITOR, PAGER & SHELL | |
2018-12-01 | Fix #157: support one combined arg for EDITOR, PAGER and SHELL | |
2018-12-01 | Split EDITOR & PAGER options, concise NNN_USE_EDITOR logic. | |
2018-12-01 | No need to initialize sel | |
2018-12-01 | Get pager with arg | |
2018-12-01 | Better msg if nothing in selection | |
2018-12-01 | Refactor code to get editor args | |
2018-12-01 | Merge pull request #158 from davidjharder/patch-1 | |
2018-11-30 | Add Solus to README | |
2018-12-01 | Use the same term | |
2018-11-30 | Fix #155: do not discard seleciton on Enter | |
2018-11-30 | Add sample command for Termux | |
2018-11-29 | Fix indentation | |
2018-11-29 | Clear picker file on cancel | |
2018-11-29 | vim plugin: Enter clears selection and picks cuntry | |
2018-11-29 | Update docs | |
2018-11-29 | Simplify getting editor env var | |
2018-11-29 | Add xargs as external dep | |
2018-11-28 | Update mentions | |
2018-11-28 | xargs supports -a on Linux | |
2018-11-28 | Remove .js from mime list | |
2018-11-28 | Use the -I option on OS X to identify file mime | |
2018-11-28 | individual rm: replace -I with -i |