Arun
d61c983dd0
Merge pull request #1872 from N-R-K/manpage_sort
...
clarify au and du in manpage
2024-04-24 18:12:53 +05:30
NRK
e60be2eaa2
silence new clang-tidy warnings
2024-04-24 07:31:15 +00:00
NRK
72ee94ed6e
clarify au and du in manpage
...
Closes: https://github.com/jarun/nnn/issues/1855
Closes: https://github.com/jarun/nnn/issues/1290
Closes: https://github.com/jarun/nnn/discussions/1750
2024-04-24 06:16:00 +00:00
Arun
ad04944bdf
Merge pull request #1865 from flipflop133/patch-1
...
preview-tui: add svg support
2024-04-08 18:04:00 +05:30
François Bechet
133c0d329b
preview-tui: add full svg support
2024-04-08 13:55:21 +02:00
Arun
5853ac8e48
Merge pull request #1864 from horrad/master
...
Fix file creation on OpenBSD
2024-04-05 23:31:08 +05:30
Martin Ziemer
28d993a8e8
Fix file creation on OpenBSD
...
On OpenBSD at least one of O_RDONLY, O_WRONLY or O_RDWR is needed to open a file.
In creating a new file none of those is set, which leads to an EINVAL error ("invalid argument").
Since the new file is only created and never read, I chose to use O_WRONLY.
2024-04-04 15:57:36 +02:00
Arun
22aa1455a6
Merge pull request #1861 from KlzXS/makefile_icons
...
Prevent multiple icons options being selected at the same time
2024-03-30 01:33:20 +05:30
KlzXS
7806d5d371
Prevent multiple icons options being selected at the same time
2024-03-28 18:20:21 +01:00
Arun
5456ba4582
Merge pull request #1830 from c79cea05/master
...
nuke: use sort -V
2024-03-05 23:31:45 +05:30
c79cea05
297b85492f
nuke: use sort -V
2024-02-23 09:21:15 +09:00
Arun Prakash Jana
f71b1309a9
Fix deletion prompt when rm is used
2024-02-18 06:32:49 +05:30
Arun
eb66598145
Merge pull request #1821 from KlzXS/cpmvrm_dashes
...
Added dashes to progress versions of cp and mv
2024-02-16 19:17:39 +05:30
KlzXS
3d6777920a
Add -- to mvg and cpg which were missed
2024-02-13 18:49:02 +01:00
Arun
4a9587a5e6
Merge pull request #1820 from KlzXS/cpmvrm_dashes
...
Add -- to cp, mv and rm
2024-02-13 19:45:38 +05:30
KlzXS
b392dd3723
Added -- to all instances of cp, mv or rm dealing with user provided paths
2024-02-13 14:32:42 +01:00
Arun
0f62c6258a
Merge pull request #1806 from BeyondMagic/master
...
quitcd: fix old bug and feat. for modular export for nushell
2024-02-12 22:24:53 +05:30
João F. (BeyondMagic/koetemagie)
2a442ec30c
quitcd: fix bugs and feat. for modular export and selective quit
2024-02-10 18:59:26 -03: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
90
eb3888cb09
Add option to rm -rf
irrespective of trash setting
2024-02-09 23:14:56 +05:30
Arun Prakash Jana
94aeaccdbd
Fix #1765 : detect and ignore false mouse click
2024-02-09 23:14:49 +05:30
NRK
0738f39cf0
show relative line numbering when jumping
...
Co-authored-by: Darukutsu <darupeter@pm.me>
Closes: https://github.com/jarun/nnn/pull/1804
Closes: https://github.com/jarun/nnn/discussions/1708
2024-02-03 09:53:11 +00:00
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
Arun
f2a8648861
Merge pull request #1783 from 7ocb/alternative-setenv-pwd-3
...
Setting PWD: set on use case, not on browse
2023-12-15 06:07:44 +05:30
Arun
82f9e544f2
Merge pull request #1782 from BeyondMagic/master
...
fix nushell quitcd script: remove deprecated keywords
2023-12-15 06:06:09 +05:30
me
3d2caf861d
Setting PWD: set on use case, not on browse
...
This moves setting PWD environment variable closer to the places where child process (that needs PWD correctly set) is started instead of start it on browse.
2023-12-14 11:03:38 +03:00
João F. (BeyondMagic/koetemagie)
eb775914af
fix nu quitcd: remove deprecated keywords
2023-12-13 21:18:29 -03:00
Arun
5595d93d29
Merge pull request #1778 from 7ocb/set-PWD-to-current-path
...
Set PWD environment variable
2023-12-08 19:38:46 +05:30
Arun
bb650eb9dd
Merge pull request #1775 from JefeDavis/master
...
feat(preview-tui): allow image previews inside tmux on kitty terminal
2023-12-08 18:21:29 +05:30
me
ab718387c2
Set PWD environment variable
...
This is to make spawned shells and processes to see "logical" path.
2023-12-04 14:09:37 +03:00
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
f2a909dafd
Merge pull request #1770 from 7ocb/pass-path-to-abspath
...
When handling SEL_NEW pass `path` to `abspath` call
2023-11-25 18:36:52 +05:30
Arun
404eed5fc7
Merge pull request #1773 from 7ocb/handle-link-by-readlink-not-realpath-mk2
...
When handling bookmark, use readlink, not realpath
2023-11-25 18:34:01 +05:30
me
9aaf9491ad
When handling bookmark, use readlink, not realpath
...
This is to cd to path as it pointed by symlink, not to it's real path. Bookmarked directory may itself contain symlinks in path, which should be respected.
For example: if directory is physically in /mnt/storage/some and it's symlinked to ~/some and directory ~/some/dir added to bookmarks, it's expected that when following bookmark directory will be changed to ~/some/dir (as in bookmark's link) not to /mnt/storage/some/dir (as dir real path).
2023-11-22 20:41:49 +03:00
Arun
485079d3ec
Merge pull request #1769 from N-R-K/fix-helpstr
...
fix buffer overflow on certain platforms
2023-11-21 22:11:12 +05:30
me
bca441e00f
When handling SEL_NEW pass path
to abspath
call
...
If `path` is not provided to `abspath`, later will do `getcwd`, and it's result will differ from `path`. This causes problem that when creating directory inside path reached with symlink, subsequent call to get_cwd_entry does not recognize newly created path as subpath of current path, thus not selecting newly created element.
2023-11-21 19:26:20 +03:00
NRK
60eabb6170
silence ci warning
2023-11-21 20:50:45 +06:00
NRK
3665541dac
fix buffer overflow on certain platforms
...
the size of g_buf depends on PATH_MAX and NAME_MAX which on certain
platforms (such as mac) might not be big enough to decode the help
string. use an explicit buffer with proper size instead.
Closes: https://github.com/jarun/nnn/issues/1768
2023-11-21 19:32:00 +06:00
Arun
744a7554ef
Merge pull request #1762 from azuline/sortctx
...
restore sort function pointers when restoring cfg
2023-11-19 13:39:24 +05:30
blissful
c0b3cc8689
factor out a setcfg
function for setting the cfg global
2023-11-18 16:34:17 -05:00
blissful
703d349389
restore sort function pointers when restoring cfg
2023-11-17 17:45:06 -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
luukvbaal
4009e211f3
Merge pull request #1749 from abhinav3398/master
...
preview-tui: tmux sixel support for img, gif & vid preview
preview-tui: mpv kitty backend and better previewer handling
2023-11-16 15:50:08 +01:00
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
Arun
1051d7213d
Merge pull request #1747 from luukvbaal/master
...
Preview-tui avoid early exit after SIGWINCH
2023-10-18 06:53:33 +05:30
Luuk van Baal
f8f6d6a482
Preview-tui avoid early exit after SIGWINCH
2023-10-11 01:20:44 +02:00
Arun
7f63bef4d6
Merge pull request #1744 from s-hamann/fix-colemak-patch
...
Fix colemak patch
2023-10-08 17:33:02 +05:30