Commit Graph

1182 Commits

Author SHA1 Message Date
Arun Prakash Jana bf6419d6af
Use a concise help 2019-01-17 20:59:30 +05:30
Arun Prakash Jana 63f5abd054
CURSYM is redundant in detail mode 2019-01-17 20:38:20 +05:30
Arun Prakash Jana 339fcd83f0
Code reformat 2019-01-17 20:26:09 +05:30
Arun Prakash Jana ed934c0e97
Update README 2019-01-17 02:06:18 +05:30
Arun Prakash Jana 5f519841e7
Resurrect NNN_OPENER 2019-01-16 20:11:33 +05:30
Arun Prakash Jana e7e09483b6
Update docs 2019-01-15 15:51:56 +05:30
Arun Prakash Jana 13fb1d8c0e
Merge pull request #191 from szlin/master
Fix warning of implicit declaration of function 'strcasestr'
2019-01-15 14:05:30 +05:30
SZ Lin (林上智) cbef31ce25 Fix warning of implicit declaration of function 'strcasestr'
According to manpage of strcasestr [1], the macro function needs to be added.

[1] https://linux.die.net/man/3/strcasestr

Signed-off-by: SZ Lin (林上智) <szlin@debian.org>
2019-01-15 16:17:07 +08:00
Arun Prakash Jana 389180d139
Change env var name 2019-01-15 10:51:06 +05:30
Arun Prakash Jana c1668cb9dd
Use Ubuntu Xenial image to build 2019-01-13 23:32:04 +05:30
Arun Prakash Jana 098c2acb27
Support substring match in filter mode 2019-01-13 22:49:14 +05:30
Arun Prakash Jana 08520ac80e
Rename config env var 2019-01-11 22:15:51 +05:30
Arun Prakash Jana 5df41255b2 Fix #187
It seems the behaviour of the default opener (xdg-open) varies across platforms
and environments. Details are documented in the issue. To prevent an empty file
from being accidentally opened leading to unexpected behaviour, we are adding a
guard with the message that the empty file should be opened using edit or open
option.
2019-01-11 21:43:57 +05:30
Arun Prakash Jana 625f2f8830
Merge pull request #189 from milisarge/patch-1
Update README.md -Milis
2019-01-11 14:36:09 +05:30
Milli İşletim Sistemi (Milis Linux) d438a665e4
Update README.md
Milis Linux support
2019-01-11 12:01:33 +03:00
Arun Prakash Jana 1235a7a9a1
Fix #188 2019-01-11 08:06:16 +05:30
Milli İşletim Sistemi (Milis Linux) d241e5edcc
Update README.md
Milis Linux support
2019-01-11 02:36:16 +03:00
Arun Prakash Jana 6c141d1bb4
Remove redundant func call 2019-01-10 08:11:23 +05:30
Arun Prakash Jana b40662635d
Update docs 2019-01-07 18:40:30 +05:30
Arun Prakash Jana 51acd70ba0
Add user script to upgrade nnn on Debian 9 Stretch 2019-01-06 23:03:09 +05:30
Arun Prakash Jana b8f6432560
Add Raspberry Pi compilation/board info 2019-01-06 17:38:34 +05:30
Arun Prakash Jana 72e305759e
Don't lose filename on second escape 2019-01-06 03:08:46 +05:30
Arun Prakash Jana ef9e45682e
Reduce delay for escape 2019-01-06 02:53:13 +05:30
Arun Prakash Jana 03ea2252b2
Document prompt clear and exit behaviour 2019-01-06 02:34:37 +05:30
Arun Prakash Jana 98fd5755d1
Map ^V to run custom script 2019-01-06 02:08:07 +05:30
Arun Prakash Jana 6dc151e05d
Quote argument with sh -c 2019-01-06 00:02:55 +05:30
Arun Prakash Jana b811997120
Add a sample command 2019-01-05 22:31:05 +05:30
Arun Prakash Jana 6338466db5
Update docs 2019-01-05 21:14:01 +05:30
Arun Prakash Jana 3667e1e939
Update docs 2019-01-05 20:01:41 +05:30
Arun Prakash Jana b5e62d7ceb
Document picker behaviour 2019-01-05 10:57:11 +05:30
Arun Prakash Jana e87ff1129c
Fix #179 2019-01-04 23:56:02 +05:30
Arun Prakash Jana a40cdadb82
Open sxiv in bg 2019-01-04 23:01:24 +05:30
Arun Prakash Jana b958fd0015
Update user scripts 2019-01-04 22:54:18 +05:30
Arun Prakash Jana 0617c8d90a
Sample scripts to convert NUL to newline 2019-01-04 22:33:55 +05:30
Arun Prakash Jana 244ba9f953
Fix #185 2019-01-04 19:37:57 +05:30
Arun Prakash Jana bd30e41254
Update docs 2019-01-04 08:32:55 +05:30
Arun Prakash Jana 226fb18d96
Change location of copier script 2019-01-03 23:54:31 +05:30
Arun Prakash Jana 3cbb7dc5df
nnn as a file picker 2019-01-03 23:43:35 +05:30
Arun Prakash Jana 5675edebc7
Add sample user scripts 2019-01-03 23:05:51 +05:30
Arun Prakash Jana 9ecab2b30b
Update docs 2019-01-03 22:04:08 +05:30
Arun Prakash Jana 5694ffcbb6
Merge pull request #180 from akkartik/patch-1
Fix a broken link
2019-01-02 22:30:52 +05:30
Kartik Agaram eb0fd1486e Fix a broken link 2019-01-02 08:16:42 -08:00
Arun Prakash Jana 80a3036b5e
Merge pull request #178 from QasimK/document-fish-quitcd
Document how to install fish quitcd function
2019-01-02 16:35:36 +05:30
QasimK 2645dd59c9 Document second method of adding quitcd to fish 2019-01-02 10:46:02 +00:00
QasimK 6b7af57947 Document how to install fish quitcd function
It was not clear that the name of the file should match
the name of the function.
2019-01-01 23:57:38 +00:00
Arun Prakash Jana 243f8c67a9
Update changelog 2019-01-01 09:19:01 +05:30
Arun Prakash Jana 673e3b988f
Update readme 2019-01-01 08:04:20 +05:30
Arun Prakash Jana f9860f1c7f
Prepare for release v2.2 2019-01-01 08:01:48 +05:30
Arun Prakash Jana f0a2b3b48d
Update introduction 2018-12-28 18:49:50 +05:30
Arun Prakash Jana 6973ed37a7
Fix open with 2018-12-27 00:26:56 +05:30