Arun Prakash Jana
16de133fea
Retain a way to return to start dir if file opened
3 years ago
Arun Prakash Jana
600286b627
Always prefer selection over current file
If you have selected some files, you intend to work on them. Also, this prompt
expects <kbd>c</kbd> / <kbd>s</kbd> which should cancel the next prompt in the
delete workflow. Rest of the three workflows are non-fatal.
Benefits of removing this option:
- code reduction
- one less step in the relevant workflows (more than one prompt feels dragged)
This prompt shows in the following workflows:
- delete: users have explicitly requested to prefer sel over current
- batch rename: key <kbd>^R</kbd> renames a single file
- archive: in most of the cases the user would want to archive the selection
- create sym/hard link: not a frequently used workflow (in general)
3 years ago
Arun Prakash Jana
026f76f14c
Clear selection after successful plugin invocation
3 years ago
Mischievous Meerkat
d07c4907de
Merge pull request #851 from Lucas-Summers/master
adding support for ueberzug into plugins/preview-tui
3 years ago
Lucas Summers
8a12c01da4
fixed shellcheck errors for plugins/preview-tui
3 years ago
Lucas Summers
83232684a8
integrated ueberzug into plugins/preview-tui
4 years ago
Arun Prakash Jana
118657020e
Fix indentation in helpstr
4 years ago
Mischievous Meerkat
4178f62ece
Merge pull request #849 from uvelichitel/master
Correct umount fusefs on FreeBSD. rel. issue #848
4 years ago
uvelichitel
3776f72af1
Correct umount fusefs on FreeBSD
4 years ago
Mischievous Meerkat
d23cc2fe15
Merge pull request #840 from freddii/master
fixed wrong spelled words
4 years ago
Arun Prakash Jana
5d8738544b
Fix #839
4 years ago
freddii
50386ff511
fixed wrong spelled words
4 years ago
Mischievous Meerkat
86abd83dfd
Merge pull request #839 from bagnacauda/wall_update
Updated wall plugin to the standard utility file
4 years ago
Simone
f23452396e
Updated wall plugin to the standard utility file
4 years ago
Mischievous Meerkat
f4baa394be
Merge pull request #836 from KlzXS/makefile
Fix #835
4 years ago
KlzXS
7310a9a773
Fix #835
4 years ago
Robin Schneider
25eba96466
Use HTTPS everywhere (mechanical edit using util from https-everywhere)
```Shell
~/src/EFForg/https-everywhere/utils/rewriter/rewriter.js .
```
Ref: https://github.com/EFForg/https-everywhere/tree/master/utils/rewriter
Remove suspicious file
4 years ago
Arun Prakash Jana
c1e673b830
Update readme
4 years ago
Arun Prakash Jana
8e92ea8ad6
Update copyright year
4 years ago
Mischievous Meerkat
057c88a1e9
Merge pull request #822 from j0hnnybash/master
plugins: preview-tui: video thumbnails in preview-tui
4 years ago
johnnybash
37de198303
use trap to delete the temp files
4 years ago
johnnybash
4d77066b62
reuse image code, use more variables
4 years ago
johnnybash
a918a59856
video thumbnails in preview-tui
4 years ago
Mischievous Meerkat
66a8b69426
Merge pull request #818 from 0xflotus/patch-1
fix: small error
4 years ago
0xflotus
eb47a6c538
fix: small error
4 years ago
Arun Prakash Jana
18232f993d
Specify compilers explicitly
4 years ago
Arun Prakash Jana
12f3d0af61
Update docs
4 years ago
Mischievous Meerkat
558048b6cd
Merge pull request #816 from kyechou/master
Fix the same issue as #81 but with nuke
4 years ago
kyechou
f1ea3e3ceb
Fix the same issue as #81 but with nuke
4 years ago
Arun Prakash Jana
9946b37177
Fix togglex: handle filenames with spaces
4 years ago
Arun Prakash Jana
fc3a247c31
Minor plugin indentation update
4 years ago
Arun Prakash Jana
1ac4b9bd5a
Fix #813 : plugin togglex - toggle exe mode for selection
4 years ago
Arun Prakash Jana
a984b6a9e8
Update docs
4 years ago
Arun Prakash Jana
a31af54c00
Fix #812 : clear selection on single file deletion
4 years ago
Arun Prakash Jana
947c4a9faf
Checkpatch fixes
4 years ago
Arun Prakash Jana
4845ec72c5
Update docs
4 years ago
Arun Prakash Jana
7afd17d1c8
Update docs
4 years ago
Arun Prakash Jana
375df9f40b
Show tmp dir details in debug
4 years ago
Arun Prakash Jana
f4cb5c63d0
Revert "use $VISUAL environment variable for plugins"
This reverts commit 9f3fbd93ce
.
4 years ago
Arun Prakash Jana
b54fc95c43
Remove obsolete options
4 years ago
Arun Prakash Jana
5966927008
Minor refactor - browse()
4 years ago
Arun Prakash Jana
6555dd8cee
Limit lines of code per func to 900
4 years ago
Arun Prakash Jana
2ec9103859
Loop the command prompt
4 years ago
Mischievous Meerkat
d54033089c
Merge pull request #804 from angelskieglazki/master
Update config.yml
4 years ago
max
9a7e27c334
Update config.yml
4 years ago
Mischievous Meerkat
9270d4a044
Merge pull request #800 from tchici/master
use $VISUAL environment variable for plugins
4 years ago
tchici
9f3fbd93ce
use $VISUAL environment variable for plugins
falls back to previous behavior if $VISUAL is not set ($EDITOR then vi)
4 years ago
Mischievous Meerkat
be34af5aeb
Merge pull request #799 from tchici/master
nuke plugin: use $VISUAL environment variable
4 years ago
tchici
ea81864e03
nuke plugin: use $VISUAL environment variable
falls back to previous behavior if $VISUAL is not set ($EDITOR then vi)
4 years ago
Arun Prakash Jana
9e3bd377b0
Remove trailing spaces
4 years ago