Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-08-21 | Update README.md | Arun Prakash Jana | |
2016-08-21 | Update README.md | Arun Prakash Jana | |
2016-08-21 | Update README.md | Arun Prakash Jana | |
2016-08-21 | Update README.md | Arun Prakash Jana | |
2016-08-21 | Update README.md | Arun Prakash Jana | |
2016-08-21 | Update readme. | Arun Prakash Jana | |
2016-08-21 | List alphabetically, case ignored (like 'ls -l'). | Arun Prakash Jana | |
2016-08-21 | Update README.md | Arun Prakash Jana | |
2016-08-21 | Document NOICE_FALLBAK_OPENER. | Arun Prakash Jana | |
2016-08-21 | Support NOICE_FALLBAK_OPENER. | Arun Prakash Jana | |
2016-08-21 | Update README.md | Arun Prakash Jana | |
2016-08-21 | Doc update on NOICE_OPENER. | Arun Prakash Jana | |
2016-08-21 | Support NOICE_OPENER env variable. | Arun Prakash Jana | |
2016-08-21 | Update README.md | Arun Prakash Jana | |
2016-08-21 | Update man page. | Arun Prakash Jana | |
2016-08-21 | Update README. | Arun Prakash Jana | |
2016-08-21 | Remove libmagic, use file command. | Arun Prakash Jana | |
The magic.mgc file gets created in the local directory, opening the global file throws unwanted messages. So we are using the o/p of the file command to determine if the file is a plain text file. | |||
2016-08-20 | Update README | Arun Prakash Jana | |
2016-08-20 | Remove config.h on clean. | Arun Prakash Jana | |
2016-08-20 | Fix compilation issues with -O3 optimization. | Arun Prakash Jana | |
2016-08-20 | Modify file type handling. | Arun Prakash Jana | |
Use mpv, fmedia, zathura. Invoke libmagic to identify text files and open with vim. Use xdg-open for unhandled mimes. | |||
2016-08-20 | Merge remote-tracking branch 'upstream/master' | Arun Prakash Jana | |
2016-08-20 | Initial commit | Arun Prakash Jana | |
2016-03-11 | Bump to 0.5 | sin | |
2016-03-10 | Fix initscr() crash on NetBSD | sin | |
NetBSD has its own curses implementation and initscr() does not terminate with an error if TERM is not set properly. Instead check the return value and exit if an initialization error occurs. | |||
2016-02-25 | Add command to cd back to HOME | sin | |
Original patch written by Richard Hyde and taken from https://github.com/RichardHyde/noice | |||
2016-02-25 | Add command to toggle hide .dot files | sin | |
Patch written by Richard Hyde and taken from https://github.com/RichardHyde/noice | |||
2016-02-19 | Style fix | sin | |
2016-02-19 | Fix grammar in manpage | sin | |
2016-02-19 | Fix strlcpy() size argument | sin | |
It should be the size of the destination buffer, not the source. In this case, both src and dest have the same size. | |||
2016-02-19 | Update README - OSX works too | sin | |
2016-02-10 | Move mkpath() higher up so we don't need to declare it | sin | |
2016-02-10 | Move path[], oldpath[] and fltr[] inside browse() | sin | |
2016-02-10 | Minor style fix | sin | |
2016-02-10 | Rename global `n` to `ndents` | sin | |
This is more descriptive for a global variable which can easily be shadowed. | |||
2016-02-10 | Use dents name directly like we do in other places | sin | |
2016-02-08 | Minor README update | sin | |
2016-02-08 | Minor style fix | sin | |