Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | ||
2019-09-16 | Key : to run plugin | ||
2019-09-16 | New image | ||
2019-09-15 | No filename in status bar in du mode, coding style fixes | ||
2019-09-15 | Key > to run plugin | ||
2019-09-15 | Show directory size | ||
2019-09-15 | An extra column when no indicator | ||
2019-09-15 | Uniform status bar for light and detail modes | ||
2019-09-15 | Disable du on detail mode switch | ||
2019-09-15 | Code refactor | ||
2019-09-15 | Status bar: show time and perms in light mode | ||
2019-09-15 | Retain filter after running command | ||
2019-09-14 | Add note on dated versions | ||
2019-09-12 | Show extn for regular files | ||
2019-09-12 | Shortcut mapping: S for du, A for apparent du | ||
2019-09-11 | Batch rename: prompt if selection exists | ||
2019-09-11 | Preserve attributes on duplicate, update docs | ||
2019-09-11 | Run a command at filter prompt | ||
This is a conveninece for nav-as-you-type mode. With this program option, on pressing ^P, the filter is executed as cmd. | |||
2019-09-11 | Replace printw() with addstr()/addch() | ||
2019-09-11 | 10 chars are printed in for contexts | ||
2019-09-10 | Remove redundant variable | ||
2019-09-09 | Fold only long paths | ||
2019-09-08 | Show path in short form | ||
2019-09-08 | Prefer selection to copy in names | ||