Commit Graph

60 Commits

Author SHA1 Message Date
Arun Prakash Jana 971895e873
Option -S: start in disk usage analyzer mode 2017-04-14 16:51:27 +05:30
Arun Prakash Jana d2082b44dc
Add a quickstart section 2017-04-14 02:52:25 +05:30
Arun Prakash Jana 6eac1ed1c3
Add installation instructions 2017-04-13 21:06:19 +05:30
Arun Prakash Jana 6f1ea2e61e
Update README 2017-04-13 20:10:23 +05:30
Arun Prakash Jana 275b42efb0
Prepare for release v1.0 2017-04-13 19:13:33 +05:30
Arun Prakash Jana 372a3a0c80
Add Makefile.generic, update docs 2017-04-13 08:12:10 +05:30
Arun Prakash Jana 9702abdd81
Support open current dir in desktop file manager 2017-04-12 22:20:05 +05:30
Arun Prakash Jana 15a0e779a2
Update README.md 2017-04-12 18:52:53 +05:30
Arun Prakash Jana 286a13d891
realloc() 32 entries at a time 2017-04-11 20:22:45 +05:30
Arun Prakash Jana afbce66747
Optimize dentfill 2017-04-11 01:58:27 +05:30
Arun Prakash Jana f2a5002fa9
Toggle help and file details screens with same key 2017-04-10 18:35:30 +05:30
Arun Prakash Jana ea6f11a4d4
Update README 2017-04-10 10:28:32 +05:30
Arun Prakash Jana cbefcfd67b
Initial path: support sort by disk usage 2017-04-10 10:28:25 +05:30
Arun Prakash Jana e54ed037bd
Key - to jump to last visited directory 2017-04-08 13:46:03 +05:30
Arun Prakash Jana 1293b28f2d
Add notes on fallback opener 2017-04-07 17:42:02 +05:30
Arun Prakash Jana 579316b5c0
Brand new video. Thanks @zmwangx! 2017-04-06 07:12:16 +05:30
Arun Prakash Jana 2e3502ea4b
Show notifier only for associations 2017-04-06 06:29:00 +05:30
Arun Prakash Jana cb1a1112a8
Disable checksum calculation
Calculation can take very long. Most Unix-ish OSes have utilities to do this.
2017-04-04 10:34:18 +05:30
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? ;)
2017-04-04 09:46:52 +05:30
Arun Prakash Jana 4b66029762
Add help screen on keybinds 2017-04-03 22:33:46 +05:30
Arun Prakash Jana 418c9f2654
Show stat, file, md5, sh256 in file details
This commit adds dependencies on file, openssl and cut binaries.
2017-04-03 20:32:09 +05:30
Arun Prakash Jana f466ba543c
Show file details
We closely follow the output for stat(1).
2017-04-03 05:05:14 +05:30
Arun Prakash Jana 90e98b832b
Revert non-portable optimization 2017-04-02 08:23:13 +05:30
Arun Prakash Jana 951d323616
Show directories first 2017-04-02 01:48:33 +05:30
Arun Prakash Jana 0e82544199
Support sort by numeric value for numeric names 2017-04-02 01:21:31 +05:30
Arun Prakash Jana 8f18c4049c
An optimized dirname() 2017-04-01 17:32:58 +05:30
Arun Prakash Jana 54a307767c
Support opening in detail view mode 2017-04-01 10:48:18 +05:30
Arun Prakash Jana 8bbb752a79
Open audio files with mpv 2017-04-01 08:59:00 +05:30
Arun Prakash Jana 584a5f90f3
Remove sh as script opener, use vi 2017-04-01 02:55:00 +05:30
Arun Prakash Jana aeeeed0bce
Change vim to vi 2017-03-31 22:25:56 +05:30
Arun Prakash Jana c037f0c55b
Update documentation (man, README) 2017-03-31 10:18:31 +05:30
Arun Prakash Jana 8775a52779
Rename project to nnn (Noice is Not Noice) 2017-03-30 23:57:38 +05:30
Arun Prakash Jana c42790aa18
Support file name copier
Add keybind 'Ctrl-k' to copy the absolute path of the file under the cursor if environment variable NOICE_COPIER is set.
2017-03-30 23:00:15 +05:30
Arun Prakash Jana 6b169bbd86
Re-format detailed view, show filename 2017-03-30 19:06:06 +05:30
Arun Prakash Jana 055439f23e Use reverse video in detail view
1. Highlight the currently selected item in reverse video.
2. Fix: remember the current item when toggling detail view.
2017-03-30 10:47:06 +05:30
Arun Prakash Jana 187835c2bb
Show modification time in detail view 2017-03-30 10:09:21 +05:30
Arun Prakash Jana 3c94193992
Show number of entries in detailed view 2017-03-30 02:45:46 +05:30
Arun Prakash Jana c78e3bf14f
strip binary 2017-03-30 02:29:28 +05:30
Arun Prakash Jana 98e3f22cb4
Simpler regular listing 2017-03-30 02:25:51 +05:30
Arun Prakash Jana b5e0023bfc
Concise file type info in detail view
B - Block Device
C - Character Device
D - Directory
E - Executable
F - Fifo
L - Symbolic Link
R - Regular File
S - Socket
2017-03-30 02:07:39 +05:30
Arun Prakash Jana 4bf17cb7bc
Switches to toggle detail view, file size sort
1. The detailed view shows file type and size using keybind 'd'. Disabled by default.
2. Option 's' sorts dir entries by descending order of size.
2017-03-30 01:51:52 +05:30
Arun Prakash Jana c64327b4a6 Re-scan directory contents after spawning a shell
The contents of the directory may be changed from the shell by adding or deleting content. Permissions may have changed too. We must re-populate the contents of the current directory.
2017-03-29 21:43:39 +05:30
Arun Prakash Jana 56dca997b9
Various optimizations 2017-03-29 19:42:23 +05:30
Arun Prakash Jana ad0fb1df8c
Implement navigation roll over 2017-03-29 15:59:56 +05:30
Arun Prakash Jana e67e78f9f1 Update readme 2017-03-29 12:59:23 +05:30
Arun Prakash Jana d6890bfde5 Update README.md 2016-08-21 21:44:56 +05:30
Arun Prakash Jana a34fe7061c Update README.md 2016-08-21 21:40:34 +05:30
Arun Prakash Jana 115d8f6426 Update README.md 2016-08-21 21:17:43 +05:30
Arun Prakash Jana b04accc47c Update README.md 2016-08-21 21:17:23 +05:30
Arun Prakash Jana 21a93a294f Update README.md 2016-08-21 20:21:20 +05:30