IABSD.fr/ports/sysutils/nnn

Branch :


Log

Author Commit Date CI Message
d27cdc6e 2024-04-26 07:50:07 sysutils/nnn: fix bug which prevents it from creating new files, from upstream. from maintainer Martin Ziemer
f372f5ac 2023-09-27 17:16:22 MASTER_SITES -> SITES
9498e25f 2023-08-28 18:08:34 update sysutils/nnn to 4.9; from MAINTAINER Martin Ziemer, thanks! FLAVOR=nerd needs nerd-fonts >= 3.0.0 Changes: https://github.com/jarun/nnn/releases/tag/v4.9 OK op@
348182fd 2023-04-13 16:30:03 update sysutils/nnn to 4.8; from MAINTAINER Martin Ziemer, thanks!
eb7789a6 2023-01-05 10:01:09 sysutils/nnn: add -nerd flavor for usage with *-nerd-fonts based on a diff from Joel Carnat (joel [at] carnat [dot] net) with the DESCR wording from sthen@. ok maintainer (Martin Ziemer)
c15cd11c 2022-11-24 10:25:40 update sysutils/nnn to 4.7 diff from MAINTAINER Martin Ziemer, thanks! changelog: https://github.com/jarun/nnn/releases/tag/v4.7
ee5aa665 2022-07-27 09:32:55 update sysutils/nnn to 4.6; diff from maintainer Martin Ziemer, thanks!
9415ecca 2022-04-27 10:39:15 update sysutils/nnn to 4.5 diff from maintainer Martin Ziemer, thanks! changelog: https://github.com/jarun/nnn/releases/tag/v4.5 port wise: drop the (upstreamed) patch-src_nnn_c
2b3700e3 2022-03-11 19:57:10 drop RCS Ids
af648e62 2021-11-25 18:52:55 Update nnn to v4.4, by maintainer Martin Ziemer Software changes: * support macOS iterm2 in plugin preview-tui (#1196) * use selection at native command prompt with %j and %J (docs) * scroll strings longer than columns in rename/new prompts (#1213, #279) * batch rename symlink targets in listing mode (#1214) * option for recursive rename in plugin .nmv (#1186) * more frequent checks for cancellation during du (#1236) * picker mode: enable auto-proceed * picker mode: don't pick hovered file on Enter if selection exists * picker mode: fix issue in plugin fzopen when used to pick files * send file to explorer FIFO on double left click instead of opening it * new neovim plugin nnn.nvim featuring explorer mode * explorer mode for nnn.vim * remove option -w: always place HW cursor on current entry * accept link name when linking a single target (#1201) * option -i to show current file information in info bar * force GNU sed on *BSD and Solaris * add nsxiv support to nuke, preview-tabbed and imgview (#1230) * fix preview-tui without -a (#1208) * pass pts in env var for preview-tui to use in tput (#1235) * disable editing file in picker mode (#1183) * save session in picker mode (#1190) * use nerd icons for gitstatus patch (#1220) Port changes: * added run_dep gsed * cherry picked upstream patch to make use of gsed on BSDs Sijmen J. Mulder noticed that gsed is required now. op@ noticed that gsed is not used due a bug. ok sthen@ for the original update ok op@ and solene@ for the final version with gsed patch