Arun Prakash Jana
a3852a6cb1
Retain control chars when invoking external utils
7 vuotta sitten
Arun Prakash Jana
08d87405d0
Fix #21
We are converting multi-byte to wide char and vice versa to replace the escape
chars with ?. Otherwise we run the risk of breaking a Unicode code point.
7 vuotta sitten
Arun Prakash Jana
b730c116d6
Consider only dirs and files in nftw(3)
7 vuotta sitten
Arun Prakash Jana
fa31e920c5
Update screencast
7 vuotta sitten
Arun Prakash Jana
bac4c27191
Update scripts
7 vuotta sitten
Arun Prakash Jana
64d06ccaee
Remove sizeof() is absolute cases
7 vuotta sitten
Arun Prakash Jana
1fdcaef4f5
Support search as you type
7 vuotta sitten
Michael Fenn
8bab8e9ecb
Only do releases when a tag is pushed
7 vuotta sitten
Arun Prakash Jana
f1bc399c90
Update seure key
7 vuotta sitten
Arun Prakash Jana
7f4c1a447b
Clear history when entering directory
7 vuotta sitten
Michael Fenn
41235445e7
Add automatic RPM builds via travis ( #18 )
* Add automatic RPM builds via travis
* readline.h must be imported after stdio.h to pick up def of FILE
7 vuotta sitten
Arun Prakash Jana
4af8ba19f1
Use curses.h from libncursesw on Linux
7 vuotta sitten
Arun Prakash Jana
861224cca0
Update README
7 vuotta sitten
Arun Prakash Jana
5d744567bf
Add instructions to install dependencies
7 vuotta sitten
aaeilm
92236abf31
Exit if parent has exited ( #16 )
7 vuotta sitten
Arun Prakash Jana
0fd6a392db
Honour EDITOR and PAGER everywhere
7 vuotta sitten
Arun Prakash Jana
cbd38ef8fe
Add Mentions
7 vuotta sitten
Arun Prakash Jana
3096dfefde
Polish change directory logic
1. Strip end spaces and slashes
2. Do NOT change dir if in the same dir
3. Don't go back beyond startup dir with '-'
4. Reset oldpath on cd (other than cd . and ..)
5. Reset filter
6. Update features in README
7 vuotta sitten
Arun Prakash Jana
febda38c14
Support cd .....
7 vuotta sitten
Arun Prakash Jana
aab4991dda
Merge pull request #14 from szlin/master
Add definition of PATH_MAX on GNU/Hurd
7 vuotta sitten
SZ Lin (林上智)
1ec5eb1231
MAX_PATH is not defined in some platforms, most notably GNU/Hurd. Therefore, I define it here to 4096 which is the same value in limits.h.
7 vuotta sitten
Arun Prakash Jana
012662ab89
Reformat key listing.
7 vuotta sitten
Arun Prakash Jana
b4166192e6
Support jump to initial directory
This change remaps the & key. However, / is more relevant for filter and & makes more sense wrt. address.
7 vuotta sitten
Arun Prakash Jana
c9dafb297b
Update readme
7 vuotta sitten
Arun Prakash Jana
00aaee9ff1
nlay - a highly customizable file handler
7 vuotta sitten
Arun Prakash Jana
ff18d580c5
Fix build break on OS X
7 vuotta sitten
Arun Prakash Jana
4790d17d04
Do not wait when spawning DE file manager
7 vuotta sitten
Arun Prakash Jana
b19778fdff
Show file details in less
7 vuotta sitten
Arun Prakash Jana
a5dedd6c24
Show help in less
7 vuotta sitten
Arun Prakash Jana
4f17c6bd65
Wrap etries within same line
7 vuotta sitten
Arun Prakash Jana
f4abfc2af9
Add Homebrew link
7 vuotta sitten
Arun Prakash Jana
07d4252b63
Show media information using mediainfo
7 vuotta sitten
Arun Prakash Jana
4e7e871990
Use NNN_DE_FILE_MANAGER
7 vuotta sitten
Arun Prakash Jana
76327e9db3
Update README.md
7 vuotta sitten
Arun Prakash Jana
34a8ec2881
Hold allocated memory till program exit
7 vuotta sitten
Arun Prakash Jana
f10ef49534
Use NAME_MAX, reuse newpath, update stats
7 vuotta sitten
Arun Prakash Jana
79c1c56cbf
Support . and .. at chdir prompt
7 vuotta sitten
Arun Prakash Jana
89224cfa98
Use readline() at chdir prompt
With the features the readline library provides it would be too naive to ignore.
We break out of the curses mode into the prompt and get back in.
This change introduces dependency on libncurses.
7 vuotta sitten
Arun Prakash Jana
01c1ef6e58
Support cd on quit
7 vuotta sitten
Zhiming Wang
afa0540934
Makefile: use libncurses instead of libncursesw on Darwin
macOS 10.12.4 and many earlier versions have libncurses 5.4 with wide character
support, but not libncursesw.
7 vuotta sitten
Arun Prakash Jana
5b68fa1a67
Use libncursesw for internationalization
Update README on dependencies
7 vuotta sitten
SZ Lin
2d7b575c82
.Bd directive has no matching .Ed
Add .Ed to match with .Bd
7 vuotta sitten
Arun Prakash Jana
c97573354d
Add 'How to', devs sections
7 vuotta sitten
Arun Prakash Jana
ccb320d627
Add program help
7 vuotta sitten
Arun Prakash Jana
cd212b23b9
Add badges
7 vuotta sitten
Arun Prakash Jana
0b4056727f
Support key 'q' to exit extra screens
7 vuotta sitten
Arun Prakash Jana
58c2000de6
Fix #8 : Use digits for month, re-arrange date, time
7 vuotta sitten
Arun Prakash Jana
eb053063c2
Fix #8 : set loale post ncurses init
7 vuotta sitten
Arun Prakash Jana
971895e873
Option -S: start in disk usage analyzer mode
7 vuotta sitten
Arun Prakash Jana
d2082b44dc
Add a quickstart section
7 vuotta sitten