Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-05 | Retire config.def.h, unify Makefiles | Arun Prakash Jana | |
2017-07-03 | Re-format help | Arun Prakash Jana | |
2017-07-02 | Add option -e to use exiftool | Arun Prakash Jana | |
2017-06-25 | Support F2 to refresh | Arun Prakash Jana | |
2017-06-22 | Show total files in du mode | Arun Prakash Jana | |
2017-06-20 | Re-structure header | Arun Prakash Jana | |
2017-06-15 | Fix reasonable checkpatch reports | Arun Prakash Jana | |
2017-06-11 | Support bookmarks | Arun Prakash Jana | |
2017-06-06 | Set detail view mode as default, introduce light mode | Arun Prakash Jana | |
2017-06-06 | desktop opener - xdg-open on Linux and open(1) on OS X | Arun Prakash Jana | |
2017-06-05 | Disable key to run top | Arun Prakash Jana | |
2017-06-05 | Use vlock as locker, add ^Q to quit | Arun Prakash Jana | |
^Q would quit even from filter mode | |||
2017-06-04 | Insert key for navigate-as-you-type mode | Arun Prakash Jana | |
2017-06-04 | Navigate-as-you-type support | 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-15 | Fix #27: use catfish as default search utility | Arun Prakash Jana | |
2017-04-25 | Polish change directory logic | 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-24 | Support jump to initial directory | Arun Prakash Jana | |
This change remaps the & key. However, / is more relevant for filter and & makes more sense wrt. address. | |||
2017-04-23 | nlay - a highly customizable file handler | Arun Prakash Jana | |
2017-04-21 | Show media information using mediainfo | Arun Prakash Jana | |
2017-04-20 | Support cd on quit | Arun Prakash Jana | |
2017-04-12 | Support open current dir in desktop file manager | Arun Prakash Jana | |
2017-04-10 | Initial path: support sort by disk usage | Arun Prakash Jana | |
2017-04-08 | Key - to jump to last visited directory | Arun Prakash Jana | |
2017-04-06 | Resolve ~ (HOME) at chdir prompt | Arun Prakash Jana | |
2017-04-04 | vim-ish binding for jump to first and last entry | 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-03 | Update static associations | Arun Prakash Jana | |
2017-04-03 | Add help screen on keybinds | Arun Prakash Jana | |
2017-04-03 | Show file details | Arun Prakash Jana | |
We closely follow the output for stat(1). | |||
2017-04-01 | Optimizations | 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-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 | 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. | |||
2016-10-05 | Merge remote-tracking branch 'upstream/master' | Arun Prakash Jana | |
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-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 | 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-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-08 | Remove filter as you type mode | sin | |
Nobody uses it and adds additional complexity. | |||
2015-11-26 | Fix comment | sin | |
2015-11-26 | Support commands specified by environment variables | 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-20 | Add license pointer | sin | |
2015-11-20 | Restore screensaver mode | sin | |
Disable timeout when in filter or type mode. | |||
2015-11-14 | Revert "Run screensaver after a period of idleness" | 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-02 | Run screensaver after a period of idleness | lostd | |
2015-08-19 | Add .mov to config.h | sin | |
2015-07-12 | Add keys to move to the first and last entry | lostd | |