Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-21 | Show content size of cur dir in du mode | Arun Prakash Jana | |
2017-06-21 | Minor changes | Arun Prakash Jana | |
2017-06-20 | Use macros for flags to spawn() | Arun Prakash Jana | |
2017-06-20 | Use bitfields for settings | Arun Prakash Jana | |
2017-06-20 | Re-structure header | Arun Prakash Jana | |
2017-06-20 | An undocumented debug mode | Arun Prakash Jana | |
1. The debug file is located at /tmp/nnn_debug. 2. Debug mode is completely disabled by default. The debug binary `nnndbg` can be built by running `make debug`. | |||
2017-06-17 | Use preincr and predecr | Arun Prakash Jana | |
2017-06-15 | Push curses exit() and init() to functions | Arun Prakash Jana | |
2017-06-15 | Fix reasonable checkpatch reports | Arun Prakash Jana | |
2017-06-11 | Fix build failure | Arun Prakash Jana | |
2017-06-11 | Show current config along with help | Arun Prakash Jana | |
2017-06-11 | Support bookmarks | Arun Prakash Jana | |
2017-06-07 | Suppress output when spawning DE file manager | Arun Prakash Jana | |
2017-06-07 | When filter is empty, open file on Enter | Arun Prakash Jana | |
2017-06-06 | Exit once an app is found. Help, doc updates. | Arun Prakash Jana | |
2017-06-06 | Set to the lat selected file | Arun Prakash Jana | |
2017-06-06 | Set detail view mode as default, introduce light mode | Arun Prakash Jana | |
2017-06-06 | We copy the absolute file path | Arun Prakash Jana | |
2017-06-06 | Optionally use EDITOR (fallback vi) for text files | Arun Prakash Jana | |
2017-06-06 | desktop opener - xdg-open on Linux and open(1) on OS X | Arun Prakash Jana | |
2017-06-05 | nlay - support multiple apps | Arun Prakash Jana | |
2017-06-05 | Disable key to run top | Arun Prakash Jana | |
2017-06-05 | Use vlock as locker, add ^Q to quit | Arun Prakash Jana | |
^Q would quit even from filter mode | |||
2017-06-04 | Fix issues with DEL on Mac on empty regex exprn | Arun Prakash Jana | |
On Mac and error is thrown if the regex expression to regcomp() is empty. Please refer to comments at: https://github.com/jarun/nnn/commit/c42df81ae5f1206ee586d4e2f236c77f1f0dfbbe | |||
2017-06-04 | Update documentation | Arun Prakash Jana | |
2017-06-04 | Bind ^L to clear prompt | Arun Prakash Jana | |
2017-06-04 | Update docs on navigate-as-you-type mode | Arun Prakash Jana | |
2017-06-04 | Insert key for navigate-as-you-type mode | Arun Prakash Jana | |
2017-06-04 | Navigate-as-you-type support | Arun Prakash Jana | |
1. Open directories in filter mode 2. Fix arrow keys not working after filter selection (due to invalid cur entry) 3. Support `Insert` key to clear filter prompt 4. Update documentation | |||
2017-06-03 | Update HowTo on file copy, move, delete | Arun Prakash Jana | |
Add Debian and Fedora package installation option. | |||
2017-05-29 | fix compile warning on gcc7 (#32) | Johnathan Jenkins | |
2017-05-23 | Use gnome-search-tool as default search utility | Arun Prakash Jana | |
Reasons: gnome-search-tool is much more powerful than other tools in its category. It supports numerous search parameters like size, modification date and supports text search. | |||
2017-05-22 | Update features | Arun Prakash Jana | |
2017-05-22 | fix for glibc sys/types.h deprecation warnings (#31) | Johnathan Jenkins | |
2017-05-22 | Remove redundant variable | Arun Prakash Jana | |
2017-05-20 | Bring back plain builds (#30) | Arun Prakash Jana | |
* Bring back plain builds * Bring back plain builds * Bring back plain builds * Bring back plain builds | |||
2017-05-20 | Remove redundant variables, function calls | Arun Prakash Jana | |
2017-05-17 | Reduce number of entry movements | Arun Prakash Jana | |
2017-05-17 | Remove contraint on num_args | Arun Prakash Jana | |
2017-05-16 | Home-grown xstrlcpy() | Arun Prakash Jana | |
2017-05-16 | Add check to defer name to number conversion | Arun Prakash Jana | |
2017-05-15 | Update help | Arun Prakash Jana | |
2017-05-15 | Update features | Arun Prakash Jana | |
2017-05-15 | Fix #27: use catfish as default search utility | Arun Prakash Jana | |
2017-05-15 | Get rid of unsafe system(3) calls | Arun Prakash Jana | |
2017-05-15 | Fix regression from 08d87405d09d5667f6a3e90703f289bb5c30521c | Arun Prakash Jana | |
2017-05-15 | Use execlp(3) instead of popen(3) | Arun Prakash Jana | |
2017-05-15 | Use a global buffer for isolated functions | Arun Prakash Jana | |
2017-05-15 | Touchbase buffer manipulation | Arun Prakash Jana | |
2017-05-15 | Replace system(3) with spawn() | Arun Prakash Jana | |