Skip to content

Commit

Permalink
nnn: Update to 3.0
Browse files Browse the repository at this point in the history
Changes:
- take list of files as input and show
- option -e replaces NNN_USE_EDITOR
- option -t replaces NNN_IDLE_TIMEOUT
- PCRE support
- more readline bindings for native prompts
- run GUI app as plugin
- attempt lazy unmount when regular unmount fails
- fix unmount on macOS: use umount
- detect sshfs and rclone to prompt intelligently
- auto-proceed on file open (toggle key +)
- quit with error code on Q
- additional key F5 to toggle hidden
- key e to edit in EDITOR (back on multiple user requests)
- option to edit list of files in selection is changed to E
- do not end selection on redraw
- nuke: glow as Markdown viewer
- nuke: refactor, handle some common video types by extension
- file name removed from status bar
- static Makefile target
- generate, upload static package on release
- fix crash on entering empty dir, then Down
- fix keypresses lost when showing message
- fix #227: nnn creates xdg-open zombies
  • Loading branch information
sjmulder committed Mar 16, 2020
1 parent 57519ea commit 41dbfce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
9 changes: 5 additions & 4 deletions sysutils/nnn/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.15 2020/01/28 14:31:19 sjmulder Exp $
# $NetBSD: Makefile,v 1.16 2020/03/16 16:27:18 sjmulder Exp $

DISTNAME= nnn-2.9
DISTNAME= nnn-3.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=jarun/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand All @@ -15,13 +15,14 @@ USE_CURSES= wide set_escdelay getmouse

.include "../../mk/bsd.prefs.mk"

# Crashes with NetBSD's libedit/libtermcap, see:
# Prevent pulling in builtin termcap which conflicts with ncurses'
# implementation, causing a crash at startup. See:
# https://github.com/jarun/nnn/issues/445
.if ${OPSYS} == "NetBSD"
READLINE_DEFAULT= readline
.endif

# clock_gettime() on older glibc (eg RHEL 6), see:
# clock_gettime() on older glibc (eg RHEL 6). See:
# https://github.com/jarun/nnn/issues/453
MAKE_ENV.Linux+= LDLIBS=-lrt

Expand Down
10 changes: 5 additions & 5 deletions sysutils/nnn/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.10 2020/01/28 14:31:19 sjmulder Exp $
$NetBSD: distinfo,v 1.11 2020/03/16 16:27:18 sjmulder Exp $

SHA1 (nnn-2.9.tar.gz) = 17f41def0cde1485eb2b3ebdeee65d0457c5f0e7
RMD160 (nnn-2.9.tar.gz) = 029808587e3c55a7872fad602f871b6d16a44f1e
SHA512 (nnn-2.9.tar.gz) = 7bc64901a317de79cb9e29502cda70b59ca681ddde53385521a08e49cbc32fa10bb76ceef2e911838c0bb7be4f5018dce4a1906e77c0ca9f1ec8164c82da7bb2
Size (nnn-2.9.tar.gz) = 97998 bytes
SHA1 (nnn-3.0.tar.gz) = 5adbc738d905da80018b6a6526b69b36ff453b92
RMD160 (nnn-3.0.tar.gz) = d2ca7b2061f15eded16872f788f108bbc5cb8acb
SHA512 (nnn-3.0.tar.gz) = a8092e1e5970e1f48baf04a3f9f7064b2efd61bc54bf993b0545c1c2148d775c29328b8e51d5b3f94340de82a468be8547bdd6bb40023811bbcfb755d611435f
Size (nnn-3.0.tar.gz) = 102636 bytes
SHA1 (patch-src_nnn.c) = 8d89c07976cbaab520f9aaf5a3d66bed02aa1a3a

0 comments on commit 41dbfce

Please sign in to comment.