NRK
f13b527a93
plugins/wallpaper: update description
2022-11-02 05:27:57 +06:00
NRK
83c4c880cc
plugins/wallpaper: fix indentation
2022-11-01 23:03:14 +06:00
daru
e7abf87c54
Update wallpaper
2022-11-01 17:05:57 +01:00
Darukutsu
e80ba2e44a
fix plugins/wallpaper support for wayland
2022-11-01 16:40:25 +01:00
Arun
2a4231ea89
Merge pull request #1511 from N-R-K/icons_clarify
...
Misc icon changes
2022-10-26 17:26:32 +05:30
NRK
985f6537ce
add ksh, ttf and otf icons
...
Co-authored-by: Tanner Babcock <babkock@protonmail.com>
2022-10-26 15:08:27 +06:00
NRK
080a061969
icons.h: fix alignment
2022-10-26 14:55:20 +06:00
NRK
ff27d9ee14
clarify the goal of the default icon set
2022-10-26 14:54:07 +06:00
nblock
b511506fa3
imgview: handle arguments as strings ( #1509 )
...
* imgview: handle arguments as strings
Avoids the following synax errors:
line 34: [: : integer expression expected
line 49: [: : integer expression expected
* imgview: use meaningful strings as arguments
Co-authored-by: Florian Preinstorfer <florian@nblock.org>
Co-authored-by: Luuk van Baal <luukvbaal@gmail.com>
2022-10-21 14:16:06 +02:00
Arun
f89ba77516
Merge pull request #1506 from N-R-K/nsxiv_link
...
update nsxiv upstream link
2022-10-12 20:23:21 +05:30
Arun
0c4180f2d8
Merge pull request #1507 from N-R-K/prompt_prefill
...
prefill the prompt when there's a single target
2022-10-12 06:04:20 +05:30
NRK
e5074ebc83
prefill the prompt when there's a single target
...
Fixes : #1505 #1282 #1345
2022-10-12 00:48:33 +06:00
NRK
b00700ce4d
fix nsxiv upstream link
...
main repo is hosted on codeberg, github is only a mirror.
2022-10-11 22:00:42 +06:00
Dean G
38b7282050
Add Rust icons ( #1502 )
2022-10-05 11:38:48 +00:00
Arun
31b83ef1f0
Merge pull request #1501 from luukvbaal/patches
...
Fix gitstatus patch git command
2022-10-01 21:15:48 +05:30
Luuk van Baal
bc4233767a
Fix git pathspec for gitstatus patch
2022-10-01 17:06:30 +02:00
Arun Prakash Jana
59eed597c2
Fix #1498 : count broken when selection is updated outside nnn
2022-09-28 00:30:26 +05:30
Arun Prakash Jana
de3ad1b146
Fix build break
2022-09-19 21:36:04 +05:30
Christian Rackerseder
c24ede2d4a
Fix #1486 : update macOS instructions for chksum plugin
2022-09-19 20:10:51 +05:30
Arun Prakash Jana
0907895865
Add macOS instruction
2022-09-17 21:43:46 +05:30
Arun
1cefc326e3
Merge pull request #1491 from PatrickF1/patch-1
...
slightly improve n.fish
2022-09-16 23:28:59 +05:30
Patrick
a7ce7bb36c
wrap in quotes just in case
2022-09-15 19:57:25 -07:00
Patrick
c9c74dd753
make one single invocation to test
2022-09-15 18:24:04 -07:00
Patrick
3dac035819
slightly improve and optimize n.fish
...
The expr is redundant because `test -ge` treats strings as numbers already.
2022-09-15 17:11:34 -07:00
Arun
f6edcc41b9
Merge pull request #1485 from pataquets/detect-key-collision-text
...
Detect key collisions: make clear everywhere that it exits afterwards.
2022-09-13 06:32:39 +05:30
pataquets
78019a758e
Detect key collisions: make clear everywhere that it exits afterwards.
2022-09-12 23:04:54 +02:00
Arun
23f8c37094
Merge pull request #1480 from luukvbaal/master
...
Show selected items in rm msg
2022-09-09 00:40:35 +05:30
Luuk van Baal
4f57e0df37
Show selected items in rm msg
...
Close https://github.com/jarun/nnn/issues/1479
2022-09-08 20:07:34 +02:00
Arun Prakash Jana
f56a8caf65
Use correct data type for key collision detection
2022-08-23 19:00:45 +05:30
Arun
340ba19098
Merge pull request #1461 from N-R-K/xstrdup_memcpy
...
xstrdup: use memcpy
2022-08-16 19:07:21 +05:30
NRK
f8ee991254
xstrdup: use memcpy
...
the length is already known, so memcpy should be faster than xstrsncpy.
2022-08-16 19:31:18 +06:00
Arun
d49ddd1331
Merge pull request #1457 from N-R-K/alignas
...
use standard C11 alignas
2022-08-11 16:16:31 +05:30
NRK
29a5992dee
use standard C11 alignas
...
nnn source code already uses C11, which introduced `_Alignas` [^0] as a
standardized alternative to __attribute__((aligned)).
there are no other usage of `__attribute__` in the nnn source code, so
in theory this should make things more portable across compilers.
also removes an unnecessary usage of `alloca()` with an aligned constant
sized buffer instead.
[^0]: https://en.cppreference.com/w/c/language/_Alignas
2022-08-11 11:31:35 +06:00
Arun
ad62463b48
Merge pull request #1456 from luukvbaal/preview-tui
...
Preview-tui fix image_preview stdout
2022-08-07 21:30:23 +05:30
Luuk van Baal
95e1d56ee4
Preview-tui fix image_preview stdout
2022-08-07 16:40:12 +02:00
Arun Prakash Jana
a335f94d05
Update docs
2022-08-06 11:23:10 +05:30
Arun Prakash Jana
a937bc0a4c
Update ToDo list link
2022-08-05 05:46:25 +05:30
Arun
92873352e0
Merge pull request #1453 from N-R-K/fix_manpage
...
fix outdated manpage
2022-08-04 21:45:20 +05:30
NRK
e57bb26295
fix outdated manpage
...
Closes: https://github.com/jarun/nnn/issues/1452
2022-08-04 21:38:38 +06:00
Arun
7086d030f0
Merge pull request #1451 from KlzXS/list_mode_read
...
Improved chunk allocation logic
2022-08-03 21:27:47 +05:30
KlzXS
65dec55e23
Improved chunk allocation logic
...
Found memory deallocation edge case
Update and move chunk limit check
Generalize maximum size of input
Remove hard-coded values
Remove superfluous check before free
Let the kernel deal with extra data
Handle signals while reading
Conform to the manpage
Make CI happy
use `size_t` instead of `ssize_t`
`ssize_t` was used just so `--i` when `i` was zero would become -1
instead of SIZE_MAX. for looping through something in reverse order, the
"goes-to" operator (`-->`) can be used instead which doesn't require `i`
to be signed anymore.
remove useless blank line
use a normal loop
don't see any reason why freeing in reverse order would've been needed.
Co-authored-by: N-R-K <nrk@disroot.org>
2022-08-03 17:38:19 +02:00
Arun Prakash Jana
ab9d8bee89
Fix #1449 : ^N not working
2022-08-01 23:41:04 +05:30
Arun Prakash Jana
926c4014b3
Update colemak patch
2022-07-31 19:40:50 +05:30
Arun Prakash Jana
a7ebc7858a
Key 'J' to jump to entry number or relative offset
2022-07-31 18:54:47 +05:30
Arun Prakash Jana
e8acae3274
Continue listing when max files/size is exceeded
2022-07-31 12:49:42 +05:30
Arun Prakash Jana
21eebbb003
File list mode changes
...
- support listing maximum 16K files
- check if target directory exists before directory tree creation
in most of the cases many files will be under the same directory
- make frequently used function 'inline'
2022-07-31 11:11:32 +05:30
Arun Prakash Jana
f530b2ca18
Let ffmpegthumbnailer use embedded image metadata
2022-07-30 21:44:00 +05:30
Arun Prakash Jana
e298f7eeaf
Update patches
2022-07-30 10:32:32 +05:30
Arun Prakash Jana
e73b57c78a
Option -B to use bsdtar as archive tool
2022-07-29 22:35:43 +05:30
Arun Prakash Jana
49a0d9d02c
Fix typo
2022-07-29 22:18:34 +05:30