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
KlzXS
b5d1a1b036
Use selbufpos instead of selbuflen
2021-07-11 20:16:28 +02:00
KlzXS
c0dceb18c6
Persistent selection ( #1086 )
...
* Add persistsel
* Fix Makefile spacing
* Update Haiku Makefile
* Do a double pass on inversion
* Split single and double pass for easier testing
Removed lastappendpos
Eliminate suffix matches
* Check if dir is in selection before searching for files
Fix double pass
* Switch to mainline
Optimize memory moving
Handle large selection in invertsel()
Going forward with 2pass
* Update Makefiles
* Fix style
* Move forward declarations
* Remove edit selection in inversion
Replace buf with g_buf to fix CI
Fix CI
* Style changes
* Comment the code
* Style fixes
* Fix infinite loop
* Fix crash on empty invert
* Fix off-by-one-in-two-places
Off-by-twice?
* Adopt changes from master
* Only check directory if entry in it is selected
* Better organization
* Wrong variable
* Tiny optimizations
* Style fixes and updated man page
* Update man page
* Remember where we found directory path in selection
Add in progress message on invert
2021-07-10 07:30:02 +05:30
Arun Prakash Jana
d9db6b045c
Fix #1102 : suppress clang unused variable warnings
2021-07-10 02:08:48 +05:30
Arun Prakash Jana
5f5ee10e94
Fix #1101 : confirm trashing files
2021-07-09 21:00:46 +05:30
Arun Prakash Jana
facdc5fdeb
Fix #1098 : clear selmode on last deselect
2021-07-06 23:25:49 +05:30
Piña Colada
1269dd2695
Merge pull request #1095 from luukvbaal/patches
...
Remove gitstatus libgit2 dependency
2021-07-06 17:48:25 +05:30
Luuk van Baal
ddf845be88
Remove gitstatus libgit2 dependency
2021-07-06 02:01:19 +02:00
Piña Colada
c482cf54f0
Merge pull request #1094 from jarun/preview-tui
...
Allow tmux inside kitty without KITTY_LISTEN_ON set
2021-07-05 22:29:03 +05:30
Luuk van Baal
4abced6142
Allow tmux inside kitty without KITTY_LISTEN_ON set
2021-07-05 15:40:18 +02:00
Piña Colada
77c16ac143
Merge pull request #1091 from luukvbaal/adjust_cols
...
Move adjust_cols and no else braces
2021-07-03 05:24:23 +05:30
Luuk van Baal
36ddbac10a
Move ajust cols and no else braces
2021-07-03 00:50:51 +02:00
Arun Prakash Jana
d4a4c72e00
Fix off_t to uint_t comparison warning
...
The man page says:
"blkcnt_t and off_t shall be signed integer types."
https://man7.org/linux/man-pages/man0/sys_types.h.0p.html
2021-07-02 20:34:02 +05:30
Piña Colada
a7aae40069
Merge pull request #1090 from luukvbaal/imgview
...
Imgview fix ucollage directory
2021-07-01 14:56:53 +05:30
Luuk van Baal
fe07ae35f2
Imgview fix ucollage directory
2021-07-01 11:24:49 +02:00
Piña Colada
a7603ba1f2
Merge pull request #1084 from luukvbaal/imgview
...
Imgview open hovered image and reuse NNN_PREVIEWDIR
2021-07-01 14:36:07 +05:30
Luuk van Baal
a199156cae
Imgview hovered image/thumbnail dir
2021-07-01 02:26:47 +02:00
Piña Colada
ce8b9fdb2f
Merge pull request #1088 from 1bman/1bman-patch-1
...
fix icons.h typo
2021-06-30 19:51:50 +05:30
1bman
99bd80137d
fix icons.h typo
...
fixed some typo
2021-06-30 14:25:01 +05:30
Piña Colada
2fda5c78e0
Merge pull request #1087 from KlzXS/debug
...
Fix debug line number
2021-06-29 23:59:30 +05:30
KlzXS
c39e54b288
Fix debug line number
2021-06-29 19:49:59 +02:00
Arun Prakash Jana
1729a10ef4
Try to unmount hovered local dir
2021-06-28 00:16:32 +05:30
Arun Prakash Jana
96fb61a6a2
Reformat help
2021-06-27 21:26:37 +05:30