Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-01 | Move installation section to Wiki | ||
2020-05-01 | Update autogen packages | ||
2020-04-29 | New logo: n³ | ||
2020-04-27 | Randomize mocp | ||
2020-04-27 | Use mem* function | ||
2020-04-27 | Let mocp shuffle | ||
2020-04-27 | Randomize mocp playlist | ||
2020-04-27 | Various plugin improvements | ||
2020-04-26 | Optimize dups (#539) | ||
2020-04-26 | Show error at source | ||
2020-04-26 | Fix #537 | ||
2020-04-26 | Fix buffer cleanup | ||
2020-04-26 | Fix buffer cleanup | ||
2020-04-26 | Use memrchr if available | ||
2020-04-25 | Resolve path in list mode | ||
2020-04-25 | Minor refactor | ||
2020-04-25 | Silently ignore invalid paths (documented) | ||
2020-04-25 | Fix #532: support picker and list modes together | ||
2020-04-24 | Fix return and show error | ||
2020-04-24 | Fix picker and list mode conflict (#533) | ||
* Fix picker and list mode conflict * Comment the change | |||
2020-04-24 | NNN_SEL: custom selection file | ||
2020-04-24 | Bookmark key get priority over session | ||
2020-04-24 | Update completion scripts | ||
2020-04-23 | Add nbak plugin to backup all nnn config (#528) | ||
* Add nbak plugin to backup all nnn config * nbak: check cd, quote env * nbak: print backup file name * nbak: add --show option, to show shell config * nbak: fix shellcheck warning 'type' is POSIX complient, AND we check that we're actually running bash, but shellcheck can't understand this... Then '-o' is POSIX complient too, but shellcheck thinks it's "not well defined". * nbak: variable renames, archive hierarchy changes * nbak: fix variable expansion * nbak: remove --show option * nbak: call interactive bash/zsh to get fun/aliases * Add nbak entry in plugins/README.md * nbak: change archive hierarchy * plugins/README.md: make nbak description shorter | |||
2020-04-20 | Plugin improvements (#531) | ||
* Added padding for numbers in .nmv * Add skim as an option in fzopen * Remove unnecessary eval Thanks @leovilok! Co-Authored-By: lvgx <l@vgx.fr> * Added note about whitespace Co-authored-by: lvgx <l@vgx.fr> | |||
2020-04-20 | Add nvim as a diff tool for getplugs plugin (#527) | ||
* Add nvim as a diff tool for getplugs plugin * Comment out `is_cmd_exists()` * Add nvim diff tool for diffs plugin * Add $EDITOR to nuke plugin for editing/reading text file format * Modify diff command to fix CircleCI failures * Fix getplugs prompt * Allow nuke to use custom $PAGER | |||
2020-04-19 | Do a complete erase | ||
2020-04-18 | Fix listing files directly under / | ||
2020-04-18 | Remove hacky single path handling | ||
2020-04-18 | Fix #520: minimal erasure | ||
2020-04-18 | Update issue template, add feature template | ||
2020-04-18 | Fix #526: persistent session | ||
2020-04-17 | Fix #523: handle NNN_PIPE (#525) | ||
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com> | |||
2020-04-17 | Save offset in key-val pairs | ||
2020-04-17 | Fix #523: create NNN_PIPE early | ||
2020-04-17 | nuke: add lowdown as alternative markdown viewer (#524) | ||
See https://kristaps.bsd.lv/lowdown/ | |||
2020-04-16 | Experimental: guards to reduce repeat screen redraws | ||
2020-04-16 | Go to first file or next match | ||
2020-04-16 | Env var NNN_LOCKER | ||
2020-04-15 | Fix #520 | ||
2020-04-15 | Fix build break | ||
2020-04-15 | One-pass key-val pair parsing for bms and plugs | ||
2020-04-15 | Show entry even if no permission | ||
2020-04-15 | Optimized xstrlen(), xstrdup() | ||
2020-04-14 | Refactor set_time_type() | ||
2020-04-14 | Check for file first (more in number) | ||
2020-04-14 | MInor refactor | ||
2020-04-14 | Update docs | ||
2020-04-14 | Update docs | ||
2020-04-13 | Reduce the scope of loop variables | ||