]> Sergey Matveev's repositories - nnn.git/log
nnn.git
3 years agoUpdate help
Arun Prakash Jana [Sat, 23 Oct 2021 13:48:12 +0000 (19:18 +0530)]
Update help

3 years agoDisable verbose xargs, change nativ eprompt to "nnn]"
Arun Prakash Jana [Fri, 22 Oct 2021 22:17:53 +0000 (03:47 +0530)]
Disable verbose xargs, change nativ eprompt to "nnn]"

3 years agoMerge pull request #1202 from KlzXS/cmd_selection
Terminator X [Fri, 22 Oct 2021 21:31:07 +0000 (03:01 +0530)]
Merge pull request #1202 from KlzXS/cmd_selection

Added %s and %S for using selection in shell

3 years agoFix off-by-one
KlzXS [Fri, 22 Oct 2021 19:06:26 +0000 (21:06 +0200)]
Fix off-by-one

3 years agoRevert searching for a leading space
KlzXS [Fri, 22 Oct 2021 18:27:12 +0000 (20:27 +0200)]
Revert searching for a leading space

%j and %J will be replaced by a file path. File paths should be quoted to ensure proper interpretation by the shell

3 years agoReplace %s and %S with %j and %J
KlzXS [Fri, 22 Oct 2021 17:58:50 +0000 (19:58 +0200)]
Replace %s and %S with %j and %J

Those two conversions aren't used by any printf and scanf functions so there will no longer be any erroneous rewrites

Style fixes

3 years agoMerge pull request #1207 from luukvbaal/master
Terminator X [Fri, 22 Oct 2021 16:34:49 +0000 (22:04 +0530)]
Merge pull request #1207 from luukvbaal/master

Clear selection for send_to_explorer

3 years agoClear selection for send_to_explorer
Luuk van Baal [Fri, 22 Oct 2021 16:26:45 +0000 (18:26 +0200)]
Clear selection for send_to_explorer

3 years agoRemove option -w: always place HW cursor on current entry
Arun Prakash Jana [Fri, 22 Oct 2021 01:12:42 +0000 (06:42 +0530)]
Remove option -w: always place HW cursor on current entry

3 years agoRevert "fix: no mouse support inside vim terminal"
Arun Prakash Jana [Thu, 21 Oct 2021 19:00:11 +0000 (00:30 +0530)]
Revert "fix: no mouse support inside vim terminal"

This reverts commit dd7c13dd77cd8e63cd776dc703e23399b64afd32.

Single/double mouse click breaks on xfce4-terminal and xterm on Ubuntu 20.04

3 years agoSelection and mouse support for explorer/picker
Luuk van Baal [Thu, 21 Oct 2021 18:09:21 +0000 (20:09 +0200)]
Selection and mouse support for explorer/picker

3 years agoMerge pull request #1204 from N-R-K/mouse_ev
Terminator X [Thu, 21 Oct 2021 12:53:57 +0000 (18:23 +0530)]
Merge pull request #1204 from N-R-K/mouse_ev

fix: no mouse support inside vim terminal

3 years agofix: no mouse support inside vim terminal
NRK [Thu, 21 Oct 2021 11:28:13 +0000 (17:28 +0600)]
fix: no mouse support inside vim terminal

we need to signal mouse event by printing these escape codes. the X10
escape code seems to be legacy format only used as fallback incase SGR
extended coordinates aren't supported.

3 years agoMerge pull request #1203 from luukvbaal/patches
Terminator X [Thu, 21 Oct 2021 11:41:14 +0000 (17:11 +0530)]
Merge pull request #1203 from luukvbaal/patches

Resolve gitstatus patch conflict

3 years agoResolve gitstatus patch conflict
Luuk van Baal [Thu, 21 Oct 2021 11:39:09 +0000 (13:39 +0200)]
Resolve gitstatus patch conflict

