Terminator X
23a806864f
Merge pull request #1118 from N-R-K/xdgdefault
...
xdgdefault: make dmenu case-insensitive, fix style
2021-07-28 14:33:49 +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
Arun Prakash Jana
88e38f1efc
Eliminate redundant stat()
2021-07-27 23:04:23 +05:30
Arun Prakash Jana
6ba0a8357f
redraw() is heavy and distracting
2021-07-26 06:19:56 +05:30
Arun Prakash Jana
8cebc69e71
Fix build break
2021-07-25 07:20:43 +05:30
Arun Prakash Jana
f6856f61f7
Allow specifying output file in NNN_TMPFILE for cd on quit
2021-07-25 07:03:09 +05:30
Arun Prakash Jana
f1dbb9622d
Open controlling terminal only as stdin
2021-07-24 22:22:17 +05:30
Terminator X
0db988b9b2
Merge pull request #1114 from jcromero/patch-1
...
Fix wrong exclamation mark char description
2021-07-24 15:48:36 +05:30
jcromero
258a5846f7
Fix wrong exclamation mark char description
2021-07-24 11:54:27 +02:00
Arun Prakash Jana
d80fdf335b
Check if file is already selected before appending in picker mode
2021-07-24 01:51:20 +05:30
Arun Prakash Jana
e2545f9596
Truncate output file before writing in picker mode
2021-07-24 01:25:28 +05:30
Arun Prakash Jana
25fab4cb2e
Open controlling terminal for input when run in a script
2021-07-23 23:46:20 +05:30
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
ad163fb574
Revert variety in Haiku Makefile
2021-07-21 17:56:46 +05:30
Arun Prakash Jana
bc5b39d54c
Prepare for release v4.2 Mojito
2021-07-21 17:45:39 +05:30
Arun Prakash Jana
14663b964b
Add option to specify arguments to exec
2021-07-21 11:54:40 +05:30
Arun Prakash Jana
3f07a8ca76
Press TAB to insert current file name at prompt
2021-07-21 11:24:46 +05:30
Jonathan Rash
4b4355c733
Added execute fallback to nuke
2021-07-21 10:28:33 +05:30
Arun Prakash Jana
7b31a356d2
Minor update
2021-07-20 23:31:40 +05:30
Arun Prakash Jana
9972c4bdb0
Fix #1110 : sanitize path from plugin
2021-07-19 03:57:53 +05:30
Arun Prakash Jana
c470143113
Clear filter early before running plugin
2021-07-19 01:52:44 +05:30
Arun Prakash Jana
3b5800fc7a
Selection-specific scratch buffer
2021-07-18 11:45:50 +05:30
Arun Prakash Jana
29a7a25445
Free allocated memory
2021-07-18 02:51:09 +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
Arun Prakash Jana
1e182a1fe5
Remember the last command executed at prompt
2021-07-17 16:30:45 +05:30
Arun Prakash Jana
f7aa4ed324
Add macro for prompt
2021-07-17 13:09:33 +05:30
Arun Prakash Jana
0ef34a930c
Use a simpler macro
2021-07-17 13:05:37 +05:30
Arun Prakash Jana
07b627a725
Fix unused variable warning
2021-07-17 04:46:35 +05:30
Arun Prakash Jana
a911b3044a
Code reformat
2021-07-16 21:19:17 +05:30
Arun Prakash Jana
26f44f0dfc
Fix selection in /
2021-07-16 11:09:20 +05:30
Arun Prakash Jana
fa0f9ddc93
Remove from selection when hovered entry is deleted
2021-07-16 04:44:01 +05:30
Arun Prakash Jana
3ef50f06f8
Ignore filter key if no results
2021-07-16 02:22:01 +05:30
Arun Prakash Jana
d40dbfd69a
Do not apply filter if directory is empty
2021-07-16 01:54:15 +05:30
Arun Prakash Jana
8af773eb0d
Allocate PATH_MAX aligned memory size
2021-07-16 01:19:09 +05:30
Arun Prakash Jana
8ad807d4a9
Optimize repeat copy of same prefix
2021-07-15 23:43:07 +05:30
Arun Prakash Jana
4ec87e3021
Optimize bulk selection
2021-07-15 21:21:54 +05:30
Arun Prakash Jana
0159c08602
Invert optimization: allocate in a go
2021-07-15 18:59:00 +05:30
Arun Prakash Jana
064f5ea998
Show msg for both invert and select all
2021-07-15 11:45:32 +05:30
Arun Prakash Jana
9526fb7612
Optimize invert further
2021-07-15 02:06:11 +05:30
Arun Prakash Jana
61d8a29d84
In-place invert optimization
2021-07-14 21:04:02 +05:30
Arun Prakash Jana
cef9bd289f
Update docs
2021-07-14 02:44:38 +05:30
Arun Prakash Jana
b3ef30a8ba
Update add to and invert selection logic
2021-07-13 21:46:18 +05:30
Arun Prakash Jana
96f2dfa8a5
Scan for selection status on redraw()
2021-07-13 01:30:23 +05:30
Arun Prakash Jana
60f310160a
Remove redundant macro
2021-07-12 02:54:00 +05:30
Arun Prakash Jana
baca4693ec
Remove redundant prompt
2021-07-12 01:22:39 +05:30
Terminator X
e94ac0b91b
Merge pull request #1106 from KlzXS/persistent_selection
...
Use selbufpos instead of selbuflen
2021-07-11 23:58:58 +05:30