Arun Prakash Jana
c42df81ae5
Insert key for navigate-as-you-type mode
7 år sedan
Arun Prakash Jana
88e9df01a4
Navigate-as-you-type support
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
7 år sedan
Arun Prakash Jana
71bc3c7432
Fix #27 : use catfish as default search utility
7 år sedan
Arun Prakash Jana
3096dfefde
Polish change directory logic
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
7 år sedan
Arun Prakash Jana
b4166192e6
Support jump to initial directory
This change remaps the & key. However, / is more relevant for filter and & makes more sense wrt. address.
7 år sedan
Arun Prakash Jana
00aaee9ff1
nlay - a highly customizable file handler
7 år sedan
Arun Prakash Jana
07d4252b63
Show media information using mediainfo
7 år sedan
Arun Prakash Jana
01c1ef6e58
Support cd on quit
7 år sedan
Arun Prakash Jana
9702abdd81
Support open current dir in desktop file manager
7 år sedan
Arun Prakash Jana
cbefcfd67b
Initial path: support sort by disk usage
7 år sedan
Arun Prakash Jana
e54ed037bd
Key - to jump to last visited directory
7 år sedan
Arun Prakash Jana
b7e4968a48
Resolve ~ (HOME) at chdir prompt
7 år sedan
Arun Prakash Jana
07c59cfd62
vim-ish binding for jump to first and last entry
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? ;)
7 år sedan
Arun Prakash Jana
754ea4d3ef
Update static associations
7 år sedan
Arun Prakash Jana
4b66029762
Add help screen on keybinds
7 år sedan
Arun Prakash Jana
f466ba543c
Show file details
We closely follow the output for stat(1).
7 år sedan
Arun Prakash Jana
7be7a6d215
Optimizations
7 år sedan
Arun Prakash Jana
8bbb752a79
Open audio files with mpv
7 år sedan
Arun Prakash Jana
584a5f90f3
Remove sh as script opener, use vi
7 år sedan
Arun Prakash Jana
aeeeed0bce
Change vim to vi
7 år sedan
Arun Prakash Jana
c42790aa18
Support file name copier
Add keybind 'Ctrl-k' to copy the absolute path of the file under the cursor if environment variable NOICE_COPIER is set.
7 år sedan
Arun Prakash Jana
4bf17cb7bc
Switches to toggle detail view, file size sort
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.
7 år sedan
sin
dd29e81df5
Make toggle dot behaviour persistent
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.
8 år sedan
sin
bd79c29d8b
Align fields in config.def.h
Diff by Ypnose
8 år sedan
Arun Prakash Jana
2958ecd040
Remove libmagic, use file command.
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.
8 år sedan
Arun Prakash Jana
bc731cd9c0
Modify file type handling.
Use mpv, fmedia, zathura.
Invoke libmagic to identify text files and open with vim.
Use xdg-open for unhandled mimes.
8 år sedan
sin
829bcdd7d4
Add command to cd back to HOME
Original patch written by Richard Hyde and taken from
https://github.com/RichardHyde/noice
9 år sedan
sin
e1c26079b1
Add command to toggle hide .dot files
Patch written by Richard Hyde and taken from
https://github.com/RichardHyde/noice
9 år sedan
sin
9f6d1cfb33
Remove filter as you type mode
Nobody uses it and adds additional complexity.
9 år sedan
sin
2d87145fa2
Fix comment
9 år sedan
Martin Kühl
d1ed0cff11
Support commands specified by environment variables
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.
9 år sedan
sin
8c04bea678
Add license pointer
9 år sedan
sin
756b50be27
Restore screensaver mode
Disable timeout when in filter or type mode.
9 år sedan
sin
d6e89ef07f
Revert "Run screensaver after a period of idleness"
This reverts commit 1e18b85e56
.
Revert until remaining issues are fixed. The filter search expires
after 1 second of inactivity without the revert.
9 år sedan
lostd
1e18b85e56
Run screensaver after a period of idleness
9 år sedan
sin
c5283392fb
Add .mov to config.h
9 år sedan
lostd
dcde076371
Add keys to move to the first and last entry
9 år sedan
lostd
3dc40acbff
Key bindings to run user-defined commands
10 år sedan
sin
3682c720ba
Add C-l to force a redraw
Often I am waiting for a file to download and be renamed from
.foo.part to .foo. Forcing a redraw is a simple way to check if
the file has completed downloading.
10 år sedan
lostd
cc65e4098f
Clarify state toggling
10 år sedan
sin
162922b984
Move mtimeorder to config.def.h
10 år sedan
lostd
cefb945e35
Meaningful comments
10 år sedan
sin
a63aac0b11
Add 't' command to sort output by entry's mtime
10 år sedan
lostd
68be0868c6
Also treat ^H as backspace
10 år sedan
lostd
84e124bb46
Basic filter-as-you-type mode
10 år sedan
lostd
3f1a93a598
Simplify default regexes
10 år sedan
lostd
6b7c2506db
Expose key bindings in the configuration header
10 år sedan
sin
7273c9d681
Add flac to default associations
10 år sedan
sin
d330033c4f
Move some more config params to config.def.h
10 år sedan
sin
43fa667cd6
Add config.def.h
10 år sedan