Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Position indicator like in vi | Přemysl Janouch | 2019-09-27 | 1 | -2/+15 | |
| | ||||||
* | Add actions imitating L/M/H in vi | Přemysl Janouch | 2019-09-27 | 1 | -2/+15 | |
| | ||||||
* | Fixes for previous commits | Přemysl Janouch | 2018-12-09 | 1 | -3/+4 | |
| | | | | | ".." used to be hidden together with hidden files, and the symlink patch introduced a compiler warning. | |||||
* | Embrace paths with symbolic links | Přemysl Janouch | 2018-12-08 | 1 | -15/+110 | |
| | ||||||
* | Add Norton Commander-like actions for F3 and F4 | Přemysl Janouch | 2018-12-03 | 1 | -2/+45 | |
| | ||||||
* | Don't show .. in the root directory | Přemysl Janouch | 2018-12-03 | 1 | -1/+2 | |
| | ||||||
* | Fix formatting | Přemysl Janouch | 2018-12-03 | 1 | -2/+4 | |
| | ||||||
* | Fix crash on unknown groups | Přemysl Janouch | 2018-12-01 | 1 | -1/+1 | |
| | ||||||
* | Also sort symlinks to directories first | Přemysl Janouch | 2018-11-10 | 1 | -2/+4 | |
| | ||||||
* | Support old libstdc++ 4.9 | Přemysl Janouch | 2018-11-04 | 1 | -4/+8 | |
| | | | | Now sdn can be built under Debian jessie with clang++ and libstdc++. | |||||
* | Update README | Přemysl Janouch | 2018-11-03 | 1 | -1/+4 | |
| | ||||||
* | Fix build on not-my-system | Přemysl Janouch | 2018-11-03 | 1 | -0/+1 | |
| | ||||||
* | Update README | Přemysl Janouch | 2018-11-03 | 1 | -0/+2 | |
| | ||||||
* | Reliability improvement | Přemysl Janouch | 2018-11-03 | 1 | -2/+4 | |
| | ||||||
* | Make confirming a search choose the item | Přemysl Janouch | 2018-11-02 | 1 | -12/+17 | |
| | ||||||
* | Add screenshot to README | Přemysl Janouch | 2018-11-02 | 2 | -1/+3 | |
| | ||||||
* | Fix level popping | Přemysl Janouch | 2018-11-02 | 1 | -18/+21 | |
| | ||||||
* | Fix history loading | Přemysl Janouch | 2018-11-02 | 1 | -1/+1 | |
| | ||||||
* | Flash column when sorting is changed | Přemysl Janouch | 2018-11-02 | 1 | -0/+13 | |
| | ||||||
* | Allow changing the sort column | Přemysl Janouch | 2018-11-02 | 1 | -12/+50 | |
| | | | | Directories always come first and the .. entry even before that. | |||||
* | Allow hiding so-called hidden files | Přemysl Janouch | 2018-11-02 | 1 | -3/+14 | |
| | ||||||
* | Allow reversing the sort | Přemysl Janouch | 2018-11-02 | 1 | -11/+35 | |
| | ||||||
* | Add an action to quit without chdir | Přemysl Janouch | 2018-11-02 | 1 | -11/+11 | |
| | | | | Also fixed ACTION_CHOOSE_FULL to quote properly. | |||||
* | Update README | Přemysl Janouch | 2018-11-02 | 1 | -2/+2 | |
| | ||||||
* | Create the config directory if needed | Přemysl Janouch | 2018-11-02 | 1 | -3/+6 | |
| | ||||||
* | Add an action for chdir | Přemysl Janouch | 2018-11-02 | 1 | -4/+9 | |
| | ||||||
* | Implement messages to the user | Přemysl Janouch | 2018-11-02 | 1 | -4/+20 | |
| | ||||||
* | Store runtime and configuration to a file | Přemysl Janouch | 2018-11-02 | 1 | -18/+92 | |
| | | | | Added a toggle for gravity, now turned off by default. | |||||
* | Unnecessary c_str() | Přemysl Janouch | 2018-11-02 | 1 | -2/+1 | |
| | ||||||
* | Make sure to quote empty strings | Přemysl Janouch | 2018-11-02 | 1 | -1/+1 | |
| | ||||||
* | New config parser | Přemysl Janouch | 2018-11-01 | 1 | -8/+51 | |
| | | | | Basically a subset of Bourne shell. | |||||
* | Cleanup | Přemysl Janouch | 2018-11-01 | 1 | -6/+5 | |
| | ||||||
* | Fix setcchar invocation | Přemysl Janouch | 2018-11-01 | 1 | -2/+2 | |
| | ||||||
* | Remember cursor position in ancestor directories | Přemysl Janouch | 2018-11-01 | 1 | -17/+50 | |
| | ||||||
* | Fix uninitialized iterator | Přemysl Janouch | 2018-11-01 | 1 | -1/+1 | |
| | ||||||
* | Implement simple in-application help | Přemysl Janouch | 2018-11-01 | 1 | -8/+111 | |
| | | | | | | It could be made more complicated but I guess it's fine for now. We've learnt to run pagers. | |||||
* | Use words for prompts, not cryptic characters | Přemysl Janouch | 2018-11-01 | 1 | -18/+23 | |
| | ||||||
* | Only quote output when necessary | Přemysl Janouch | 2018-10-27 | 1 | -0/+12 | |
| | ||||||
* | Cleanup | Přemysl Janouch | 2018-10-26 | 1 | -3/+1 | |
| | ||||||
* | Configurable key bindings | Přemysl Janouch | 2018-10-25 | 1 | -10/+127 | |
| | ||||||
* | Look up bindings through a map | Přemysl Janouch | 2018-10-25 | 1 | -79/+119 | |
| | ||||||
* | Fix key binding collisions | Přemysl Janouch | 2018-10-25 | 1 | -10/+12 | |
| | | | | Still not fixed in handle_editor() though. | |||||
* | Finish copying the GNU ls coloring algorithm | Přemysl Janouch | 2018-10-25 | 1 | -20/+38 | |
| | ||||||
* | Align modification time right | Přemysl Janouch | 2018-10-25 | 1 | -1/+1 | |
| | | | | To reflect GNU ls. | |||||
* | Handle stat() errors, slight refactor | Přemysl Janouch | 2018-10-25 | 1 | -66/+64 | |
| | | | | Symlink target information is now stored in entries. | |||||
* | Show symlink targets | Přemysl Janouch | 2018-10-24 | 1 | -1/+17 | |
| | | | | Rudimentary, needs a refactor. | |||||
* | Defer keypad() invocation | Přemysl Janouch | 2018-10-24 | 1 | -2/+9 | |
| | ||||||
* | Load users, groups and current time once per refresh | Přemysl Janouch | 2018-10-24 | 1 | -12/+24 | |
| | | | | Avoids plenty of costly syscalls per loaded entry. | |||||
* | Update copyright years | Přemysl Janouch | 2018-10-24 | 2 | -2/+2 | |
| | ||||||
* | Add & and ~ chdir shortcuts | Přemysl Janouch | 2018-10-24 | 1 | -9/+24 | |
| | | | | & goes to the starting directory, ~ goes home. |