Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-21 | Limit max open fds to 20K. | ||
2017-08-20 | A compact help format | ||
2017-08-20 | Support mark a directory | ||
In certain workflows you know you would have revisit a directory. Mark it! | |||
2017-08-17 | gnome-search-tool: add option --path | ||
2017-08-14 | Re-order installation section | ||
2017-08-13 | Add section on packages | ||
2017-08-12 | Show vol free in help | ||
2017-07-29 | Add goodies | ||
2017-07-26 | Update readme | ||
2017-07-26 | Prepare for release v1.3 | ||
2017-07-25 | Fix #34: use ~75% of max open file descs | ||
2017-07-12 | Update fedora version to 26 (#33) | ||
2017-07-09 | Remove tab | ||
2017-07-08 | Reset current on empty filter prompt | ||
2017-07-06 | Option -n is redundant | ||
2017-07-05 | Code refactoring | ||
2017-07-05 | Use xmemrchr() instead of strrchr() | ||
2017-07-05 | Change single-line 0-arg APIs to macros | ||
2017-07-05 | Retire config.def.h, unify Makefiles | ||
2017-07-05 | Update memory usage (latest release) | ||
2017-07-04 | More concise help screen. | ||
2017-07-03 | More optimization | ||
2017-07-03 | Use the global buffer | ||
2017-07-03 | Re-format help | ||
2017-07-03 | Custom color support for directories | ||
2017-07-03 | Repeat search: reset current selection | ||
2017-07-03 | Calculate word size inline | ||
2017-07-03 | Unify cd HOME and BEGIN | ||
2017-07-02 | Add option -e to use exiftool | ||
2017-07-02 | Use non-blocking pipes | ||
2017-07-02 | Show correct information for symbolic links | ||
2017-07-02 | checkpatch fixes | ||
2017-07-01 | Home-grown APIs, reduced binary size (<40KB) | ||
2017-07-01 | Replace open and close dir with access() | ||
2017-06-30 | Use bold blue for dirs, reset color | ||
2017-06-30 | Show directories in color (default: enabled) | ||
2017-06-30 | Simplify argument handling | ||
2017-06-29 | Add Debian badge | ||
2017-06-29 | Prepare for release v1.2 | ||
2017-06-28 | Pre-calculate spawned shell level | ||
2017-06-25 | Show 1 while spawning a subshell | ||
2017-06-25 | Support F2 to refresh | ||
2017-06-23 | Use refresh() to reflect print | ||
2017-06-22 | Show a message when busy | ||
2017-06-22 | Use fstatat() istead of lstat() | ||
2017-06-22 | Show total files in du mode | ||
2017-06-22 | Use correct data type and names for block count | ||
2017-06-22 | Add if blocks used (helps in large dirs) | ||
2017-06-21 | Show content size of cur dir in du mode | ||
2017-06-21 | Minor changes | ||