Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-02 | Block range selection only when dir chanegs | ||
2019-10-02 | Fix #334 | ||
2019-10-02 | Code refactor | ||
2019-10-02 | ^S is used by stty, use ^K | ||
2019-10-01 | Update plugin viuimg | ||
2019-10-01 | Update docs | ||
2019-10-01 | SSHFS is optional dep | ||
2019-10-01 | Add image | ||
2019-10-01 | Fix crc8 match on range selection | ||
2019-09-30 | Clear selection file on clear selection | ||
2019-09-30 | Remove selmode indicator | ||
2019-09-30 | Update program help | ||
2019-09-30 | Get rid of selection mode. Plus associated changes. | ||
- distinct keybinds for single entry, range or all selection - selecting a file/range/all files would turn selection mode on - single file/range or all selection appends to selection - any operation (cp, mv, rm, plugin/file execution, cmd prompt, launch app, spawn shell) on selection ends the selection mode - selection buffer is cleared after mv, rm on selection - repeat range selection on same file clears selection and exits seleciton mode - basic check (won't work on dir reload) added to avoid duplicates in selection | |||
2019-09-30 | Shortcut to list selection y is now M | ||
2019-09-30 | Update docs on new selection shortcuts | ||
2019-09-30 | End multi selection mode before link | ||
2019-09-30 | key ^Y is now ^S, key ^K is now ^J, kwy ' is now m | ||
2019-09-30 | Remove shortcut Leadq to quit context | ||
2019-09-29 | Do not clear buffer on selection end | ||
2019-09-29 | Use better keys for selection mode | ||
2019-09-29 | End selection mode when an operation is run | ||
2019-09-29 | Rename selection related tokens | ||
2019-09-29 | Show Z for size sort | ||
2019-09-29 | Update docs | ||
2019-09-29 | Fix directory view with viuimg | ||
2019-09-29 | Move packagecore config, update matrix | ||
2019-09-28 | Update help screen | ||
2019-09-28 | Update docs | ||
2019-09-28 | Shorten option list | ||
2019-09-28 | Export current entry name as NN | ||
The current file or dir name is exported in env var NN before running a cmd at the command prompt or spawning a shell. Export current file name as NCUR | |||
2019-09-28 | Update docs | ||
2019-09-27 | Update plugin docs | ||
2019-09-27 | Add command to download plugins | ||
2019-09-27 | Update some sections | ||
2019-09-27 | Update some sections | ||
2019-09-26 | Update docs | ||
2019-09-26 | Do not reload dir after running plugin | ||
2019-09-26 | Add plugin to take quick notes | ||
2019-09-26 | Update docs | ||
2019-09-26 | Use uniform separator | ||
2019-09-26 | Fix lint error | ||
2019-09-26 | Update docs | ||
2019-09-21 | Set num files selected in single select mode | ||
2019-09-20 | du status line change | ||
2019-09-19 | Remove redundant newline | ||
2019-09-16 | mocplay: confirm working with selection | ||
2019-09-16 | Update docs | ||
2019-09-16 | Show file size in status bar | ||
2019-09-16 | Update help | ||
2019-09-16 | Remove redundant spaces | ||