Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Bind ^L to clear prompt | 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-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 | fix for glibc sys/types.h deprecation warnings (#31) | Johnathan Jenkins | |
2017-05-22 | Remove redundant variable | Arun Prakash Jana | |
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 | 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 | |
2017-05-14 | Fix #26: Provide an option to use a custom nlay file. | Arun Prakash Jana | |
2017-05-14 | Fix #29 | Arun Prakash Jana | |
Limit all xstrlcpy() calls by dest length. Escape filenames in system(3) calls. | |||
2017-05-13 | Make Makefile generic | Arun Prakash Jana | |
2017-05-13 | pkg-config for ncurses (#25) | Johnathan Jenkins | |
2017-05-13 | Fix #23 | Arun Prakash Jana | |
2017-05-11 | Prepare for release v1.1 | Arun Prakash Jana | |
2017-05-04 | Only one check suffices (if *buf, it's > 0) | Arun Prakash Jana | |
2017-05-03 | Retain control chars when invoking external utils | Arun Prakash Jana | |
2017-05-03 | Fix #21 | Arun Prakash Jana | |
We are converting multi-byte to wide char and vice versa to replace the escape chars with ?. Otherwise we run the risk of breaking a Unicode code point. | |||
2017-05-02 | Consider only dirs and files in nftw(3) | Arun Prakash Jana | |
2017-04-29 | Remove sizeof() is absolute cases | Arun Prakash Jana | |
2017-04-29 | Support search as you type | Arun Prakash Jana | |
2017-04-28 | Clear history when entering directory | Arun Prakash Jana | |
2017-04-28 | Add automatic RPM builds via travis (#18) | Michael Fenn | |
* Add automatic RPM builds via travis * readline.h must be imported after stdio.h to pick up def of FILE | |||
2017-04-27 | Use curses.h from libncursesw on Linux | Arun Prakash Jana | |
2017-04-26 | Exit if parent has exited (#16) | aaeilm | |
2017-04-25 | Honour EDITOR and PAGER everywhere | Arun Prakash Jana | |