| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-15 | Convert batchrename to bash and rename it (#495) | ||
| 2020-03-14 | Check if file is accessible | ||
| 2020-03-14 | Update plugin docs | ||
| 2020-03-14 | Highlight the last copied/moved file | ||
| 2020-03-14 | Add x2sel plugin (reverse .cbcp) (#494) | ||
| This plugin is based on .cbcp and does basically the reverse operation. It copies system clipboard newline-separated file list to selection. | |||
| 2020-03-14 | Increase number of events handled | ||
| 2020-03-14 | Start watching dir if filter mode is disabled | ||
| 2020-03-11 | Fix #492 | ||
| 2020-03-11 | Integrate batch renamer plugin | ||
| 2020-03-11 | Addressing #489 (#490) | ||
| * Fix empty printf, change separator for sed * Added missing quotes | |||
| 2020-03-11 | Case-insensitive Ctrl-key handling, man page update | ||
| 2020-03-11 | Case-insensitive Ctrl-key handling, man page update | ||
| 2020-03-11 | Add middle click copy (#491) | ||
| * Add middle click copy * Make middle click action configurable This introduces the NNN_MIDDLECLICK environment variable, containing the key that middle mouse click emulates. Only the first character is read. * Document NNN_MIDDLECLICK in nnn.1 * Use NNN_MCLICK instead of NNN_MIDDLECLICK * Add '^key' syntax to set middle click to Ctrl+Key | |||
| 2020-03-11 | Add batchrename to readme, minor Makefile change | ||
| 2020-03-08 | POSIX compliant batchrename plugin (#488) | ||
| * Added (almost) POSIX compliant batch rename script * Not fully * Added selection/current prompt | |||
| 2020-03-07 | Add badge to Wiki | ||
| 2020-03-06 | Fix #486 | ||
| 2020-03-06 | Fix #486 | ||
| 2020-03-05 | Show statusbar in du/au mode | ||
| 2020-03-05 | Fix regression in calculating apparent du for dirs | ||
| 2020-03-05 | Add option to clear sort order | ||
| 2020-03-05 | Remove mention of Lead key | ||
| 2020-03-04 | Fix #484 | ||
| 2020-03-03 | sxiv: load dir along with file | ||
| 2020-03-02 | Clear filter at start | ||
| 2020-03-01 | Minor refactor | ||
| 2020-03-01 | Use target vars to create dirs | ||
| 2020-03-01 | Use the same convention for global var names | ||
| 2020-03-01 | Guard against too many key-value pairs | ||
| 2020-03-01 | Update Haiku Makefile | ||
| 2020-03-01 | Fix build break | ||
| 2020-03-01 | Drop path validation | ||
| 2020-03-01 | Update right click sel | ||
| 2020-03-01 | Add right click file selection (#482) | ||
| 2020-03-01 | Set attrs in a go | ||
| 2020-03-01 | Update deps | ||
| 2020-02-29 | Do not store force quit option in session | ||
| 2020-02-29 | Update docs | ||
| 2020-02-29 | Merge quitcd scripts for bash and zsh | ||
| 2020-02-29 | Shorten messages | ||
| 2020-02-29 | Reformat get archive cmd | ||
| 2020-02-29 | realpath allocates memory | ||
| 2020-02-29 | Unlimited bookmarks, several fixes | ||
| 2020-02-29 | Continue in filter mode | ||
| 2020-02-29 | Ignore backspace at empty filter prompt | ||
| 2020-02-28 | Fix lint | ||
| 2020-02-28 | Unlimited bookmarks and plugin keys | ||
| 2020-02-28 | Hover next file on delete | ||
| 2020-02-28 | Do not count hard links for dirs | ||
| 2020-02-28 | Single struct for patterns strings | ||