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
Arun Prakash Jana
5e34181bb3
Add another useful plugin example
2021-06-06 17:35:05 +05:30
Arun Prakash Jana
d87414eb61
Plugin fzcd - decouple from selection
2021-06-06 17:07:23 +05:30
Arun Prakash Jana
488fe6b941
Plugin cleanup 2: one-liners with paged output
...
- remove `mediainf`
- remove `uidgid`
- remove `hexview`
- remove `pdfview`
2021-06-06 13:56:09 +05:30
Arun Prakash Jana
fb6ca79197
Plugin cleanup 1
...
- rename `wall` to `wallpaper`
- remove `upgrade` - packaging is on OBS now
- remove `treeview` - needs minor preview-tui tweak
- remove `picker` - `nnn -p -` does the same
2021-06-06 10:44:10 +05:30
Luuk van Baal
c9c0be32a8
Preview-tui single previewpid file
2021-06-05 00:35:54 +02:00
Luuk van Baal
0fff92b396
Supress pgrep output
2021-06-04 17:04:01 +02:00
Luuk van Baal
5533f152bd
Fix preview-tui zombie
2021-06-04 16:43:59 +02:00
Luuk van Baal
99e039d504
Fix preview-tui job control
2021-06-04 04:10:35 +02:00
Luuk van Baal
de430efafb
Improve imgview plugin
2021-06-03 15:09:20 +02:00
Luuk van Baal
272e47c64a
Fix preview-tui jpeg mime
2021-05-31 11:43:51 +02:00
Luuk van Baal
e4988f0264
Preview-tui-ext to preview-tui
2021-05-30 23:48:10 +02:00
Piña Colada
6eda83097a
Merge pull request #1032 from luukvbaal/imgplugins
...
Add ucollage to imgview
2021-05-31 01:12:34 +05:30
Luuk van Baal
b6fd7d928c
Add ucollage to imgview
2021-05-30 21:33:48 +02:00
Piña Colada
609b6a426a
Merge pull request #1031 from luukvbaal/imgplugins
...
Merge image plugins
2021-05-31 00:54:57 +05:30
Luuk van Baal
2f9c700537
Merge image plugins
2021-05-30 20:11:54 +02:00
Arun Prakash Jana
6d817a41e3
Update documentation
2021-05-30 23:29:10 +05:30
Arun Prakash Jana
6f29138299
Clear the selection for uniform behaviour
2021-05-29 16:06:42 +05:30
Arun Prakash Jana
85c108a5d6
Decouple variable documentation section
2021-05-29 10:25:21 +05:30
Arun Prakash Jana
4bc8e1a8be
Rename plugin fzdirs to fzcd, retains fzcd features
2021-05-29 01:12:12 +05:30
Arun Prakash Jana
a6eeceec55
fzdirs - check if the first entry in path-list exists
2021-05-28 23:46:00 +05:30
Arun Prakash Jana
b397606d0a
fzdirs: support default list, default to $PWD
2021-05-28 23:30:29 +05:30
Arun Prakash Jana
462531b8c7
Plugin fzdirs: fuzzy search multiple directories
2021-05-28 19:17:08 +05:30
Arun Prakash Jana
831287c92e
Show number of files selected in local buffer, if any
...
Even if selection mode is not on, it helps to show
number of files currently selected in local buffer.
Say, after running a plugin selection mode goes off.
However, if the plugin doesn't clear the selection
buffer, the files still remain selected in buffer.
2021-05-27 23:47:59 +05:30
Arun Prakash Jana
30ee27802e
plugin cleanfilename -> fixname, unmount-parent -> umounttree
2021-05-27 19:19:51 +05:30
Arun Prakash Jana
53e98a9fd1
Minor changes to nuke
2021-05-22 08:34:59 +05:30
Luuk van Baal
b89c32b9fa
Preview-tui fix winch_handler
2021-05-19 04:48:03 +05:30
Luuk van Baal
d64242aec3
Preview-tui fixes
2021-05-18 00:19:41 +02:00