Léo Villeveygoux
5b34d0dbe7
Prevent open FIFO prom leaking to subprocess
This fix previews window staying open after nnn exits, because they
inherited open FIFO (in write mode) from parent nnn process, and never
close it.
4 years ago
Arun Prakash Jana
4c18f22587
Fix double free when starting in list mode
4 years ago
0xACE
65da1c1941
Double click only works on same item ( #555 )
This patch disables accidental triggering of double clicking when you
are just single clicking on multiple objects fast.
4 years ago
0xACE
c9f0e279af
SEL_FIRST now displays the correct message ( #556 )
A bit scary when you get prompted to remove a file but you wanted to
select a file.
I also made sure all strings are correctly ordered.
4 years ago
Arun Prakash Jana
6ee257920d
Fix context range check
4 years ago
lvgx
86e579799b
Add an option to print hovered files to a FIFO ( #548 )
* Add an option to print hovered files to a FIFO
This adds an env variable, `NNN_FIFO`, that can be set to a path that
`nnn` will open/create as a FIFO, and where every hovered file's path is
printed. This allows creating external perview/quick open plugins, ...
It can be compiled out with the make variable `O_NOFIFO`.
* Check filename ptr instead of full path (for FIFO)
* Add documentation to use NNN_FIFO in plugins
* Fix path sent to FIFO in empty dirs
4 years ago
Arun Prakash Jana
b5de18c28f
Use const type
4 years ago
Arun Prakash Jana
625c8d11f4
Refactor move_cursor()
4 years ago
Arun Prakash Jana
f2fd923573
Fix #550
4 years ago
Arun Prakash Jana
ffc0790fba
Add is_prefix(), block empty files completely
4 years ago
Arun Prakash Jana
ebb6f153b5
Context code '+' to create context smartly
4 years ago
Arun Prakash Jana
3f60a1931f
Decouple listpath and initpath
4 years ago
Arun Prakash Jana
8b764a5f7c
Show messages appropriately
4 years ago
Arun Prakash Jana
eee5057da5
Plugin mimelist: support reading file list from (cmd as) plugin
4 years ago
Danh Doan
e8e87f6ba2
browse: fix nnn -e ( #549 )
The current code will start editor if the mime doesn't start with
"text/". But, we want the opposite.
Simplify the check by using `strncmp` instead.
We may improve by writing a helper: `start_withs` in the future.
This change also cleans -Wstrict-aliasing on Ubuntu 16.04 LTS
4 years ago
Arun Prakash Jana
ff568ea748
Simplify unescape() in no locale mode
4 years ago
Arun Prakash Jana
f5c6f4f90b
Dim file details in detail mode
4 years ago
Arun Prakash Jana
f1a9446b99
Use mem* function
4 years ago
Arun Prakash Jana
e7147c1f39
Show error at source
4 years ago
Arun Prakash Jana
33fdbc2216
Fix #537
4 years ago
Arun Prakash Jana
6689870460
Fix buffer cleanup
4 years ago
Arun Prakash Jana
01392d48ad
Fix buffer cleanup
4 years ago
Arun Prakash Jana
99d21531b4
Use memrchr if available
4 years ago
Arun Prakash Jana
c732de32e4
Resolve path in list mode
4 years ago
Arun Prakash Jana
06fe7d52dd
Minor refactor
4 years ago
Arun Prakash Jana
f8a243ea91
Silently ignore invalid paths (documented)
4 years ago
Arun Prakash Jana
d118c4cc24
Fix #532 : support picker and list modes together
4 years ago
Arun Prakash Jana
fffaa74a09
Fix return and show error
4 years ago
KlzXS
7b7252dd32
Fix picker and list mode conflict ( #533 )
* Fix picker and list mode conflict
* Comment the change
4 years ago
Arun Prakash Jana
bc572df55a
NNN_SEL: custom selection file
4 years ago
Arun Prakash Jana
752bc67de0
Bookmark key get priority over session
4 years ago
Arun Prakash Jana
4b5ecbe8fc
Do a complete erase
4 years ago
Arun Prakash Jana
12df1ab083
Fix listing files directly under /
4 years ago
Arun Prakash Jana
b40e12ee9f
Remove hacky single path handling
4 years ago
Arun Prakash Jana
75724f9e3b
Fix #520 : minimal erasure
4 years ago
Arun Prakash Jana
645f43355e
Fix #526 : persistent session
4 years ago
Todd Yamakawa
c63fb28eff
Fix #523 : handle NNN_PIPE ( #525 )
Co-authored-by: Todd Yamakawa <todd.yamakawa@arm.com>
4 years ago
Arun Prakash Jana
58ecc240ed
Save offset in key-val pairs
4 years ago
Arun Prakash Jana
e92b523976
Fix #523 : create NNN_PIPE early
4 years ago
Arun Prakash Jana
ddaddcaf21
Experimental: guards to reduce repeat screen redraws
4 years ago
Arun Prakash Jana
37ebf8054f
Go to first file or next match
4 years ago
Arun Prakash Jana
63c177bb15
Env var NNN_LOCKER
4 years ago
Arun Prakash Jana
135172a1c6
Fix #520
4 years ago
Arun Prakash Jana
124d66dcbd
Fix build break
4 years ago
Arun Prakash Jana
425c0559a5
One-pass key-val pair parsing for bms and plugs
4 years ago
Arun Prakash Jana
ac8b56ecc2
Show entry even if no permission
4 years ago
Arun Prakash Jana
588b413832
Optimized xstrlen(), xstrdup()
4 years ago
Arun Prakash Jana
30a6caf8bc
Refactor set_time_type()
4 years ago
Arun Prakash Jana
e0cdbcb521
Check for file first (more in number)
4 years ago
Arun Prakash Jana
1029ff0d5b
MInor refactor
4 years ago