aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-03-30Switches to toggle detail view, file size sortGravatar 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-29Re-scan directory contents after spawning a shellGravatar 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-29Various optimizationsGravatar Arun Prakash Jana
2017-03-29Implement navigation roll overGravatar Arun Prakash Jana
2017-03-29Update readmeGravatar Arun Prakash Jana
2016-10-05Merge remote-tracking branch 'upstream/master'Gravatar Arun Prakash Jana
2016-08-24Bump to 0.6Gravatar sin
2016-08-22Split out default filter initializationGravatar sin
2016-08-22Make toggle dot behaviour persistentGravatar 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-22Align fields in config.def.hGravatar sin
Diff by Ypnose
2016-08-22Accept user-defined LDFLAGS in MakefileGravatar sin
Diff by Ypnose
2016-08-21Update README.mdGravatar Arun Prakash Jana
2016-08-21Update README.mdGravatar Arun Prakash Jana
2016-08-21Update README.mdGravatar Arun Prakash Jana
2016-08-21Update README.mdGravatar Arun Prakash Jana
2016-08-21Update README.mdGravatar Arun Prakash Jana
2016-08-21Update README.mdGravatar Arun Prakash Jana
2016-08-21Update readme.Gravatar Arun Prakash Jana
2016-08-21List alphabetically, case ignored (like 'ls -l').Gravatar Arun Prakash Jana
2016-08-21Update README.mdGravatar Arun Prakash Jana
2016-08-21Document NOICE_FALLBAK_OPENER.Gravatar Arun Prakash Jana
2016-08-21Support NOICE_FALLBAK_OPENER.Gravatar Arun Prakash Jana
2016-08-21Update README.mdGravatar Arun Prakash Jana
2016-08-21Doc update on NOICE_OPENER.Gravatar Arun Prakash Jana
2016-08-21Support NOICE_OPENER env variable.Gravatar Arun Prakash Jana
2016-08-21Update README.mdGravatar Arun Prakash Jana
2016-08-21Update man page.Gravatar Arun Prakash Jana
2016-08-21Update README.Gravatar Arun Prakash Jana
2016-08-21Remove libmagic, use file command.Gravatar 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-20Update READMEGravatar Arun Prakash Jana
2016-08-20Remove config.h on clean.Gravatar Arun Prakash Jana
2016-08-20Fix compilation issues with -O3 optimization.Gravatar Arun Prakash Jana
2016-08-20Modify file type handling.Gravatar 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-20Merge remote-tracking branch 'upstream/master'Gravatar Arun Prakash Jana
2016-08-20Initial commitGravatar Arun Prakash Jana
2016-03-11Bump to 0.5Gravatar sin
2016-03-10Fix initscr() crash on NetBSDGravatar 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-25Add command to cd back to HOMEGravatar sin
Original patch written by Richard Hyde and taken from https://github.com/RichardHyde/noice
2016-02-25Add command to toggle hide .dot filesGravatar sin
Patch written by Richard Hyde and taken from https://github.com/RichardHyde/noice
2016-02-19Style fixGravatar sin
2016-02-19Fix grammar in manpageGravatar sin
2016-02-19Fix strlcpy() size argumentGravatar 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-19Update README - OSX works tooGravatar sin
2016-02-10Move mkpath() higher up so we don't need to declare itGravatar sin
2016-02-10Move path[], oldpath[] and fltr[] inside browse()Gravatar sin
2016-02-10Minor style fixGravatar sin
2016-02-10Rename global `n` to `ndents`Gravatar sin
This is more descriptive for a global variable which can easily be shadowed.
2016-02-10Use dents name directly like we do in other placesGravatar sin
2016-02-08Minor README updateGravatar sin
2016-02-08Minor style fixGravatar sin