Arun Prakash Jana
f10ef49534
Use NAME_MAX, reuse newpath, update stats
7年前
Arun Prakash Jana
79c1c56cbf
Support . and .. at chdir prompt
7年前
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年前
Arun Prakash Jana
01c1ef6e58
Support cd on quit
7年前
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年前
Arun Prakash Jana
5b68fa1a67
Use libncursesw for internationalization
Update README on dependencies
7年前
SZ Lin
2d7b575c82
.Bd directive has no matching .Ed
Add .Ed to match with .Bd
7年前
Arun Prakash Jana
c97573354d
Add 'How to', devs sections
7年前
Arun Prakash Jana
ccb320d627
Add program help
7年前
Arun Prakash Jana
cd212b23b9
Add badges
7年前
Arun Prakash Jana
0b4056727f
Support key 'q' to exit extra screens
7年前
Arun Prakash Jana
58c2000de6
Fix #8 : Use digits for month, re-arrange date, time
7年前
Arun Prakash Jana
eb053063c2
Fix #8 : set loale post ncurses init
7年前
Arun Prakash Jana
971895e873
Option -S: start in disk usage analyzer mode
7年前
Arun Prakash Jana
d2082b44dc
Add a quickstart section
7年前
Arun Prakash Jana
6eac1ed1c3
Add installation instructions
7年前
Arun Prakash Jana
85d7f2762e
Move man to $PREFIX/share/man
7年前
Arun Prakash Jana
6f1ea2e61e
Update README
7年前
Arun Prakash Jana
275b42efb0
Prepare for release v1.0
7年前
Arun Prakash Jana
372a3a0c80
Add Makefile.generic, update docs
7年前
Arun Prakash Jana
9702abdd81
Support open current dir in desktop file manager
7年前
Arun Prakash Jana
15a0e779a2
Update README.md
7年前
Arun Prakash Jana
286a13d891
realloc() 32 entries at a time
7年前
Arun Prakash Jana
74a13c645d
Maximize rlimit, switch to detail view in du mode
7年前
Zhiming Wang
1e9fc04995
.travis.yml: bring back -Werror
Convert warnings to errors on CI, or they'll go unnoticed.
7年前
Arun Prakash Jana
6cb87b4248
Fix #4 .
7年前
Arun Prakash Jana
afbce66747
Optimize dentfill
7年前
Arun Prakash Jana
f2a5002fa9
Toggle help and file details screens with same key
7年前
Arun Prakash Jana
a569d383bc
Use static vars
7年前
Arun Prakash Jana
b123985437
Show unprivileged free blocks in du mode
7年前
Arun Prakash Jana
ea6f11a4d4
Update README
7年前
Arun Prakash Jana
cbefcfd67b
Initial path: support sort by disk usage
7年前
Arun Prakash Jana
e54ed037bd
Key - to jump to last visited directory
7年前
Arun Prakash Jana
5aa4c799c0
Remove redundant search when entering directory
7年前
Arun Prakash Jana
1293b28f2d
Add notes on fallback opener
7年前
Arun Prakash Jana
e5b9a11584
Show marker only when spawning a shell.
7年前
Arun Prakash Jana
579316b5c0
Brand new video. Thanks @zmwangx !
7年前
Arun Prakash Jana
205dd6db05
Try fallbak for missing apps, use popen wrapper
7年前
Arun Prakash Jana
b7e4968a48
Resolve ~ (HOME) at chdir prompt
7年前
Arun Prakash Jana
2e3502ea4b
Show notifier only for associations
7年前
Arun Prakash Jana
cb1a1112a8
Disable checksum calculation
Calculation can take very long. Most Unix-ish OSes have utilities to do this.
7年前
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年前
Arun Prakash Jana
aebe6c1898
Fix warnings. Harden compilation.
7年前
Arun Prakash Jana
8fbd97a1ea
Merge pull request #3 from zmwangx/travis
Test on Travis
7年前
Zhiming Wang
1c0c6de635
Add .travis.yml
7年前
Arun Prakash Jana
10a18bf07e
ASCII Art to indicate nnn launched program
7年前
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年前
Arun Prakash Jana
754ea4d3ef
Update static associations
7年前
Arun Prakash Jana
30c8828e42
Use double quotes to handle file names with spaces
Remove dependency on cut.
7年前
Arun Prakash Jana
4b66029762
Add help screen on keybinds
7年前