Arun Prakash Jana
825effb264
Fix broken window due to double spawn
2021-06-18 20:44:44 +05:30
Michael Lan
b2e7f7794c
Refactor fifo code and add explorer ( #1075 )
...
* Refactor fifo code and add explorer
* add explorer option and flag
* notify explorer fifo on selection
* close explorer fifo file descriptor
* Try to create explorer fifo if doesn't exist
This doesn't quite work
* Allow uncreated fifos
* delete persistence fifo on cleanup
with correct formatting
Co-authored-by: luukvbaal <31730729+luukvbaal@users.noreply.github.com>
* Work correctly with NOFIFO
* Refactor variable names
* fix
* Use -X flag for explorer mode
* Update manpage with explorer mode
Co-authored-by: luukvbaal <31730729+luukvbaal@users.noreply.github.com>
2021-06-18 05:38:28 +05:30
luukvbaal
02b5b15001
Update gitstatus patch ( #1074 )
2021-06-18 05:02:44 +05:30
Arun Prakash Jana
640a56e1cc
sigwinch test
2021-06-18 04:36:28 +05:30
Arun Prakash Jana
239c7e7970
Revert "Remove redundant old state handlers"
...
This reverts commit 1590103ab7
.
2021-06-17 00:31:26 +05:30
Arun Prakash Jana
0b99247774
Update docs
2021-06-16 23:44:24 +05:30
Arun Prakash Jana
1590103ab7
Remove redundant old state handlers
2021-06-16 00:17:01 +05:30
Arun Prakash Jana
3db1dfd17f
Get rid of file stream functions
2021-06-15 20:52:59 +05:30
Arun Prakash Jana
0884ad4af9
Code reformat, use basic IO functions
2021-06-15 20:18:19 +05:30
Arun Prakash Jana
745a30ccb5
Use raw functions instead of file functions
2021-06-15 15:28:53 +05:30
Arun Prakash Jana
a007fe8493
Fix #1072 : use internal tmp file to page output
2021-06-15 14:38:08 +05:30
Arun Prakash Jana
4c66a8c0c3
Remove redundant newline
2021-06-14 22:12:55 +05:30
Arun Prakash Jana
3834d75d77
Extract archive to, mount remove/archive in smart context
2021-06-14 00:16:49 +05:30
Arun Prakash Jana
e256353fbf
Support archive "extract to..."
2021-06-13 14:38:37 +05:30
Arun Prakash Jana
54258749e1
Update docs
2021-06-13 10:38:12 +05:30
Arun Prakash Jana
361521b769
Fix patch incompatibility
2021-06-13 09:04:49 +05:30
Arun Prakash Jana
16a15fc976
Remove option from auto-complete
2021-06-13 02:03:47 +05:30
Arun Prakash Jana
06c5b17c02
Config NNN_HELP to show output of a program on top of help page
2021-06-13 01:22:36 +05:30
Arun Prakash Jana
8c116eea2c
Use netbsd-curses v0.3.2
2021-06-13 00:36:45 +05:30
Arun Prakash Jana
f4f6919c02
Fix #1067 : handle SIGWINCH the ncurses way
...
Ref: https://invisible-island.net/ncurses/ncurses-intro.html#xterm
2021-06-13 00:16:43 +05:30
Anna Arad
4f977ff269
Add force-tty capability to spawn and set pagers to it ( #1070 )
...
Co-authored-by: Anna Arad <annagram@shards.me>
2021-06-12 23:02:48 +05:30
Arun Prakash Jana
0dd76e7aec
Drop unreliable popen() call [e.g. fails if filename has "]
2021-06-12 22:44:15 +05:30
Arun Prakash Jana
69926a8eff
Simplify show_stats()
2021-06-12 21:33:26 +05:30
Arun Prakash Jana
9a124ae935
Initialize local array to NULL
2021-06-12 19:41:34 +05:30
Arun Prakash Jana
145ca91df2
Attempt to fix #1067 : hook into ncurses to resize on KEY_RESIZE
2021-06-12 16:59:19 +05:30
Arun Prakash Jana
e537c22281
Use standard descriptor names
2021-06-11 23:35:57 +05:30
Piña Colada
8238410d4c
Merge pull request #1066 from kevinsjoberg/remove-fzf-options
...
Remove opinionated options
2021-06-11 19:34:32 +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
cbbac4728b
Checkpatch fixes
2021-06-10 00:31:17 +05:30
Arun Prakash Jana
54b2eb51d5
Use static global
2021-06-08 20:50:09 +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
Piña Colada
29bce804be
Merge pull request #1055 from luukvbaal/patches
...
Add gitstatus patch -G flag
2021-06-05 20:00:09 +05:30
Luuk van Baal
7edf14139b
Add gitstatus patch -G flag
2021-06-05 16:21:01 +02:00
Arun Prakash Jana
e1a9aa0aa5
Mention patch framework
2021-06-05 04:54:15 +05:30
Piña Colada
b8851bdf16
Merge pull request #1054 from luukvbaal/preview-tui
...
Preview-tui single previewpid file
2021-06-05 04:27:58 +05:30
Luuk van Baal
c9c0be32a8
Preview-tui single previewpid file
2021-06-05 00:35:54 +02:00
Piña Colada
4637a5a84d
Merge pull request #1053 from luukvbaal/preview-tui
...
Suppress pgrep output
2021-06-04 21:24:27 +05:30
Luuk van Baal
0fff92b396
Supress pgrep output
2021-06-04 17:04:01 +02:00
Piña Colada
7b32e3bae0
Merge pull request #1052 from luukvbaal/preview-tui
...
Fix preview-tui zombie
2021-06-04 20:25:48 +05:30