1
0
Fork 0
mirror of https://github.com/jarun/nnn.git synced 2025-02-18 23:34:37 +00:00
Commit graph

579 commits

Author SHA1 Message Date
NRK
5e6c62cd8e nuke: port sxiv-rifle performance improvement over
this commit is mostly porting over some recent performance improvements
from `sxiv-rifle`: https://github.com/ranger/ranger/pull/2411

there's one "bug-fix" in this commit. currently a file named "afilejpeg"
would be matched due to the `-iregex` in listimages. this commit changes
that so only extensions would match, so for example "afile.jpeg" would
match but not "afilejpeg".

As for performance, there's a couple things this commit does:

* store the result of listimages into a tmp file instead of calling that
  function twice, this is probably the biggest performance improvement.
  especially when loading large directories.

* abspath now sets the var abs_target instead of calling printf. since
  abspath is only called from load_dir, we can go one step further and
  inline it. but i haven't done that since the function might be useful
  later on.

* avoid call to dirname and use parameter subsitution instead inside
  `listimages`

* use grep instead of `-iregex`, it's POSIX compliant and can be faster.

i've tested this out with sxiv and everything seems to be working as
expected.
2021-11-02 10:13:45 +06:00
NRK
65ae3abc24 quickfix 2021-11-01 14:15:49 +06:00
NRK
d2dff487e0 use $PWD 2021-11-01 14:13:21 +06:00
NRK
afb7a6e9c1 check if $entry is fullpath or not 2021-11-01 14:05:18 +06:00
NRK
a47376ee04 plugin: fzopen: print full path for picker mode
Closes: https://github.com/mcchrish/nnn.vim/issues/133
2021-11-01 13:28:49 +06:00
Luuk van Baal
de017b7aa2 Fix preview-tui without -a 2021-10-23 15:50:29 +02:00
Arun Prakash Jana
acfec62a13 Add example to copy image to clipboard () 2021-10-18 02:49:36 +05:30
Sacha Telgenhof
44b983f71e Added the media registry 'font' for mime types part of it.
Signed-off-by: Sacha Telgenhof <me@sachatelgenhof.com>
2021-10-17 14:34:09 +09:00
An Phung
e20cfd67a1
Support OSX iterm2 in preview-tui by using split pane () 2021-10-14 22:07:11 +02:00
Terminator X
2435263052
Merge pull request from KlzXS/recursive_batch_rename
Added recursive capabilities to .nmv
2021-10-04 20:32:14 +05:30
Luuk van Baal
c48691fe3d Change preview-tui winch workaround 2021-10-04 00:12:48 +02:00
KlzXS
b492dfd7ca
Added recursive capabilities to .nmv 2021-10-03 11:42:02 +02:00
Arun Prakash Jana
74b779abc9
Update docs 2021-09-30 03:17:02 +05:30
Max Schillinger
1c9ecd781c
Combine assignment of $_Z_DATA, $Z_DATA or $HOME/.z
Co-authored-by: luukvbaal <31730729+luukvbaal@users.noreply.github.com>
2021-09-26 23:17:51 +02:00
Max Schillinger
f39ee39a36 autojump plugin: Support jethrokuan/z (port of z for fish) 2021-09-26 21:54:01 +02:00
Arun Prakash Jana
046d676a73 Fix broken GUI cmd run as plugin case 2021-09-25 23:55:25 +05:30
Luuk van Baal
07c8089eaf Preview without convert 2021-09-24 12:12:13 +02:00
Luuk van Baal
52d8aa0945 Improve restorepreview race conditions 2021-09-22 17:15:35 +02:00
Luuk van Baal
d96a7bc2b7 Add restorepreview patch 2021-09-22 04:13:57 +02:00
Arun Prakash Jana
ffe472ac32 Revert "Close previewer when opening file ()"
This reverts commit 532532704e.
2021-09-22 05:46:45 +05:30
luukvbaal
532532704e
Close previewer when opening file () 2021-09-21 10:18:51 +05:30
Arun Prakash Jana
27e1eb54c4
Fix : run commands as plugin through shell 2021-09-09 19:38:41 +05:30
Jakob Beckmann
7f84fbc8a0
Added theme support for bat in preview-tui plugin () 2021-09-09 18:02:06 +05:30
Arun Prakash Jana
fa7cef2df7
The shell interprets "$nnn" now 2021-09-05 18:19:30 +05:30
Assaf Ben-Amitai
d34741107a
fix jump cd to use seperate params () 2021-09-05 05:20:31 +05:30
Assaf Ben-Amitai
7de52ff890
plugin autojump: on jump - read entire line () 2021-09-05 02:01:41 +05:30
Luan Belem Rivello
f9cf6dad48
Fix kitty listen_on example 2021-08-28 20:14:35 -03:00
Arun Prakash Jana
c974690482
Fix build break 2021-08-25 20:14:55 +05:30
joelazar
dba6eeb431 fix fzhist plugin - get fish_history from the right place 2021-08-25 10:36:10 +02:00
luukvbaal
ad6b6bd3df
Icon changes .iconlookup () 2021-08-18 23:16:29 +05:30
CantoroMC
43da9a9c46
icon for zsh, nix, and matlab files(nerdfonts), lua color to lua file ()
* 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>
2021-08-17 20:41:42 +02:00
Arun Prakash Jana
46294e9f3d
Add bookmarks directory support 2021-08-16 20:16:56 +05:30
Luuk van Baal
b5750c9e38 Fix finder typo 2021-08-16 12:47:02 +02:00
Luuk van Baal
b7c6fede5f
Add finder history/bookmarks 2021-08-15 22:07:20 +05:30
NRK
f3c29fe81a xdgdefault: make dmenu case-insensitive, fix style
Most *.desktop entries have same name as their application name so this
is not an issue most of the time. However in the case of Neovim, the
application name is "Neovim" while the desktop entry is "nvim.desktop"

