Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-25 | Get rid of getch() ('Führer' works now) | ||
2017-08-24 | Show line number only on fatal error | ||
2017-08-24 | Re-order macros, globals... | ||
2017-08-24 | Remove extern ref to wget_wch() | ||
2017-08-24 | Remove extern ref to add_history() | ||
2017-08-24 | Fix build failure | ||
2017-08-24 | Show volume capacity in help | ||
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 | Update features | ||
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-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 | ||