diff options
| author | sjmulder <sjmulder@pkgsrc.org> | 2020-04-29 09:29:38 +0000 |
|---|---|---|
| committer | sjmulder <sjmulder@pkgsrc.org> | 2020-04-29 09:29:38 +0000 |
| commit | c615628b83fe3bf2f543ca7007a51936b3708608 (patch) | |
| tree | bb1682e7f84f60b508a9c2862dfeb434cf2c363c /sysutils/nnn/PLIST | |
| parent | f1595f29c5841119ce747ae6d2b8892cb57a818c (diff) | |
| download | pkgsrc-c615628b83fe3bf2f543ca7007a51936b3708608.tar.gz | |
nnn: Update to 3.1
Package changes:
- Now installs completions for fish, zsh, and bash.
- New option 'mouse' (enabled by default) makes mouse support optional.
- New option 'pcre' (enabled by default) for Perl regular expressions.
- Removed checksum for deleted patch-src_nnn.c in distinfo.
Upstream changes:
- unlimited bookmarks and plugin keys
- status bar text in context color
- support config `NO_COLOR` to disable colors
- config `NNN_OPTS` to specify binary options to `nnn`
- config `NNN_MCLICK` to emulate configurable key
- toggle selection on right click
- ignore hard links when calculating disk usage
- dim (hard/sym) link names (symlink to file has `@`)
- more special keys at empty filter prompt in _type-to-nav_
- key `>` to export file list
- option `-F` to show fortune in help and settings screen
- option `-T` to specify sort order (obsoletes `-v`)
- option to clear sort order
- key `T` to change time type (access/change/mod)
- `.nmv` - internal fully-functional batch renamer plugin
- make var `O_NOBATCH` to disable native batch renamer
- `nuke` & `imgview` - open all images in directory sxiv
- `nuke` - open log files in vi
- plugin `x2sel` - system clipboard to selection copier
- plugin `fzy` - cd using z database
- plugin `fzopen` - support `FZF_DEFAULT_COMMAND`
- create new context on TAB without prompt
- hover and connect by dir name (within config dir)
- move to next entry on current file delete
- on single file copy/move, select the copied/moved file
- option `-f` to to use readline history file (off by default)
- use `s` in status bar to indicate selection in progress
- make var `O_NOMOUSE` to disable mouse support
- do not store `NNN_TRASH` and `-Q` in config/session
- add sample .desktop file for XDG compatible DEs
- rename _nav-as-you-type_ to _type-to-nav_ mode
- fix PCRE case-insensitive regex search
- fix no error msg when filter length limit exceeded
- fix static package generation
- fix broken abort message when started in du-mode
- fix filter lost on context switch in non _type-to-nav_ mode
- fix broken readline prompt
- fix long strings treated as action keys in filter prompt
- fix `NNNLVL` not reset when spawned shell is exited
Diffstat (limited to 'sysutils/nnn/PLIST')
| -rw-r--r-- | sysutils/nnn/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sysutils/nnn/PLIST b/sysutils/nnn/PLIST index a7af52a7473..1ca09d5011b 100644 --- a/sysutils/nnn/PLIST +++ b/sysutils/nnn/PLIST @@ -1,3 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1 2018/12/17 14:22:52 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.2 2020/04/29 09:29:38 sjmulder Exp $ bin/nnn man/man1/nnn.1 +share/bash-completion/completions/nnn +share/fish/vendor_completions.d/nnn.fish +share/zsh/site-functions/_nnn |
