Commit graph

691 commits

Author SHA1 Message Date
Markus Meier
e0ed6c827f use small letters 2025-02-09 11:13:20 +01:00
Markus Meier
f04a88934e docs: do not documente trivial tools 2025-02-09 09:42:28 +01:00
Markus Meier
3f543513bf format: break long line 2025-02-08 19:54:29 +01:00
Markus Meier
b03d0b713e feat: delegate selection logic to fzf 2025-02-08 19:53:31 +01:00
Markus Meier
c8435a5efd format: fix whitespace 2025-02-08 19:49:42 +01:00
Markus Meier
f02c01e40c improve readability of input 2025-02-08 19:45:25 +01:00
Arun Prakash Jana
af9bfd370f
Merge pull request #1994 from psicho2000/fix/paste-from-wsl
fix/paste from wsl
2025-02-05 18:17:14 +05:30
Markus Meier
aae7d399b9 fix: remove carriage return in WSL 2025-02-04 21:03:08 +01:00
Arun Prakash Jana
9a128f133f
Merge pull request #1990 from psicho2000/fix/use-command-flags
fix: enable flags for NNN_PREVIEWIMGPROG
2025-02-03 22:20:51 +05:30
Arun Prakash Jana
7b11751821
Merge pull request #1989 from psicho2000/feat/preview-via-jq
Use jq to preview json if installed
2025-02-03 22:20:21 +05:30
Markus Meier
9e3be00851 feat: show errors in x2sel 2025-02-03 00:24:26 +01:00
Markus Meier
3f34bbfe66 fix: enable flags for NNN_PREVIEWIMGPROG 2025-02-02 14:23:42 +01:00
Markus Meier
7fe13b07eb Use jq to preview json if installed 2025-02-02 14:02:32 +01:00
Markus Meier
5c0fe2a85c Allow lowdown to use complete terminal width 2025-02-02 13:52:07 +01:00
psicho2000
48bc670cac
Allow lowdown to use complete terminal width 2025-01-27 15:52:27 +01:00
0fflineuser
c0457a2492 Follow symlink in fzplug plugin. 2025-01-05 18:52:48 +01:00
NRK
e787ae4501 add support for custom trash command
this makes it so that if $NNN_TRASH is set to a string other
than "1" or "2" then it is accepted as the trash command to run.

this allows us to support arbritary trashing utilities while
also maintaining backwards compatibility for older "1" & "2"
values.

Fixes: https://github.com/jarun/nnn/issues/1168
Fixes: https://github.com/jarun/nnn/discussions/1963
Fixes: https://github.com/jarun/nnn/discussions/1960
Fixes: https://github.com/jarun/nnn/discussions/1761
2025-01-05 01:10:01 +00:00
supritsj@Arch
3c43564182 use "xarg -0" instead of trim 2024-11-26 19:29:10 +05:30
supritsj@Arch
1e1abdfb31 added plugins gpgs and gpgv 2024-11-26 15:14:43 +05:30
Ivan Kovmir
28c85043a0
Do not default to xterm
It makes more sense to default to the terminals people are less likely
to have. If a user has `xterm` installed, then that is, most probably,
because it ships with X11. Whereas if a user has `st` or `alacritty`
instlled, then that is because he/she chose to install it.
2024-09-20 12:18:52 +02:00
Luuk van Baal
aa04d6370b
change and document variable expansion 2024-09-15 16:04:37 +02:00
Daniel Bretoi
7571d172aa add uberzug back 2024-09-15 11:45:29 +07:00
Daniel Bretoi
ef1ef56461 make image preview more generic 2024-09-15 11:43:38 +07:00
Daniel Bretoi
d85c23c433
Update preview-tui
make NNN_PREVIEWIMGPROG flexible enough to accept any program. programs like `timg` would also work (my preference), but it seems odd to add every single program out there when it's easy to add new ones by just this one variable
2024-09-12 22:15:18 -07:00
NRK
27e032fc96 plugins/upload: remove inactive services
this removes ix.io and ffsend since they are no longer active.

binary files are uploaded to file.io as before. selections are
now tar-balled and uploaded to file.io.

text files are uploaded to 0x0.st

