Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-03 | Add .travis.yml | Zhiming Wang | |
2017-04-03 | Allow custom CFLAGS and CPPFLAGS in Makefile | Zhiming Wang | |
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. | |||
2017-04-03 | Update static associations | Arun Prakash Jana | |
2017-04-03 | Use double quotes to handle file names with spaces | Arun Prakash Jana | |
Remove dependency on cut. | |||
2017-04-03 | Add help screen on keybinds | Arun Prakash Jana | |
2017-04-03 | Show stat, file, md5, sh256 in file details | Arun Prakash Jana | |
This commit adds dependencies on file, openssl and cut binaries. | |||
2017-04-03 | Show file details | Arun Prakash Jana | |
We closely follow the output for stat(1). | |||
2017-04-02 | Remove redundant stuff | Arun Prakash Jana | |
1. Have a faster copy of strlcpy() 2. Remove redundant legacy files 3. Fix an issue with NULL check on array name | |||
2017-04-02 | Optimize directory search | Arun Prakash Jana | |
2017-04-02 | Use standard function for numeric sort | Arun Prakash Jana | |
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. | |||
2017-04-02 | Revert non-portable optimization | Arun Prakash Jana | |
2017-04-02 | Merge pull request #2 from zmwangx/gitignore | Arun Prakash Jana | |
Add .gitignore to ignore compilation products | |||
2017-04-01 | Add .gitignore to ignore compilation products | Zhiming Wang | |
2017-04-02 | Show message when trying to go above / | Arun Prakash Jana | |
2017-04-02 | Show directories first | Arun Prakash Jana | |
2017-04-02 | Support sort by numeric value for numeric names | Arun Prakash Jana | |
2017-04-01 | Show sort order if applied | Arun Prakash Jana | |
2017-04-01 | An optimized dirname() | Arun Prakash Jana | |
2017-04-01 | Optimizations | Arun Prakash Jana | |
2017-04-01 | Show indicators in column | Arun Prakash Jana | |
2017-04-01 | Support opening in detail view mode | Arun Prakash Jana | |
2017-04-01 | Open audio files with mpv | Arun Prakash Jana | |
2017-04-01 | Remove sh as script opener, use vi | Arun Prakash Jana | |
2017-03-31 | Change vim to vi | Arun Prakash Jana | |
2017-03-31 | Revamp detail mode | Arun Prakash Jana | |
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. | |||
2017-03-31 | Show indicator with filename in bar | Arun Prakash Jana | |
2017-03-31 | Update documentation (man, README) | Arun Prakash Jana | |
2017-03-31 | Fix: can't go to parent if only dir name specified | Arun Prakash Jana | |
Invoking nnn with: nnn dir nnn ./dir nnn dir wouldn't allow user to navigate to parent directory. | |||
2017-03-30 | Rename project to nnn (Noice is Not Noice) | Arun Prakash Jana | |
2017-03-30 | Support file name copier | Arun Prakash Jana | |
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 | Re-format detailed view, show filename | Arun Prakash Jana | |
2017-03-30 | Use reverse video in detail view | Arun Prakash Jana | |
1. Highlight the currently selected item in reverse video. 2. Fix: remember the current item when toggling detail view. | |||
2017-03-30 | Show modification time in detail view | Arun Prakash Jana | |
2017-03-30 | Show number of entries in detailed view | Arun Prakash Jana | |
2017-03-30 | strip binary | Arun Prakash Jana | |
2017-03-30 | Simpler regular listing | Arun Prakash Jana | |
2017-03-30 | Shows 'Cannot resolve path' on narrow terminal | Arun Prakash Jana | |
noice truncates the cwd string dynamically. If the numbers of columns is lesser than the length of the path, cwd is truncated so that the correct path cannot be resolved. We should try to resolve the full path instead. | |||
2017-03-30 | Concise file type info in detail view | Arun Prakash Jana | |
B - Block Device C - Character Device D - Directory E - Executable F - Fifo L - Symbolic Link R - Regular File S - Socket | |||
2017-03-30 | Switches to toggle detail view, file size sort | Arun Prakash Jana | |
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-29 | Re-scan directory contents after spawning a shell | Arun Prakash Jana | |
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 | Various optimizations | Arun Prakash Jana | |
2017-03-29 | Implement navigation roll over | Arun Prakash Jana | |
2017-03-29 | Update readme | Arun Prakash Jana | |
2016-10-05 | Merge remote-tracking branch 'upstream/master' | Arun Prakash Jana | |
2016-08-24 | Bump to 0.6 | sin | |
2016-08-22 | Split out default filter initialization | sin | |
2016-08-22 | Make toggle dot behaviour persistent | sin | |
Once set, the default filter is updated. This means that toggle dot will also work as expected when noice is executed as root. Based on discussion with Ypnose. | |||
2016-08-22 | Align fields in config.def.h | sin | |
Diff by Ypnose | |||
2016-08-22 | Accept user-defined LDFLAGS in Makefile | sin | |
Diff by Ypnose | |||
2016-08-21 | Update README.md | Arun Prakash Jana | |