Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-23 | Fix lint issue | ||
2018-11-23 | Add option -p for file picker | ||
2018-11-23 | Add container for Arch Linux | ||
2018-11-23 | Prepare for release v2.1 | ||
2018-11-23 | Update help screen | ||
2018-11-23 | Fix keybind in doc | ||
2018-11-23 | Add `Y` as selection keybind | ||
2018-11-23 | Merge pull request #131 from Gumnos/Gumnos-dsusp-doc-patch-1 | ||
Annotate ^Y/DSUSP issue on BSDs caused by `stty` | |||
2018-11-23 | Merge pull request #132 from Gumnos/Gumnos-export-export-patch-1 | ||
Remove redundant "export" from man page | |||
2018-11-22 | Remove redundant "export" from man page | ||
2018-11-22 | Annotate ^Y/DSUSP issue on BSDs caused by `stty` | ||
On at least FreeBSD & OpenBSD, typing `^Y` will send a `DSUSP` signal, suspending the process. Annotate the issue along with a solution to allow `^Y` to work on these. There may be similar issues on NetBSD or possibly on OSX, but I don't have either available for testing. | |||
2018-11-22 | Update comments | ||
2018-11-22 | Add file to the list of deps | ||
2018-11-21 | Remove default case of unhandled keys | ||
2018-11-20 | Show warnings for copy, move, multiple remove | ||
2018-11-20 | Define S_BLKSIZE if not defined | ||
2018-11-20 | Update docs on file path copy | ||
2018-11-20 | Retain filter state on unhandled keypress | ||
2018-11-17 | Rudimentary C Shell script to quit and cd | ||
2018-11-17 | Switch X and ^X key functionality | ||
2018-11-15 | Use ^W to visit pinned directory. | ||
Turns out ^B is also intercepted by Windows. | |||
2018-11-15 | Merge pull request #129 from fengyichui/master | ||
Fix BLK_SHIFT may be wrong in some platforms #128 | |||
2018-11-15 | Initialize BLK_SHIFT with '-S' option | ||
2018-11-15 | Fix BLK_SHIFT may be wrong in some platforms #128 | ||
2018-11-15 | Fix BLK_SHIFT may be wrong in some platforms #128 | ||
2018-11-14 | Change visit pinned dir key to ^B. | ||
^V does not work while working on Windows. It is intercepted as paste. | |||
2018-11-13 | Update docs | ||
2018-11-13 | Update features | ||
2018-11-12 | Press 'Enter' to confirm multiple context quit | ||
2018-11-12 | Convert keys to int | ||
2018-11-12 | Use getch() directly to get Leader key suffix | ||
Note: this change BREAKS because get_bm_loc() expects a char *key. | |||
2018-11-12 | Confirm program quit whan multiple contexts are active | ||
2018-11-12 | Ignore SIGQUIT | ||
2018-11-12 | Use the term Leader key | ||
2018-11-12 | Use ^B as the Leader key | ||
2018-11-11 | Update docs | ||
2018-11-11 | Reformat program help | ||
2018-11-11 | Key prompt is case-sensitive | ||
2018-11-11 | Update docs | ||
2018-11-11 | X11 file paths copy is ad-hoc | ||
2018-11-11 | Support rm current entry | ||
2018-11-11 | Document native cp, mv, rm | ||
2018-11-11 | Support file cp, mv, rm through selection | ||
2018-11-11 | Ensure co file does not have stale paths | ||
2018-11-11 | When copying a single file sync cp file and cp buf | ||
2018-11-11 | List copy buffer if valid | ||
2018-11-10 | Update docs | ||
2018-11-10 | Re-structure files | ||
2018-11-10 | Retire nlay | ||
2018-11-10 | Update docs | ||