aboutsummaryrefslogtreecommitdiffstats
path: root/config.def.h
AgeCommit message (Collapse)Author
2017-07-05Retire config.def.h, unify MakefilesGravatar Arun Prakash Jana
2017-07-03Re-format helpGravatar Arun Prakash Jana
2017-07-02Add option -e to use exiftoolGravatar Arun Prakash Jana
2017-06-25Support F2 to refreshGravatar Arun Prakash Jana
2017-06-22Show total files in du modeGravatar Arun Prakash Jana
2017-06-20Re-structure headerGravatar Arun Prakash Jana
2017-06-15Fix reasonable checkpatch reportsGravatar Arun Prakash Jana
2017-06-11Support bookmarksGravatar Arun Prakash Jana
2017-06-06Set detail view mode as default, introduce light modeGravatar Arun Prakash Jana
2017-06-06desktop opener - xdg-open on Linux and open(1) on OS XGravatar Arun Prakash Jana
2017-06-05Disable key to run topGravatar Arun Prakash Jana
2017-06-05Use vlock as locker, add ^Q to quitGravatar Arun Prakash Jana
^Q would quit even from filter mode
2017-06-04Insert key for navigate-as-you-type modeGravatar Arun Prakash Jana
2017-06-04Navigate-as-you-type supportGravatar Arun Prakash Jana
1. Open directories in filter mode 2. Fix arrow keys not working after filter selection (due to invalid cur entry) 3. Support `Insert` key to clear filter prompt 4. Update documentation
2017-05-15Fix #27: use catfish as default search utilityGravatar Arun Prakash Jana
2017-04-25Polish change directory logicGravatar Arun Prakash Jana
1. Strip end spaces and slashes 2. Do NOT change dir if in the same dir 3. Don't go back beyond startup dir with '-' 4. Reset oldpath on cd (other than cd . and ..) 5. Reset filter 6. Update features in README
2017-04-24Support jump to initial directoryGravatar Arun Prakash Jana
This change remaps the & key. However, / is more relevant for filter and & makes more sense wrt. address.
2017-04-23nlay - a highly customizable file handlerGravatar Arun Prakash Jana
2017-04-21Show media information using mediainfoGravatar Arun Prakash Jana
2017-04-20Support cd on quitGravatar Arun Prakash Jana
2017-04-12Support open current dir in desktop file managerGravatar Arun Prakash Jana
2017-04-10Initial path: support sort by disk usageGravatar Arun Prakash Jana
2017-04-08Key - to jump to last visited directoryGravatar Arun Prakash Jana
2017-04-06Resolve ~ (HOME) at chdir promptGravatar Arun Prakash Jana
2017-04-04vim-ish binding for jump to first and last entryGravatar Arun Prakash Jana
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-03Update static associationsGravatar Arun Prakash Jana
2017-04-03Add help screen on keybindsGravatar Arun Prakash Jana
2017-04-03Show file detailsGravatar Arun Prakash Jana
We closely follow the output for stat(1).
2017-04-01OptimizationsGravatar Arun Prakash Jana
2017-04-01Open audio files with mpvGravatar Arun Prakash Jana
2017-04-01Remove sh as script opener, use viGravatar Arun Prakash Jana
2017-03-31Change vim to viGravatar Arun Prakash Jana
2017-03-30Support file name copierGravatar 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-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.
2016-10-05Merge remote-tracking branch 'upstream/master'Gravatar Arun Prakash Jana
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-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-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-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-08Remove filter as you type modeGravatar sin
Nobody uses it and adds additional complexity.
2015-11-26Fix commentGravatar sin
2015-11-26Support commands specified by environment variablesGravatar Martin Kühl
Specifying commands by name in config.h means that every time one switches ones editor (for example), one has to modify every config.h file referencing that editor and then recompile every corresponding program. This change adds a string `env` for specifying an environment variable to `struct key` and uses it to optionally specify the command to run on SEL_{RUN,RUNARG}. The `run` string is used as a fallback when the environment variable has not been specified or is not set. It also updates `config.def.h` to demonstrate this new capability.
2015-11-20Add license pointerGravatar sin
2015-11-20Restore screensaver modeGravatar sin
Disable timeout when in filter or type mode.
2015-11-14Revert "Run screensaver after a period of idleness"Gravatar sin
This reverts commit 1e18b85e56d98ca2daeb7adc587c28f5d653a01f. Revert until remaining issues are fixed. The filter search expires after 1 second of inactivity without the revert.
2015-11-02Run screensaver after a period of idlenessGravatar lostd
2015-08-19Add .mov to config.hGravatar sin
2015-07-12Add keys to move to the first and last entryGravatar lostd