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 ( #1196 )
2021-10-14 22:07:11 +02:00
Terminator X
2435263052
Merge pull request #1186 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 ( #1171 )"
...
This reverts commit 532532704e
.
2021-09-22 05:46:45 +05:30
luukvbaal
532532704e
Close previewer when opening file ( #1171 )
2021-09-21 10:18:51 +05:30
Arun Prakash Jana
27e1eb54c4
Fix #1162 : 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 ( #1141 )
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 ( #1156 )
2021-09-05 05:20:31 +05:30
Assaf Ben-Amitai
7de52ff890
plugin autojump: on jump - read entire line ( #1155 )
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 ( #1136 )
2021-08-18 23:16:29 +05:30
CantoroMC
43da9a9c46
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>
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 ( #1112 )
...
* 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 ( #1078 )
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
Arun Prakash Jana
46b48cf71c
Update examples
2021-06-07 01:18:34 +05:30
Arun Prakash Jana
6d2d901a91
Update docs
2021-06-06 23:35:15 +05:30
Arun Prakash Jana
51ac3d02c9
Remove redundant examples
2021-06-06 22:16:24 +05:30
Arun Prakash Jana
15eed29227
NNN_PLUG: use |
to page run-and-exit cmd output
2021-06-06 21:51:30 +05:30
Arun Prakash Jana
3b6938f782
Fix alignment
2021-06-06 18:58:13 +05:30
Arun Prakash Jana
f24b82a750
NNN_PLUG: use & as run-gui-cmd-as-plugin symbol (earlier |)
2021-06-06 18:48:14 +05:30
Arun Prakash Jana
9de941306c
NNN_PLUG: use ! as run-cmd-as-plugin symbol (earlier _)
2021-06-06 18:37:49 +05:30