Since dmenu is case sensitive by default this means that searching
"neovim" will not show any results since the N is not capitalized and
the desktop entry name is "nvim"

fzf doesn't have this issue since its case-insensitive/fuzzy by
default. Making dmenu case-insensitive solves this.

Also fix the indentation to be consistent with the rest of the script.
2021-07-28 12:30:30 +06:00
N-R-K
3a98dfb0b0
xdgdefault plugin: add dmenu support ()
* xdgdefault plugin: add dmenu support

use fzf if available. otherwise, if available, use dmenu.
should be possible to use rofi as well, but i don't use rofi nor do i
have it installed for testing.

* xdgdefault plugin: add GUI flag

* update xdgdefault requirement
2021-07-23 17:06:19 +05:30
Arun Prakash Jana
0150c69844
Update plugin docs 2021-07-22 20:11:07 +05:30
Arun Prakash Jana
b561772ada
Remove dated documentation 2021-07-21 23:43:59 +05:30
Arun Prakash Jana
14663b964b
Add option to specify arguments to exec 2021-07-21 11:54:40 +05:30
Jonathan Rash
4b4355c733
Added execute fallback to nuke 2021-07-21 10:28:33 +05:30
Arun Prakash Jana
6f14190e6d
Plugin suedit - preserve environment 2021-07-17 22:00:38 +05:30
Arun Prakash Jana
d54bc230f6
fzopen - add option to open files in nuke 2021-07-17 21:04:53 +05:30
Arun Prakash Jana
e31f71285d
Merge plugin fzz into autojump 2021-07-17 20:02:22 +05:30
Luuk van Baal
4abced6142 Allow tmux inside kitty without KITTY_LISTEN_ON set 2021-07-05 15:40:18 +02:00
Luuk van Baal
fe07ae35f2 Imgview fix ucollage directory 2021-07-01 11:24:49 +02:00
Luuk van Baal
a199156cae Imgview hovered image/thumbnail dir 2021-07-01 02:26:47 +02:00
Toni Jarjour
1607200a75
Make sxiv play gifs automatically 2021-06-27 11:11:39 -04:00
KlzXS
20e0c49292
Replace fd dependency with find () 2021-06-21 04:59:50 +05:30
Kevin Sjöberg
8fc18fb9d6 Remove opinionated options 2021-06-11 15:48:29 +02:00
Kevin Sjöberg
f443768260
Support opening regular text files on macOS 2021-06-11 15:35:03 +05:30