Arun Prakash Jana
0fd6a392db
Honour EDITOR and PAGER everywhere
7 years ago
Arun Prakash Jana
cbd38ef8fe
Add Mentions
7 years ago
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 years ago
Arun Prakash Jana
012662ab89
Reformat key listing.
7 years ago
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 years ago
Arun Prakash Jana
c9dafb297b
Update readme
7 years ago
Arun Prakash Jana
00aaee9ff1
nlay - a highly customizable file handler
7 years ago
Arun Prakash Jana
4790d17d04
Do not wait when spawning DE file manager
7 years ago
Arun Prakash Jana
f4abfc2af9
Add Homebrew link
7 years ago
Arun Prakash Jana
07d4252b63
Show media information using mediainfo
7 years ago
Arun Prakash Jana
4e7e871990
Use NNN_DE_FILE_MANAGER
7 years ago
Arun Prakash Jana
76327e9db3
Update README.md
7 years ago
Arun Prakash Jana
34a8ec2881
Hold allocated memory till program exit
7 years ago
Arun Prakash Jana
f10ef49534
Use NAME_MAX, reuse newpath, update stats
7 years ago
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 years ago
Arun Prakash Jana
01c1ef6e58
Support cd on quit
7 years ago
Arun Prakash Jana
5b68fa1a67
Use libncursesw for internationalization
Update README on dependencies
7 years ago
Arun Prakash Jana
c97573354d
Add 'How to', devs sections
7 years ago
Arun Prakash Jana
ccb320d627
Add program help
7 years ago
Arun Prakash Jana
cd212b23b9
Add badges
7 years ago
Arun Prakash Jana
971895e873
Option -S: start in disk usage analyzer mode
7 years ago
Arun Prakash Jana
d2082b44dc
Add a quickstart section
7 years ago
Arun Prakash Jana
6eac1ed1c3
Add installation instructions
7 years ago
Arun Prakash Jana
6f1ea2e61e
Update README
7 years ago
Arun Prakash Jana
275b42efb0
Prepare for release v1.0
7 years ago
Arun Prakash Jana
372a3a0c80
Add Makefile.generic, update docs
7 years ago
Arun Prakash Jana
9702abdd81
Support open current dir in desktop file manager
7 years ago
Arun Prakash Jana
15a0e779a2
Update README.md
7 years ago
Arun Prakash Jana
286a13d891
realloc() 32 entries at a time
7 years ago
Arun Prakash Jana
afbce66747
Optimize dentfill
7 years ago
Arun Prakash Jana
f2a5002fa9
Toggle help and file details screens with same key
7 years ago
Arun Prakash Jana
ea6f11a4d4
Update README
7 years ago
Arun Prakash Jana
cbefcfd67b
Initial path: support sort by disk usage
7 years ago
Arun Prakash Jana
e54ed037bd
Key - to jump to last visited directory
7 years ago
Arun Prakash Jana
1293b28f2d
Add notes on fallback opener
7 years ago
Arun Prakash Jana
579316b5c0
Brand new video. Thanks @zmwangx !
7 years ago
Arun Prakash Jana
2e3502ea4b
Show notifier only for associations
7 years ago
Arun Prakash Jana
cb1a1112a8
Disable checksum calculation
Calculation can take very long. Most Unix-ish OSes have utilities to do this.
7 years ago
Arun Prakash Jana
07c59cfd62
vim-ish binding for jump to first and last entry
It was troubling me. Mimicking 'gg' would have been hacky and would need
additional processing... 'g' was free. Who cares even if you press twice? ;)
7 years ago
Arun Prakash Jana
4b66029762
Add help screen on keybinds
7 years ago
Arun Prakash Jana
418c9f2654
Show stat, file, md5, sh256 in file details
This commit adds dependencies on file, openssl and cut binaries.
7 years ago
Arun Prakash Jana
f466ba543c
Show file details
We closely follow the output for stat(1).
7 years ago
Arun Prakash Jana
90e98b832b
Revert non-portable optimization
7 years ago
Arun Prakash Jana
951d323616
Show directories first
7 years ago
Arun Prakash Jana
0e82544199
Support sort by numeric value for numeric names
7 years ago
Arun Prakash Jana
8f18c4049c
An optimized dirname()
7 years ago
Arun Prakash Jana
54a307767c
Support opening in detail view mode
7 years ago
Arun Prakash Jana
8bbb752a79
Open audio files with mpv
7 years ago
Arun Prakash Jana
584a5f90f3
Remove sh as script opener, use vi
7 years ago
Arun Prakash Jana
aeeeed0bce
Change vim to vi
7 years ago