Arun Prakash Jana
1418ecde0d
Skip rm invocation when no files to delete
4 years ago
Arun Prakash Jana
8b9e0edc94
Update plugin notes and table
4 years ago
KlzXS
49936d1ca2
Clear up which files are removed
4 years ago
KlzXS
81953dd571
Wording
4 years ago
KlzXS
d4c1986a95
sed fixes
4 years ago
KlzXS
e8803b8b64
Fix shellchek error
4 years ago
KlzXS
05bf019fbb
Add some prompts
4 years ago
Doug Headley
2b3b0990cc
Plugin readme improvement
4 years ago
KlzXS
afdba193e4
Fix filenames with spaces not working
4 years ago
KlzXS
782df96080
Modified dups to allow selecting files for removal
4 years ago
Arun Prakash Jana
57163ffa5d
Update plugin
4 years ago
Tim Adler
f3e122fc32
Support zoxide for jumping ( #764 )
* Create zoxide
* Delete zoxide
* Add files via upload
4 years ago
Placido Fernandez
d38bed58b2
fix bookmarks plugin on empty output ( #762 )
* fix bookmarks plugin on empty output
* fix indentation
* remove redundant new line
4 years ago
Arun Prakash Jana
dbf12ed031
Fix indentation
4 years ago
Placido Fernandez
ed53c54ba2
fix fzf bookmarks plugin environment variable ( #756 )
* fix fzf bookmarks plugin environment variable
* fix for POSIX
4 years ago
cdarkly
88256206d7
preview-tabbed will now exit with ^C ( #734 )
* preview-tabbed will not exit with ^C
* preview-tabbed will not exit with ^C
4 years ago
Toni Jarjour
240c0e5fed
sxiv automatically plays animations (part2) ( #732 )
* sxiv automatically plays animations (part2)
* Update imgview
* Update imgview
4 years ago
Toni Jarjour
1912cee957
make sxiv automatically play animations ( #731 )
4 years ago
0xACE
858794fd27
preview-tabbed now kills lingering viewer
4 years ago
Dave Snider
3bd115ef93
Add comment for imv command in imgview plugin. Check with which instead of version ( #715 )
* change version checks to `which` instead. add comments around imvr in linux
* add which checks for renamer and preview-tui as well
4 years ago
Dave Snider
f79af220c7
Small plugin for jump. Also adds check for NNN_PIPE to autojump plugin ( #714 )
* Add jump plugin to nnn
* indents
* Readme for plugin
* add pipe check to autojump
* indents to 4
Merge plugins jump and autojump
4 years ago
Gregory Anders
1afdd48f5d
nuke: use macOS open when GUI enabled ( #705 )
* nuke: use macOS open when GUI enabled
* nuke: use is_mac function to test for macOS
This is consistent with how the imgur plugin does detection.
* Add macOS open command to plugins
* pskill: only execute if input is non-empty
4 years ago
Arun Prakash Jana
6a4ff8b825
Update docs
4 years ago
Anarchiste
7d672411bb
Adding support for `most` pager ( #698 )
* Added support of most
* Only test if bat exists
* Faster this way
* Don't test for bat'
4 years ago
CodeforEvolution
6f9571a805
Haiku: General fixup, add icon, add rdef file
- Add a native vector icon for Haiku (it hasn't been Haiku-ified yet however)
- Add a rdef file (specifies application metadata)
- Add clipboard support, notififcation support, and basic nuke support
- Fix support for fortunes on Haiku ("-s" option is not available on Haiku)
- Cleanup Haiku recipe
4 years ago
Jan Meischner
474ad74f25
Allow absolute paths returned by fzf in fzcd plugin ( #682 )
* Allow absolute paths returned by fzf in fzcd plugin
* Fix issue with POSIX syntax
* Add descriptive comment
* Add comment
* Remove description
* Add new line at the end of the file
Co-authored-by: Jan Meischner <jan.meischner@verimi.com>
4 years ago
Jason
dacf7b0811
Fix typo ( #679 )
4 years ago
lvgx
53bbcbc223
Update preview-tui ( #674 )
Co-authored-by: akimdi <akimdi@users.noreply.github.com>
4 years ago
Arun Prakash Jana
509f069818
Add quick find (fd) and grep (rg) plugin examples
4 years ago
KlzXS
6147dc9a85
Add plugin bulknew ( #662 )
* Add plugin bulknew
* Update documentation
* Update dependencies
* Add whitespace note
4 years ago
akimdi
6548a0fa7c
added support webp format ( #652 )
* added support webp format
* update nuke plugin with support webp format
4 years ago
Mario
5a565675c0
Sane tree defaults and viu support ( #649 )
4 years ago
Arun Prakash Jana
0f67e1ff7d
support imv in imgview and nuke
4 years ago
Arun Prakash Jana
a103f513c3
Use Firefox Send for upload if ffsend is found
4 years ago
Arun Prakash Jana
ef0e973134
Add hx as alternative hex viewer
4 years ago
Doron Behar
92ff1447c0
preview-tui: make scope & pistol run before `file` ( #647 )
Both Pistol and `scope.sh` are run `file --mimetype` or an equivalent, internally.
Thus, for speed, it's better to run them before almost anything else.
4 years ago
Mario
7b68844a05
Pistol support ( #646 )
4 years ago
Mario
9130db3e75
Kitty splits ( #643 )
* Easier to browse plugin README.md
* Splits are inverted
* trying to fix kitty splits
* Correctly restores the kitty layout
* More clear comments
4 years ago
Mario
5a6078967b
Fixes environmental variables not being passed on preview-tui ( #644 )
4 years ago
Mario
eeb802280d
preview-tui splits are inverted ( #642 )
* Easier to browse plugin README.md
* Splits are inverted
* $SPLIT clarification and default values for $SPLIT and $TERMINAL
4 years ago
Mario
c203ae7fa8
Easier to browse plugin README.md ( #641 )
4 years ago
Arun Prakash Jana
aea8f737f6
Update docs
4 years ago
Mario
a47d190654
Unified preview-tui and preview-kitty scripts ( #634 )
* Unified preview-tui and preview-kitty
* Remove preview-kitty
* No need to set $TERMINAL
* fix undeclared variable
* Integrated support for scope.sh
* Review fixes
* allow_remote_control must be enabled on kitty
* Documentation, kitty splits and images fallback
* fix restoring kitty layout
4 years ago
Arun Prakash Jana
c5f0a25e7e
Simplify subdir creation
4 years ago
lvgx
58411446b7
preview-kitty: fix crash on first file on dash ( #636 )
In the dash shell, when `exec < fifo` is interrupted by SIGCHLD, it exits.
So we replace it with `cat fifo |`.
Issue discussed in #614
4 years ago
ncoder-1
4d4f72460d
Update preview-kitty ( #638 )
Fixed typo in preview-kitty.
4 years ago
Arun Prakash Jana
056ef8b23d
Update docs
4 years ago
KlzXS
1f3ce3ae94
Added selection prompt and README entry ( #633 )
4 years ago
Arun Prakash Jana
10a43a4fbb
Add Live Previews asciicast
Thanks @Kabouik !
4 years ago
lvgx
2acc7bd324
preview-tui: wait killed previewers ( #632 )
4 years ago