| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | ||
| 2018-11-10 | Reformat presel handling | ||
| 2018-11-09 | Minor changes | ||
| 2018-11-09 | Use filter pointer | ||
| 2018-11-09 | Remove redundant buffers | ||
| 2018-11-09 | Use a single filter for hidden files | ||
| 2018-11-09 | key 'q' at key prompt quits context | ||
| 2018-11-09 | Introduce key prompt | ||
| 2018-11-09 | Support >/. and </, at bookmark prompt to cycle active contexts | ||
| 2018-11-09 | Update docs | ||
| 2018-11-09 | Remember the last visited file | ||
| 2018-11-09 | Smarter bookmark navigation when all keys are single char | ||
| 2018-11-08 | Support key q for context quit | ||
| 2018-11-08 | Update docs on contexts | ||
| 2018-11-08 | Fix #125 | ||
| 2018-11-08 | Support up to 2 args for launcher | ||
| 2018-11-08 | GUI app launcher mode with 'o'. | ||
| Removed file manager and desktop search keys. Both can be launched with launcher key. | |||
| 2018-11-08 | Update docs | ||
| 2018-11-08 | Retire NNN_NO_X and make the behaviour default | ||
| 2018-11-07 | Remove Coverity badge for now | ||
| 2018-11-07 | Fix GCC8 warning | ||