| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Retain filter state on unhandled keypress | ||
| 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 | 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-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 | 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 | ||