3 years agoAdded %s and %S for using selection in shell
KlzXS [Wed, 20 Oct 2021 17:28:15 +0000 (19:28 +0200)]
Added %s and %S for using selection in shell

3 years agoPrefer inline for single liner
Arun Prakash Jana [Wed, 20 Oct 2021 14:59:15 +0000 (20:29 +0530)]
Prefer inline for single liner

3 years agoPicker mode: don't pick on Enter if selection exists
Arun Prakash Jana [Tue, 19 Oct 2021 13:17:50 +0000 (18:47 +0530)]
Picker mode: don't pick on Enter if selection exists

3 years agoFix #1201: accept link name for single target
Arun Prakash Jana [Tue, 19 Oct 2021 10:05:57 +0000 (15:35 +0530)]
Fix #1201: accept link name for single target

When creating new sym/hard link, accept link name if
the current file is being linked or 1 file selected.

3 years agoUpdate docs
Arun Prakash Jana [Mon, 18 Oct 2021 19:14:33 +0000 (00:44 +0530)]
Update docs

3 years agoAdd example to copy image to clipboard (#1199)
Arun Prakash Jana [Sun, 17 Oct 2021 21:18:46 +0000 (02:48 +0530)]
Add example to copy image to clipboard (#1199)

3 years agoMerge pull request #1198 from stelgenhof/master
Terminator X [Sun, 17 Oct 2021 12:21:29 +0000 (17:51 +0530)]
Merge pull request #1198 from stelgenhof/master

Add 'font' mime-type registry check for preview-tui plugin

3 years agoAdd option -i to show file information on hover
Arun Prakash Jana [Sun, 17 Oct 2021 06:27:38 +0000 (11:57 +0530)]
Add option -i to show file information on hover

3 years agoAdded the media registry 'font' for mime types part of it.
Sacha Telgenhof [Sun, 17 Oct 2021 05:34:09 +0000 (14:34 +0900)]
Added the media registry 'font' for mime types part of it.

Signed-off-by: Sacha Telgenhof <me@sachatelgenhof.com>
3 years agoGet rid of clearinfoln()
Arun Prakash Jana [Sat, 16 Oct 2021 23:30:35 +0000 (05:00 +0530)]
Get rid of clearinfoln()

3 years agomake var O_FILEINFO to show file info on hover
Arun Prakash Jana [Sat, 16 Oct 2021 17:17:21 +0000 (22:47 +0530)]
make var O_FILEINFO to show file info on hover

3 years agoUpdate version
Arun Prakash Jana [Fri, 15 Oct 2021 07:15:58 +0000 (12:45 +0530)]
Update version

3 years agoUpdate docs
Arun Prakash Jana [Thu, 14 Oct 2021 21:30:33 +0000 (03:00 +0530)]
Update docs

3 years agoSupport OSX iterm2 in preview-tui by using split pane (#1196)
An Phung [Thu, 14 Oct 2021 20:07:11 +0000 (21:07 +0100)]
Support OSX iterm2 in preview-tui by using split pane (#1196)

3 years agoUpdate link to ToDo list
Arun Prakash Jana [Sun, 10 Oct 2021 06:15:49 +0000 (11:45 +0530)]
Update link to ToDo list

3 years agoFix build break
Arun Prakash Jana [Sat, 9 Oct 2021 13:56:34 +0000 (19:26 +0530)]
Fix build break

3 years agoMerge pull request #1191 from luukvbaal/patches
Terminator X [Sat, 9 Oct 2021 13:41:03 +0000 (19:11 +0530)]
Merge pull request #1191 from luukvbaal/patches

Fix gitstatus regression and restorepreview conflict

3 years agoMerge pull request #1192 from jarun/luukvbaal-readme
Terminator X [Sat, 9 Oct 2021 13:27:21 +0000 (18:57 +0530)]
Merge pull request #1192 from jarun/luukvbaal-readme

Add nnn.nvim to README

3 years agoAdd nnn.nvim to README
luukvbaal [Sat, 9 Oct 2021 12:40:22 +0000 (14:40 +0200)]
Add nnn.nvim to README

3 years agoFix gitstatus regression/restore preview conflict
Luuk van Baal [Sat, 9 Oct 2021 00:36:22 +0000 (02:36 +0200)]
Fix gitstatus regression/restore preview conflict

3 years agoMerge pull request #1190 from luukvbaal/sessionfix
Terminator X [Thu, 7 Oct 2021 03:29:34 +0000 (08:59 +0530)]
Merge pull request #1190 from luukvbaal/sessionfix

Save session after browse()

3 years agoSave session after browse()
Luuk van Baal [Thu, 7 Oct 2021 00:57:55 +0000 (02:57 +0200)]
Save session after browse()

3 years agoMerge pull request #1186 from KlzXS/recursive_batch_rename
Terminator X [Mon, 4 Oct 2021 15:02:14 +0000 (20:32 +0530)]
Merge pull request #1186 from KlzXS/recursive_batch_rename

Added recursive capabilities to .nmv

3 years agoMerge pull request #1189 from luukvbaal/preview-tui
Terminator X [Mon, 4 Oct 2021 15:00:49 +0000 (20:30 +0530)]
Merge pull request #1189 from luukvbaal/preview-tui

Remove preview-tui winch tmux workaround

3 years agoChange preview-tui winch workaround
Luuk van Baal [Sun, 3 Oct 2021 22:12:48 +0000 (00:12 +0200)]
Change preview-tui winch workaround

3 years agoAdded recursive capabilities to .nmv
KlzXS [Sun, 3 Oct 2021 09:42:02 +0000 (11:42 +0200)]
Added recursive capabilities to .nmv

3 years agoMerge pull request #1183 from N-R-K/disable_e
Terminator X [Thu, 30 Sep 2021 14:20:40 +0000 (19:50 +0530)]
Merge pull request #1183 from N-R-K/disable_e

Disable e on picker mode

3 years agoDisable e on picker mode
NRK [Thu, 12 Aug 2021 05:17:48 +0000 (11:17 +0600)]
Disable e on picker mode

Mainly so that pressing 'e' due to muscle memory on nnn.vim doesn't nest
a new editor instance inside the embedded vim terminal.

However invoking nnn with picker mode implies that the intention is to
pick file(s), there shouldn't be any business trying to edit things on
the fly. And if editing a file while in picker mode is desirable, then
'l' can be used for that instead.

3 years agoUpdate docs
Arun Prakash Jana [Thu, 30 Sep 2021 01:56:40 +0000 (07:26 +0530)]
Update docs

3 years agoUpdate docs
Arun Prakash Jana [Wed, 29 Sep 2021 21:47:02 +0000 (03:17 +0530)]
Update docs

3 years agoImprove docs in cd on quit scripts
Arun Prakash Jana [Wed, 29 Sep 2021 13:46:58 +0000 (19:16 +0530)]
Improve docs in cd on quit scripts

3 years agoRevert Haiku rdef
Arun Prakash Jana [Wed, 29 Sep 2021 10:52:01 +0000 (16:22 +0530)]
Revert Haiku rdef

3 years agoMerge pull request #1182 from luukvbaal/patches v4.3
Terminator X [Wed, 29 Sep 2021 10:13:43 +0000 (15:43 +0530)]
Merge pull request #1182 from luukvbaal/patches

Fix gitstatus and rebase patches

3 years agoFix gitstatus and rebase patches
Luuk van Baal [Wed, 29 Sep 2021 09:33:19 +0000 (11:33 +0200)]
Fix gitstatus and rebase patches

3 years agoPrepare for release v4.3 Martini
Arun Prakash Jana [Wed, 29 Sep 2021 09:07:45 +0000 (14:37 +0530)]
Prepare for release v4.3 Martini

3 years agoFix compilation warning
Arun Prakash Jana [Wed, 29 Sep 2021 08:58:16 +0000 (14:28 +0530)]
Fix compilation warning

3 years agoMerge pull request #1180 from MaxGyver83/master
Terminator X [Mon, 27 Sep 2021 00:08:12 +0000 (05:38 +0530)]
Merge pull request #1180 from MaxGyver83/master

autojump plugin: Support jethrokuan/z (port of z for fish)

3 years agoCombine assignment of $_Z_DATA, $Z_DATA or $HOME/.z
Max Schillinger [Sun, 26 Sep 2021 21:17:51 +0000 (23:17 +0200)]
Combine assignment of $_Z_DATA, $Z_DATA or $HOME/.z

Co-authored-by: luukvbaal <31730729+luukvbaal@users.noreply.github.com>
3 years agoautojump plugin: Support jethrokuan/z (port of z for fish)
Max Schillinger [Sun, 26 Sep 2021 19:54:01 +0000 (21:54 +0200)]
autojump plugin: Support jethrokuan/z (port of z for fish)

3 years agoFix broken GUI cmd run as plugin case
Arun Prakash Jana [Sat, 25 Sep 2021 18:24:12 +0000 (23:54 +0530)]
Fix broken GUI cmd run as plugin case

3 years agoMerge pull request #1177 from luukvbaal/preview-tui
Terminator X [Fri, 24 Sep 2021 12:24:41 +0000 (17:54 +0530)]
Merge pull request #1177 from luukvbaal/preview-tui

Preview without convert

3 years agoPreview without convert
Luuk van Baal [Fri, 24 Sep 2021 10:12:13 +0000 (12:12 +0200)]
Preview without convert

3 years agoMerge pull request #1174 from luukvbaal/restorepreview
Terminator X [Thu, 23 Sep 2021 07:42:15 +0000 (13:12 +0530)]
Merge pull request #1174 from luukvbaal/restorepreview

Improve restorepreview race conditions

3 years agoImprove restorepreview race conditions
Luuk van Baal [Wed, 22 Sep 2021 15:15:35 +0000 (17:15 +0200)]
Improve restorepreview race conditions

3 years agoMerge pull request #1173 from luukvbaal/previewpatch
Terminator X [Wed, 22 Sep 2021 03:38:32 +0000 (09:08 +0530)]
Merge pull request #1173 from luukvbaal/previewpatch

Add restorepreview patch

3 years agoAdd restorepreview patch
Luuk van Baal [Wed, 22 Sep 2021 02:13:57 +0000 (04:13 +0200)]
Add restorepreview patch

3 years agoRevert "Close previewer when opening file (#1171)"
Arun Prakash Jana [Wed, 22 Sep 2021 00:16:45 +0000 (05:46 +0530)]
Revert "Close previewer when opening file (#1171)"

This reverts commit 532532704e72156aff140a07f8d7768d596eec02.

3 years agoSupport for nerdfont sty,cls and bib(tex filetypes) (#1169)
CantoroMC [Tue, 21 Sep 2021 04:51:23 +0000 (06:51 +0200)]
Support for nerdfont sty,cls and bib(tex filetypes) (#1169)

I've extended the use of nerdfont icon for tex to other common tex extensions.
I don't know how to do the same for icons-in-terminal.
Additionally, since the list is growing I have alphabetize the list of common
icons, used in icons-nerdfont.h.

3 years agoClose previewer when opening file (#1171)
luukvbaal [Tue, 21 Sep 2021 04:44:25 +0000 (06:44 +0200)]
Close previewer when opening file (#1171)

3 years agoadd provided but unused ruby icon (#1167)
CantoroMC [Sun, 19 Sep 2021 04:43:07 +0000 (06:43 +0200)]
add provided but unused ruby icon (#1167)

3 years agoUpdate FUNDING.yml
Terminator X [Sun, 19 Sep 2021 01:22:13 +0000 (06:52 +0530)]
Update FUNDING.yml

3 years agoMore checks
Arun Prakash Jana [Thu, 9 Sep 2021 17:47:22 +0000 (23:17 +0530)]
More checks

3 years agoFix #1162: run commands as plugin through shell
Arun Prakash Jana [Thu, 9 Sep 2021 14:08:41 +0000 (19:38 +0530)]
Fix #1162: run commands as plugin through shell

3 years agoAdd early check
Arun Prakash Jana [Thu, 9 Sep 2021 12:35:24 +0000 (18:05 +0530)]
Add early check

3 years agoAdded theme support for bat in preview-tui plugin (#1141)
Jakob Beckmann [Thu, 9 Sep 2021 12:32:06 +0000 (14:32 +0200)]
Added theme support for bat in preview-tui plugin (#1141)

3 years agoReformat checks
Arun Prakash Jana [Thu, 9 Sep 2021 03:35:45 +0000 (09:05 +0530)]
Reformat checks

3 years agoDirectory-specific sort order
Arun Prakash Jana [Wed, 8 Sep 2021 13:44:05 +0000 (19:14 +0530)]
Directory-specific sort order

3 years agoThe shell interprets "$nnn" now
Arun Prakash Jana [Sun, 5 Sep 2021 12:49:30 +0000 (18:19 +0530)]
The shell interprets "$nnn" now

3 years agofix jump cd to use seperate params (#1156)
Assaf Ben-Amitai [Sat, 4 Sep 2021 23:50:31 +0000 (02:50 +0300)]
fix jump cd to use seperate params (#1156)

3 years agoplugin autojump: on jump - read entire line (#1155)
Assaf Ben-Amitai [Sat, 4 Sep 2021 20:31:41 +0000 (23:31 +0300)]
plugin autojump: on jump - read entire line (#1155)

3 years agoReformat copy current current file name
Arun Prakash Jana [Sat, 4 Sep 2021 02:36:29 +0000 (08:06 +0530)]
Reformat copy current current file name

3 years agoFix #1153: sync hidden on batch rename
Arun Prakash Jana [Sat, 4 Sep 2021 01:53:02 +0000 (07:23 +0530)]
Fix #1153: sync hidden on batch rename

3 years agoUse a meaningful macro
Arun Prakash Jana [Sat, 4 Sep 2021 01:41:08 +0000 (07:11 +0530)]
Use a meaningful macro

3 years ago[draft] signal CWD change to terminal via OSC-7 (#1148)
Daniel Eklöf [Mon, 30 Aug 2021 14:21:04 +0000 (16:21 +0200)]
[draft] signal CWD change to terminal via OSC-7 (#1148)

* Signal CWD change to terminal via OSC-7

Closes #1147

* Make OSC-7 emission gated by NOX11

* Use newpath variable in gethostname()

Use dynamic memory for hostname

3 years agoMerge pull request #1146 from luanrivello/patch-1
Terminator X [Sun, 29 Aug 2021 14:46:40 +0000 (20:16 +0530)]
Merge pull request #1146 from luanrivello/patch-1

Fix kitty listen_on example

3 years agoFix kitty listen_on example
Luan Belem Rivello [Sat, 28 Aug 2021 23:14:35 +0000 (20:14 -0300)]
Fix kitty listen_on example

3 years agoFix build break
Arun Prakash Jana [Wed, 25 Aug 2021 14:25:48 +0000 (19:55 +0530)]
Fix build break

3 years agoExports special variables before running plugins
Arun Prakash Jana [Wed, 25 Aug 2021 11:02:08 +0000 (16:32 +0530)]
Exports special variables before running plugins

3 years agoMerge pull request #1143 from joelazar/master
Terminator X [Wed, 25 Aug 2021 10:55:20 +0000 (16:25 +0530)]
Merge pull request #1143 from joelazar/master

fix fzhist plugin - get fish_history from the right place

3 years agofix fzhist plugin - get fish_history from the right place
joelazar [Wed, 25 Aug 2021 08:36:10 +0000 (10:36 +0200)]
fix fzhist plugin - get fish_history from the right place

3 years agoRetain original context hovered file when selecting from plugin dir
Arun Prakash Jana [Tue, 24 Aug 2021 19:53:51 +0000 (01:23 +0530)]
Retain original context hovered file when selecting from plugin dir

3 years agoFix NULL file name handling
Arun Prakash Jana [Tue, 24 Aug 2021 19:17:52 +0000 (00:47 +0530)]
Fix NULL file name handling

3 years agoMore special variables at prompt/shell
Arun Prakash Jana [Tue, 24 Aug 2021 17:55:32 +0000 (23:25 +0530)]
More special variables at prompt/shell

$dN: directory path open in context N
$fN: file path hovered in context N

3 years agoUpdate help page logo
Arun Prakash Jana [Mon, 23 Aug 2021 05:32:53 +0000 (11:02 +0530)]
Update help page logo

3 years agoAdd a cool ASCII art to help screen
Arun Prakash Jana [Sun, 22 Aug 2021 15:17:00 +0000 (20:47 +0530)]
Add a cool ASCII art to help screen

3 years agoMacOSX legacy (#1138)
elder-n00b [Sun, 22 Aug 2021 06:39:30 +0000 (08:39 +0200)]
MacOSX legacy (#1138)

* Branched v4.2
Added workaround for Mac OS X < 10.12.0
(Only tested on 10.11.6, lower versions may need more workaround)

* Added *.dSYM to .gitignore

* Added comments for the macosx detection in Makefile

* Fixed indentation, formatting and missing newline at eof

* Moved includes inside include guard

Co-authored-by: elder-n00b <elder-n00b@yandex.com>
3 years agoJump back last dir from plugin dir with -
Arun Prakash Jana [Thu, 19 Aug 2021 03:13:57 +0000 (08:43 +0530)]
Jump back last dir from plugin dir with -

3 years agoIcon changes .iconlookup (#1136)
luukvbaal [Wed, 18 Aug 2021 17:46:29 +0000 (19:46 +0200)]
Icon changes .iconlookup (#1136)

3 years agochange and add some icons-nerdfont (#1135)
CantoroMC [Wed, 18 Aug 2021 13:53:53 +0000 (15:53 +0200)]
change and add some icons-nerdfont (#1135)

3 years agoUpdate README
Arun Prakash Jana [Tue, 17 Aug 2021 18:57:09 +0000 (00:27 +0530)]
Update README

3 years agoicon for zsh, nix, and matlab files(nerdfonts), lua color to lua file (#1132)
CantoroMC [Tue, 17 Aug 2021 18:41:42 +0000 (20:41 +0200)]
icon for zsh, nix, and matlab files(nerdfonts), lua color to lua file (#1132)

* icon for nix and matlab files(nerdfonts), lua color to lua file

* Update .iconlookup

* Update icons-nerdfont.h

* Update icons.h

Co-authored-by: luukvbaal <31730729+luukvbaal@users.noreply.github.com>
3 years agoKey B to add bookmarks on the fly
Arun Prakash Jana [Tue, 17 Aug 2021 14:58:12 +0000 (20:28 +0530)]
Key B to add bookmarks on the fly

3 years agoMerge pull request #1131 from luukvbaal/patchfix
Terminator X [Tue, 17 Aug 2021 12:19:34 +0000 (17:49 +0530)]
Merge pull request #1131 from luukvbaal/patchfix

Fix gitstatus pathspec errors

3 years agoFix gitstatus pathspec errors
Luuk van Baal [Tue, 17 Aug 2021 12:01:24 +0000 (14:01 +0200)]
Fix gitstatus pathspec errors

3 years agoDisable auto-marking
Arun Prakash Jana [Tue, 17 Aug 2021 09:36:09 +0000 (15:06 +0530)]
Disable auto-marking