Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-24 | Rename MAX_BM to BM_MAX | ||
2017-08-24 | Support multi-byte string in rename | ||
2017-08-24 | Show filename in rename | ||
2017-08-23 | Add checks before dir access | ||
2017-08-23 | Remove shortcut F2 for refresh. | ||
F2 is not very portable e.g., doesn't work over putty (default settings). | |||
2017-08-23 | Disable dir watch in filter mode | ||
2017-08-23 | Use hyphen within date | ||
2017-08-23 | Support in-place file rename | ||
2017-08-22 | Line length size limit is now 139 | ||
2017-08-22 | Do not follow mounted fs in du mode | ||
2017-08-21 | Implement BSD, Apple dir watch (#35) | ||
2017-08-21 | Watch out for directory changes | ||
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-12 | Show vol free in help | ||
2017-07-26 | Prepare for release v1.3 | ||
2017-07-25 | Fix #34: use ~75% of max open file descs | ||
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 | 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-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 | ||