Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-04 | Use const type | Arun Prakash Jana | |
2020-05-04 | Refactor move_cursor() | Arun Prakash Jana | |
2020-05-04 | Fix #550 | Arun Prakash Jana | |
2020-05-04 | Add is_prefix(), block empty files completely | Arun Prakash Jana | |
2020-05-03 | Bind getplugs to installed version | Arun Prakash Jana | |
2020-05-03 | Plugin finder: run custom find/fd/grep/rg/fzf and list | Arun Prakash Jana | |
2020-05-03 | Context code '+' to create context smartly | Arun Prakash Jana | |
2020-05-03 | Decouple listpath and initpath | Arun Prakash Jana | |
2020-05-03 | Show messages appropriately | Arun Prakash Jana | |
2020-05-03 | Plugin mimelist: support reading file list from (cmd as) plugin | Arun Prakash Jana | |
2020-05-03 | browse: fix nnn -e (#549) | Danh Doan | |
The current code will start editor if the mime doesn't start with "text/". But, we want the opposite. Simplify the check by using `strncmp` instead. We may improve by writing a helper: `start_withs` in the future. This change also cleans -Wstrict-aliasing on Ubuntu 16.04 LTS | |||
2020-05-03 | Simplify unescape() in no locale mode | Arun Prakash Jana | |
2020-05-02 | Dim file details in detail mode | Arun Prakash Jana | |
2020-05-02 | Fix: BSD expr syntax error on empty $NNNLVL (#546) | Rami3L | |
2020-05-02 | Update docs | Arun Prakash Jana | |
2020-05-01 | Update docs | Arun Prakash Jana | |
2020-05-01 | Install logo to desktop icons (#542) | lvgx | |
This shows the "n³" logo as icon in application menus, when desktop file is installed (using `install-desktop` make target). | |||
2020-05-01 | Add a logo for nnn (n³) (#544) | lvgx | |
"n³" on a black knight chess piece/black horse head. | |||
2020-05-01 | Support $_Z_DATA environment variable (#545) | step | |
Support `$_Z_DATA` environment variable per z's documentation https://github.com/rupa/z/blob/dcd5541e7dc37a3a32885565539c6fb1479af26f/z.1#L78. `$_Z_DATA` allows changing the default location of the z database file. | |||
2020-05-01 | Move installation section to Wiki | Arun Prakash Jana | |
2020-05-01 | Update autogen packages | Arun Prakash Jana | |
2020-04-29 | New logo: n³ | Arun Prakash Jana | |
2020-04-27 | Randomize mocp | Arun Prakash Jana | |
2020-04-27 | Use mem* function | Arun Prakash Jana | |
2020-04-27 | Let mocp shuffle | Arun Prakash Jana | |
2020-04-27 | Randomize mocp playlist | Arun Prakash Jana | |
2020-04-27 | Various plugin improvements | Arun Prakash Jana | |
2020-04-26 | Optimize dups (#539) | KlzXS | |
2020-04-26 | Show error at source | Arun Prakash Jana | |
2020-04-26 | Fix #537 | Arun Prakash Jana | |
2020-04-26 | Fix buffer cleanup | Arun Prakash Jana | |
2020-04-26 | Fix buffer cleanup | Arun Prakash Jana | |
2020-04-26 | Use memrchr if available | Arun Prakash Jana | |
2020-04-25 | Resolve path in list mode | Arun Prakash Jana | |
2020-04-25 | Minor refactor | Arun Prakash Jana | |
2020-04-25 | Silently ignore invalid paths (documented) | Arun Prakash Jana | |
2020-04-25 | Fix #532: support picker and list modes together | Arun Prakash Jana | |
2020-04-24 | Fix return and show error | Arun Prakash Jana | |
2020-04-24 | Fix picker and list mode conflict (#533) | KlzXS | |
* Fix picker and list mode conflict * Comment the change | |||
2020-04-24 | NNN_SEL: custom selection file | Arun Prakash Jana | |
2020-04-24 | Bookmark key get priority over session | Arun Prakash Jana | |
2020-04-24 | Update completion scripts | Arun Prakash Jana | |
2020-04-23 | Add nbak plugin to backup all nnn config (#528) | lvgx | |
* 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) | KlzXS | |
* 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) | Krisan Alifari | |
* 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 | Arun Prakash Jana | |
2020-04-18 | Fix listing files directly under / | Arun Prakash Jana | |
2020-04-18 | Remove hacky single path handling | Arun Prakash Jana | |
2020-04-18 | Fix #520: minimal erasure | Arun Prakash Jana | |
2020-04-18 | Update issue template, add feature template | Arun Prakash Jana | |