Arun
5ace352d2c
Merge pull request #1409 from luukvbaal/preview-tui
...
Scale up kitty previews
2022-06-28 16:55:22 +05:30
Luuk van Baal
3e84c275ba
Scale up kitty previews
2022-06-28 12:43:35 +02:00
Arun Prakash Jana
89bd541562
Add new emoji for C files
2022-06-25 20:07:43 +05:30
Arun Prakash Jana
02d48a9144
New icons for audio and video
2022-06-25 19:59:13 +05:30
Arun
c69067b502
Merge pull request #1406 from N-R-K/realpath
...
account for realpath failure and update link
2022-06-20 21:48:20 +05:30
NRK
af5cdca043
README: update my name and link
2022-06-20 22:06:23 +06:00
NRK
eb66cb5d11
account for realpath failure
...
realpath may fail, in which case fallback to mkpath.
2022-06-20 21:49:41 +06:00
Arun Prakash Jana
6c197f5f02
Update plugin doc
2022-06-16 23:40:05 +05:30
Arun Prakash Jana
2130e1b33a
Use the term auto-advance instead of auto-jump
...
There's no jump.
2022-06-15 20:04:56 +05:30
Arun Prakash Jana
0c626d49a6
Revert "Add bookmarknav patch"
...
This reverts commit fbd6f69f25
.
2022-06-14 17:43:50 +05:30
Arun Prakash Jana
d898d174f5
Fix docs, allow /
to enable filter inside bookmarks
2022-06-14 17:36:17 +05:30
Arun Prakash Jana
581e629c20
Enable automatic dir entry on unique filer match
2022-06-14 13:49:41 +05:30
Arun Prakash Jana
56f96c3d0a
Enable filtering in plugins/bookmarks dirs
...
Enable auto-dir entry on filter mode
2022-06-14 13:10:54 +05:30
Arun Prakash Jana
51f2fde0e6
Revert #1398 : Go to prev dir on bookmark key repeat
...
Reasons:
1. `b` is not a special key and will be interpreted as a filter
2. with this change pressing the standard `-` inside a symlinked
bookmark takes back to the bookmarks directory. This deviates
from the regular bookmarks behaviour.
2022-06-14 12:51:42 +05:30
Arun
40f75e9c38
Merge pull request #1402 from luukvbaal/selbm
...
Fix false positive selbm
2022-06-13 17:21:02 +05:30
Luuk van Baal
5b5a62bb0d
Fix false positive selbm
2022-06-13 04:07:40 +02:00
Arun Prakash Jana
1b31f5cf9b
Fix patch doc
2022-06-12 07:56:21 +05:30
Arun Prakash Jana
783ea754f7
Use a more visible color
2022-06-12 07:55:23 +05:30
Arun
c02605a907
Merge pull request #1401 from luukvbaal/master
...
Add bookmarknav patch
2022-06-12 07:31:06 +05:30
Luuk van Baal
fbd6f69f25
Add bookmarknav patch
2022-06-11 19:44:44 +02:00
Arun Prakash Jana
19b2ea324a
Skip redundant getutil() call
2022-06-11 21:32:16 +05:30
Arun Prakash Jana
03fc3b99c5
Add informative comment
2022-06-11 21:25:03 +05:30
Arun Prakash Jana
e104b749be
Patch #1386 : make bsdtar the default archive handler
2022-06-11 15:09:40 +05:30
Arun Prakash Jana
8fb7feb61c
Add new icon colors for mp4 and flac formats
2022-06-11 07:34:59 +05:30
Arun Prakash Jana
49f21ae013
Fix segfault when last dir is not set
2022-06-11 06:05:57 +05:30
Göran Gustafsson
4baee859f8
Go to last dir on bookmark key repeat
2022-06-10 21:18:02 +05:30
Arun Prakash Jana
de004d944e
Fix #1385 : document internal files in 'plugins' dir
2022-06-10 21:00:06 +05:30
Arun
4784587024
Merge pull request #1394 from luukvbaal/explorer
...
Disable e on explorer mode
2022-06-09 02:26:27 +05:30
Luuk van Baal
6fc8f63c0d
Disable e on explorer mode
2022-06-08 21:01:03 +02:00
Arun
88306e2d9c
Merge pull request #1391 from ggustafsson/feat/usage-stdout-fix
...
Print usage info to stdout instead of stderr
2022-06-08 02:54:27 +05:30
Arun
4c6c06b743
Merge pull request #1389 from ggustafsson/feat/bsd-stat-x-fix
...
Use -x flag with BSD stat
2022-06-08 01:38:53 +05:30
Göran Gustafsson
5023abe2df
Print usage info to stdout instead of stderr
2022-06-07 20:33:05 +02:00
Göran Gustafsson
93db9bb2be
Use -x flag with BSD stat
2022-06-05 22:13:23 +02:00
Arun
46a5092eee
Merge pull request #1384 from N-R-K/fix_sizeof
...
fix incorrect usage of sizeof
2022-06-02 21:44:52 +05:30
NRK
5ae3891ee5
fix incorrect usage of sizeof
...
`sizeof(cmd)` here would give the sizeof a char pointer, not the sizeof
the cp/mv array.
2022-06-02 15:44:31 +06:00
Arun
01ab453cff
Merge pull request #1380 from luukvbaal/master
...
Update patch conflict instructions/workflow
2022-05-31 16:36:23 +05:30
Luuk van Baal
3072aa7891
Update patch conflict instructions/workflow
2022-05-31 11:07:31 +02:00
Arun
0499998e2a
Merge pull request #1379 from luukvbaal/master
...
Move patch ci to ubuntu
2022-05-30 23:29:46 +05:30
Luuk van Baal
bb604bdf1d
Move patch ci to ubuntu
2022-05-30 19:45:28 +02:00
Arun Prakash Jana
a70ad9c480
Update doc
2022-05-30 22:31:24 +05:30
Arun Prakash Jana
10e2d37d0f
Revert "Enter type-to-nav for bookmarks dir"
...
This reverts commit 8cdeddeb4a
.
2022-05-30 22:20:45 +05:30
Arun Prakash Jana
85be28c019
Revert "Fix reverting filtermode on empty directory"
...
This reverts commit 4337214f50
.
2022-05-30 22:19:41 +05:30
Arun
d859e81444
Merge pull request #1377 from luukvbaal/patches
...
Add patch conflict instructions
2022-05-30 22:12:30 +05:30
Arun
33ec6dece4
Merge pull request #1376 from N-R-K/patches_ci
...
Improve patches ci
2022-05-30 22:11:43 +05:30
Luuk van Baal
4c974f286c
Add patch conflict instructions
2022-05-30 14:43:59 +02:00
N-R-K
1e98e2e126
improve patch conflict ci script
...
goes through all different combinations automatically and makes adding
another patch easier by simply putting the name into the patches array.
2022-05-30 17:43:41 +06:00
Arun
f8b8e77be9
Merge pull request #1375 from luukvbaal/master
...
Add patch conflict workflow
2022-05-30 06:22:23 +05:30
Luuk van Baal
0095948d8d
Add patch conflict workflow
2022-05-30 01:01:46 +02:00
Arun Prakash Jana
d618922177
Get rid of rundir
2022-05-29 22:32:54 +05:30
Arun Prakash Jana
4337214f50
Fix reverting filtermode on empty directory
2022-05-29 20:17:55 +05:30