Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | ||
2018-02-27 | Update documentation on vidir | ||
2018-02-26 | Update README | ||
2018-02-24 | Add shortcut ^G to quit and cd | ||
2018-02-24 | Update changelog | ||
2018-02-24 | Use macros for external utils | ||
2018-02-24 | Support batch file rename in vidir | ||
2018-02-24 | Update features | ||
2018-02-24 | Update Changelog | ||
2018-02-24 | Add packages for CentOS 7.2, Fedora 25 and 27 | ||
2018-02-24 | Update copyright year | ||
2018-02-24 | Enable file extract in nav-as-you-type mode | ||
2018-02-24 | Document file path copy usage sans clipboard | ||
2018-02-24 | Support file path copy when X is unavailable | ||
2018-02-24 | Add Gentoo as packager, FreeBSD command | ||
2018-02-15 | Re-populate after spawning shell | ||
2018-02-13 | Start dir watch, preserve cur entry when navigate-as-you-type is disabled | ||
2018-02-04 | Better message for multi-copy | ||
2018-01-29 | Do not show quotes on ^K | ||
2018-01-28 | Show copymode on/off | ||
2018-01-28 | Interpret ^T in filter mode | ||
2018-01-28 | Support file path quote on single copy | ||
2018-01-28 | Support file path quote on copy | ||
2018-01-22 | Makefile: use PKG_CONFIG instead of hardcoding pkg-config (#78) | ||
2018-01-19 | Use macro for CRC8 table length | ||
2018-01-17 | Redraw if no entries when navigate-as-you-type is turned off | ||
The main reason to do this is to start watching the current dir for changes. In any case, this does not harm; if there are dir entries shown on redraw that's better than showing nothing. | |||
2018-01-17 | keybind to pin current dir - b | ||
2018-01-14 | Set to last selection if filter is empty | ||