Closes: https://github.com/jarun/nnn/pull/1900
2024-07-25 21:01:15 +00:00
Oktay Imanzade
b20886a29c
preview-tabbed: show (n)sxiv in thumbnail mode when watching "Pictures" directory 2024-04-18 20:18:24 +04:00
François Bechet
133c0d329b preview-tui: add full svg support 2024-04-08 13:55:21 +02:00
c79cea05
297b85492f nuke: use sort -V 2024-02-23 09:21:15 +09:00
KlzXS
b392dd3723
Added -- to all instances of cp, mv or rm dealing with user provided paths 2024-02-13 14:32:42 +01:00
Michel DHOOGE
5b05c8b9b1
fix: use a more generic way to print NUL with awk
Only gawk undestands the \0 syntax
feat(mimelist): use `mimetype` for better type detection
docs(mimelist): add author & dependencies
2024-02-09 23:14:58 +05:30
Antonio Mancera Gamez
e76d7bbf1d
Changed exa from grid to tree view (preview-tui) (#1803)
* Changed exa from grid to tree view (preview-tui)

* Update plugins/preview-tui

Change also eza

Co-authored-by: blissful <blissful@sunsetglow.net>

* Changed maximum depth in exa and eza

* Added fifo_pager to exa and eza

---------

Co-authored-by: blissful <blissful@sunsetglow.net>
2024-02-02 21:11:18 +05:30
Jeff Davis
3849430ebc feat(preview-tui): allow image previews inside tmux on kitty terminal
Signed-off-by: Jeff Davis <mr.jefedavis@gmail.com>
2023-12-03 00:51:27 -05:00
Arun Prakash Jana
9259170afd Add example: run cmd as plugin to change directory 2023-11-18 01:00:03 +05:30
Arun
2f22afcacc
Merge pull request #1755 from cronyakatsuki/alacritty
preview-tabbed: Add alacritty as xembed client for text-based preview
2023-11-17 19:08:03 +05:30
Luuk van Baal
3160442f0c
preview-tui: mpv kitty backend and better previewer handling 2023-11-16 15:40:03 +01:00
Abhinav Lakhani
9ff81ca1f9 preview-tui: tmux sixel support for img, gif & vid preview 2023-11-12 14:40:31 -07:00
CronyAkatsuki
8e8289373a
Add alacritty as xembed client for text-based preview 2023-11-03 12:08:09 +00:00
Luuk van Baal
f8f6d6a482
Preview-tui avoid early exit after SIGWINCH 2023-10-11 01:20:44 +02:00
blissful
3b3ad9ccc6
Add support for eza as a replacement for exa 2023-09-20 15:50:58 -04:00
Arun
ba439084c5
Merge pull request #1728 from Xerillic/master
wallpaper plugin: remove unneeded code
2023-09-20 17:51:22 +05:30
Xerillic
06d8da9052 wallpaper plugin: remove unneeded code 2023-09-13 19:53:55 -04:00
Arun
ed59aa2ac3
Merge pull request #1727 from Xerillic/master
wallpaper plugin: add ability to set wallpaper for specific monitors
2023-09-13 22:44:55 +05:30
umaranis
a06af824ee
plugins for integration with MacOS clipboard 2023-09-13 18:01:35 +05:30
Xerillic
66447d52a7 wallpaper plugin: add ability to set wallpaper for specific monitors using nitrogen 2023-09-12 20:58:37 -04:00
Syed Umar Anis
547508aa78
fzhist plugin: add support for zsh history #1721 (#1722)
* fzhist plugin: add support for zsh history

* fzhist plugin: check $HISTFILE for history file location

* fzhist plugin: remove extra trailing spaces
2023-09-07 18:03:01 +05:30
Syed Umar Anis
b28f209c84
Update finder plugin find command with default path #1718 2023-08-27 10:00:12 +10:00
Tadeas Uhlir
e500179188 Fix bug in fzopen when selection is canceled 2023-08-12 17:45:14 +02:00
Anomalocaridid
80bbf76b5b nmount: add support for luks volumes for udisksctl 2023-07-09 19:57:57 -04:00
Anomalocaridid
5723023491 nmount: update dependencies in plugins/README.md 2023-07-08 19:55:10 -04:00
Anomalocaridid
280068c5da nmount: make pmount optional 2023-07-08 19:55:07 -04:00