pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/nnn sysutils/nnn: update to 2.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8bfaa7a0ff69
branches:  trunk
changeset: 418819:8bfaa7a0ff69
user:      sjmulder <sjmulder%pkgsrc.org@localhost>
date:      Wed Dec 04 13:59:55 2019 +0000

description:
sysutils/nnn: update to 2.8

Changes:
 - sessions (thanks @annagrram)
 - rclone support for remote access (mount any cloud storage!!!)
 - toggle selection with 'Space' or '^J'
 - ignore events during selection so the + symbol is not lost
 - run custom (non-shell-interpreted) commands like plugins
 - configure cd-on-quit as the default behaviour
 - create parent dirs for new files and dirs, duplicate a file/dir
   anywhere
 - 'copy/move as' workflow (thanks @KlzXS)
 - edit , flush selection buffer (thanks @KlzXS)
 - support xargs with minimal options (as in BusyBox) (thanks @KlzXS)
 - changed the key to size sort to 'z'
 - additional key ']' to show command prompt
 - mount archives using archivemount
 - smoother double click handling
 - program option -R to disable rollover at edges
 - keybind collision checker (for custom keybind config) (thanks
   @annagrram)
 - show size of file in bytes in status bar in disk usage mode
 - pass unresolved path as second argument ($2) to plugin
 - mechanism for plugins to control active directory
 - all binary questions are confirmed by 'y' or 'Y'
 - plugins
   - some plugins renamed
   - integrated shellcheck in CI, POSIX-compliance fixes (thanks
     @koalaman)
   - getplugs - detect modifications in exiting plugin file (thanks
     @KlzXS)
   - drag-file & drop-file: drag & drop files using dragon
   - gutenread: browse, download and read from Project Gutenberg
   - suedit - edit file with superuser permissions
   - fzhist - fuzzy select commands from history, edit and run
   - fzcd - change to a fuzzy-searched directory
   - rename - batch rename directory or selection using qmv or vidir
   - pskill - fuzzy list a process or zombies by name and kill
   - exetoggle - toggle executable status of hovered file
   - treeview - informative tree output with file permissions and size
   - chksum - recursively calculate checksum for files in hovered
     directory
   - fzopen renamed to fzopen
   - imgsxiv instructions added to browse and rename images
 - create link to current file
 - additional key ';' to execute plugin
 - more explicit force removal message
 - force non-detachable internal edits in $EDITOR (option -E)
 - export current file as $nnn (instead of $NN)
 - fix file open failure from browser when configured as default FM

diffstat:

 sysutils/nnn/Makefile |   4 ++--
 sysutils/nnn/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 5ff3a77f7951 -r 8bfaa7a0ff69 sysutils/nnn/Makefile
--- a/sysutils/nnn/Makefile     Wed Dec 04 13:41:07 2019 +0000
+++ b/sysutils/nnn/Makefile     Wed Dec 04 13:59:55 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2019/10/16 16:12:42 sjmulder Exp $
+# $NetBSD: Makefile,v 1.13 2019/12/04 13:59:55 sjmulder Exp $
 
-DISTNAME=      nnn-2.7
+DISTNAME=      nnn-2.8
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jarun/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 5ff3a77f7951 -r 8bfaa7a0ff69 sysutils/nnn/distinfo
--- a/sysutils/nnn/distinfo     Wed Dec 04 13:41:07 2019 +0000
+++ b/sysutils/nnn/distinfo     Wed Dec 04 13:59:55 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2019/10/16 16:12:42 sjmulder Exp $
+$NetBSD: distinfo,v 1.8 2019/12/04 13:59:55 sjmulder Exp $
 
-SHA1 (nnn-2.7.tar.gz) = 6e5931baeff02a7ff745019c6b555aa6aff6d696
-RMD160 (nnn-2.7.tar.gz) = ff48a51bdff827ca1e1db4180bd98cb9774322a1
-SHA512 (nnn-2.7.tar.gz) = 432d268caf501349cf2ed95b7b889d373c43d8efba3ca72dabcab579b1f39546bcef55dff07b1d2d56b9a0b56da6c4461d37c66db6e66895b051c616b9b77ccb
-Size (nnn-2.7.tar.gz) = 78047 bytes
+SHA1 (nnn-2.8.tar.gz) = ecbfad7b6da1baf588c0bc989ae3e75256f93a12
+RMD160 (nnn-2.8.tar.gz) = a917c9fbf6f2bebec90bac6343e3137be385fc2a
+SHA512 (nnn-2.8.tar.gz) = 6f0f34bcaf3cc83c760f690d08fb3a296147520b78da2c0990875a417132ad739ad06db140d17ccd3b99988d2160c1367f56956856b8164df04b4c2ca68547bd
+Size (nnn-2.8.tar.gz) = 90979 bytes



Home | Main Index | Thread Index | Old Index