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
74a13c645d
Maximize rlimit, switch to detail view in du mode
7 years ago
Zhiming Wang
1e9fc04995
.travis.yml: bring back -Werror
Convert warnings to errors on CI, or they'll go unnoticed.
7 years ago
Arun Prakash Jana
6cb87b4248
Fix #4 .
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
a569d383bc
Use static vars
7 years ago
Arun Prakash Jana
b123985437
Show unprivileged free blocks in du mode
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
5aa4c799c0
Remove redundant search when entering directory
7 years ago
Arun Prakash Jana
1293b28f2d
Add notes on fallback opener
7 years ago
Arun Prakash Jana
e5b9a11584
Show marker only when spawning a shell.
7 years ago
Arun Prakash Jana
579316b5c0
Brand new video. Thanks @zmwangx !
7 years ago
Arun Prakash Jana
205dd6db05
Try fallbak for missing apps, use popen wrapper
7 years ago
Arun Prakash Jana
b7e4968a48
Resolve ~ (HOME) at chdir prompt
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
aebe6c1898
Fix warnings. Harden compilation.
7 years ago
Arun Prakash Jana
8fbd97a1ea
Merge pull request #3 from zmwangx/travis
Test on Travis
7 years ago
Zhiming Wang
1c0c6de635
Add .travis.yml
7 years ago
Arun Prakash Jana
10a18bf07e
ASCII Art to indicate nnn launched program
7 years ago
Zhiming Wang
e758ff78e5
Allow custom CFLAGS and CPPFLAGS in Makefile
This is consistent with the fact that custom LDFLAGS are already allowed, and
for once, it makes warning options easier to control.
Also use automatic variables $@ and $^ consistently.
7 years ago
Arun Prakash Jana
754ea4d3ef
Update static associations
7 years ago
Arun Prakash Jana
30c8828e42
Use double quotes to handle file names with spaces
Remove dependency on cut.
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
87e0891b8d
Remove redundant stuff
1. Have a faster copy of strlcpy()
2. Remove redundant legacy files
3. Fix an issue with NULL check on array name
7 years ago
Arun Prakash Jana
4bc2ce0fbc
Optimize directory search
7 years ago
Arun Prakash Jana
691291245a
Use standard function for numeric sort
Numeric is numeric i.e., n, -n. +n.
Other forms such as --n, ++n, -c, +c should not be considered numeric.
If size is same (e.g. dirs), use alphanum sort.
7 years ago
Arun Prakash Jana
90e98b832b
Revert non-portable optimization
7 years ago
Arun Prakash Jana
fb5963facc
Merge pull request #2 from zmwangx/gitignore
Add .gitignore to ignore compilation products
7 years ago
Zhiming Wang
cd683bde41
Add .gitignore to ignore compilation products
7 years ago
Arun Prakash Jana
0aa1d43428
Show message when trying to go above /
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
6e7aaa18fb
Show sort order if applied
7 years ago
Arun Prakash Jana
8f18c4049c
An optimized dirname()
7 years ago
Arun Prakash Jana
7be7a6d215
Optimizations
7 years ago
Arun Prakash Jana
f3d95b6d0d
Show indicators in column
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
Arun Prakash Jana
8563ec5cb2
Revamp detail mode
If a filename has Unicode chars, the alignment is broken. Hence moving name to
the last column. This also makes the view compact.
Moving block and char dev indicators in the space for size.
7 years ago