Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-10 | Added brackets for tcc compliance (#103) | ||
2018-04-09 | Source code release tarball build on Travis-CI (#101) | ||
* Build source tarball on travis CI And add it to github release along with other packages. * Change key for releases upload * Fix repo for release upload * Revert to upstream's creds and repo. | |||
2018-04-08 | Prefer VISUAL, if defined over EDITOR | ||
2018-04-04 | Update for PR #100: man and README should be in sync | ||
2018-04-04 | Show hidden files by default when env NNN_SHOW_HIDDEN is set (#100) | ||
2018-04-01 | Update help | ||
2018-04-01 | Add more phony targets | ||
2018-04-01 | Update link to ToDo list | ||
2018-04-01 | Show more useful info in help | ||
2018-03-31 | Show help on typing ? at empty filter prompt | ||
2018-03-30 | Document how to integrate sxiv | ||
2018-03-30 | Support screen locking on Linux | ||
2018-03-30 | New shortcut ^] to spawn shell in current dir | ||
2018-03-30 | Add install commands for listed packagers | ||
2018-03-28 | Support ^A, ^E, ^U and ignore ^ chars at rename prompt | ||
2018-03-19 | Switch to current dir to run editor/vidir | ||
2018-03-19 | Fix test dir name | ||
2018-03-19 | Run a custom script support | ||
2018-03-19 | Omit sorting if no matches/entries | ||
2018-03-19 | Free regex | ||
2018-03-18 | Update features | ||
2018-03-18 | Add Fedora as a packager | ||
2018-03-16 | Retain nav-as-you-type mode after exiting spawned shell | ||
2018-03-16 | Remove reference of NNN_NOWAIT | ||
2018-03-16 | Fix #81: GUI programs shouldn't exit on closing the parent terminal | ||
Issue reproduction steps: 1. Spawn a GUI program e.g. open a PDF file in zathura or evince. 2. Without quitting `nnn` close the terminal. 3. Notice that the application quits too. Can be a nagging issue if someone is not using a drop-down terminal. Fix: detach a GUI child and start it in a new session. There are 2 aspects to this commit: - It fixes #81: in cases where we do not wait for a spawned child we can assume that the child is a GUI process. We detach and spawn the child in a new session. - It changes the behaviour to @Rahi374's suggestion in PR #40 i.e. invoke the DE opener in F_NOWAIT mode. | |||
2018-03-15 | nlay: use more portable shebang for bash. (#98) | ||
2018-03-14 | Fix #97: add manpage for nlay | ||
2018-03-14 | Make install(1) commands override-able (#96) | ||
2018-03-11 | Add table of external dependencies | ||
2018-03-09 | Replace all sprintf() with snprintf() | ||
2018-03-07 | Fix #95: Add ^I as an alternative to Insert | ||
2018-03-05 | Integer calculation-only coolsize() | ||
2018-03-05 | float is suficient and a _little_ faster in coolsize() | ||
2018-03-05 | Revert "Integer-only coolsize() (#84)" | ||
This reverts commit 7be0726164442a83f47e5a9a0cdf2db343832d23. | |||
2018-03-05 | Revert "fix rounding carry in coolsize() (#91)" | ||
This reverts commit 7654a2e0c6057c6d6d85e0625627e3e1dbe8d52d. | |||
2018-03-05 | Revert "Fix compilation warning" | ||
This reverts commit 30fdb6ff11a8a4d720d3efbb21cb0755abd06665. | |||
2018-03-05 | Fix compilation warning | ||
2018-03-05 | fix rounding carry in coolsize() (#91) | ||
Sizes like 1.999 get rounded to (1 + 100/100), which should be displayed as 2.00 not 1.100 as simple %i.%02i would do without additional measures. | |||
2018-03-04 | Fix #89: User-specific tmp file for copying filenames | ||
Use distinct (by username) tmp filename to copy file paths. The pattern used is: /tmp/nnncp$USER If username is 'arun', the file name is `/tmp/nnncparun`. | |||
2018-03-03 | Support ~, - and & keyboard shortcuts at the bookmark prompt. | ||
In nav-as-you-type mode only control keys are understood when filter is enabled. We need some way to quicly jump HOME, last visited dir or start dir. | |||
2018-03-03 | Add ruby files as text file | ||
2018-03-03 | Both src and dst should be alignment checked separately | ||
The following pattern passes the current check: src - 1010 dst - 0101 mask - 1111 | |||
2018-03-02 | Fix zsh path autocompletion (#88) | ||
2018-03-01 | Improved portability on MacOS (#86) | ||
2018-03-01 | Integer-only coolsize() (#84) | ||
2018-02-28 | Add openSUSE Leap badge | ||
2018-02-28 | Makefile: don't use non-portable -t option (#83) | ||
This fixes the build with the BSD install command by eschewing the GNU specific -t option, which is not portable. | |||
2018-02-28 | openSUSE build system provides several distro packages. thanks @dilawar! | ||
2018-02-28 | Fix Fedora 25 deps | ||
2018-02-28 | Prepare for release v1.7 | ||