| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-11-28 | Remove .js from mime list | ||
| 2018-11-28 | Use the -I option on OS X to identify file mime | ||
| 2018-11-28 | individual rm: replace -I with -i | ||
| 2018-11-28 | Return 1 on unrecognized option | ||
| 2018-11-28 | cp, mv: use replacement string with xargs | ||
| 2018-11-28 | Fix #147: arg should be at the end as it can be NULL | ||
| 2018-11-28 | Fix #150: treat js file as text | ||
| 2018-11-28 | xargs: use -o, rm: change -I to -i | ||
| 2018-11-28 | cp: change -r to -R, --preserve=all to -p | ||
| 2018-11-28 | Fix #147: support one argument to editor | ||
| 2018-11-27 | Fix #143: support copy to clipboard | ||
| 2018-11-27 | Fix #143 | ||
| 2018-11-27 | Eliminate newline from selection buffer | ||
| 2018-11-27 | Use keybind ^T to go to next context | ||
| 2018-11-27 | Remove file path quoting | ||
| 2018-11-27 | Use ^B to go to next context | ||
| 2018-11-27 | Option to disable file open on Right and `l` | ||
| 2018-11-25 | Rename macro | ||
| 2018-11-25 | Use ^G to discard seleciton and exit in vim plugin mode | ||
| 2018-11-24 | Handle DEL in rename prompt (Mac) | ||
| 2018-11-24 | Fix #135:wq | ||
| 2018-11-24 | option -p: pick last selected entry if no explicit select | ||
| 2018-11-23 | Fix lint issue | ||
| 2018-11-23 | Add option -p for file picker | ||
| 2018-11-23 | Prepare for release v2.1 | ||
| 2018-11-23 | Update help screen | ||
| 2018-11-23 | Add `Y` as selection keybind | ||
| 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 | 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 | ||