| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | ||
| 2019-09-08 | Fix xitoa() | ||
| 2019-09-08 | Show selection mode and number of selected files | ||
| 2019-09-05 | Fix help alignment | ||
| 2019-09-01 | Simplify numeric value check | ||
| 2019-08-31 | Fix SEL_CYCLE (tab) | ||
| 2019-08-30 | Option -a to use file access time | ||
| 2019-08-28 | Implement mediainfo as a plugin | ||
| 2019-08-25 | Set mode to detail for option -S | ||
| 2019-08-25 | Add F12 as run plugin key:wq | ||
| 2019-08-25 | Lead followed by . to show hidden files | ||
| 2019-08-25 | New keys: F2 (rename) F5 (redraw) | ||
| 2019-08-24 | Restore mousemask before exit | ||
| 2019-08-23 | Use canonical replstr | ||
| 2019-08-23 | Option -r to show cp, mv progress on Linux | ||
| 2019-08-23 | Change history file path. | ||
| The new path is ${XDG_CONFIG_HOME:-$HOME/.config}/nnn/.history | |||
| 2019-08-23 | Use lighter function to print character | ||
| 2019-08-20 | Avoid double conversion in light mode | ||
| 2019-08-20 | Remove wild load option | ||
| 2019-08-19 | Fix 100% CPU usage if STDIN closes | ||
| 2019-08-19 | Keep name unchanged at rename to duplicate | ||
| 2019-08-17 | Option -t replaces NNN_NO_AUTOSELECT | ||
| 2019-08-16 | Option -o replaces NNN_RESTRICT_NAV_OPEN | ||
| 2019-08-16 | Revert rename cp mv progress | ||
| 2019-08-16 | Symlinks to dirs are recognized by color | ||
| 2019-08-16 | Update docs | ||
| 2019-08-15 | Reverted 'batch_rename' to pre-'awk' but with 'sed' | ||
| 2019-08-14 | Revert "Replaced 'sed' with 'awk'" | ||
| This reverts commit 1027cd0cf29a418e0d01f27a9e595c3fd516ec9a. | |||
| 2019-08-14 | Use key-plugin pairs for running plugins | ||
| 2019-08-14 | Rename cp mv progress conf | ||
| 2019-08-14 | Custom keybinds to run plugins directly | ||
| 2019-08-13 | List symlink with target missing | ||
| 2019-08-12 | Replaced 'sed' with 'awk' | ||
| 2019-08-12 | A simpler getutil() | ||
| 2019-08-12 | Fix 'batch_rename' moving symlinks | ||