Arun Prakash Jana
a9392463b0
Fix #290 : wchar_t may vary in size
5年前
Arun Prakash Jana
42a5479fa8
Add an mp3 ringtone generator
5年前
Arun Prakash Jana
de2773c677
Update docs
5年前
Arun Prakash Jana
c07288e585
The table is sorted
5年前
Arun Prakash Jana
2d1d176160
Fix #288
5年前
Arun Prakash Jana
98a8eb1805
Add note on vim warning
5年前
Mischievous Meerkat
bccc2a0921
Merge pull request #286 from ath3/plugin-md5sum
Added md5sum plugin
5年前
ath3
2dc3da62a2
Refactored splitjoin and ndiff plugins, made them POSIX compliant
5年前
ath3
682e810e6e
Extended md5sum script to support multiple checksums and renamed it to checksum
5年前
Arun Prakash Jana
a4c38d8547
Fix #287
5年前
Arun Prakash Jana
25413dfe23
Update manual installation command
5年前
ath3
c499f1cb7f
Changed bash code to sh
5年前
ath3
4757873d3a
Added md5sum plugin
5年前
Arun Prakash Jana
4679daa761
Fix #285
5年前
Arun Prakash Jana
33e8c931f1
Update to gcc 9.1
5年前
Arun Prakash Jana
9bf86899f3
Update docs
5年前
Arun Prakash Jana
794a0e2709
Move scripts to misc
5年前
Arun Prakash Jana
aa56b99326
Add widely available cmatrix as locker fallback
5年前
Arun Prakash Jana
32b3445f3b
Use case insensitive version sort to compare
5年前
Mischievous Meerkat
815155033d
Merge pull request #284 from anitagraham/docs
Add clarification for usage of moving and copying selections
5年前
Anita Graham
7554209e80
Add clarification for usage of moving and copying selections
5年前
Arun Prakash Jana
538995487b
Wait and show command output when running a command
5年前
Arun Prakash Jana
c0bd33e3f6
Update deps
5年前
Arun Prakash Jana
dba87bfdbe
Fix warning on CentOS 6 (refer to #282 )
5年前
Mischievous Meerkat
444cf4b9ab
Merge pull request #280 from sjmulder/pr/sign-compare
Fix sign conversion and comparison warnings
5年前
Mischievous Meerkat
f0b00c9fbf
Merge pull request #281 from sjmulder/pr/fwrite
Don't ignore fwrite errors
5年前
Sijmen J. Mulder
da60f55559
Don't ignore fwrite errors
Fixes warning on CentOS 6:
src/nnn.c:754: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result
5年前
Sijmen J. Mulder
121bbe566b
Fix sign conversion and comparison warnings
Building on i386 (NetBSD or Debian):
src/nnn.c: In function 'selectiontofd':
src/nnn.c:783:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (pos <= lastpos) {
^
src/nnn.c:791:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (pos <= lastpos) {
^
src/nnn.c: In function 'showcplist':
src/nnn.c:823:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (pos && pos == copybufpos)
^
src/nnn.c: In function 'xlink':
src/nnn.c:1955:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (pos < copybufpos) {
5年前
Arun Prakash Jana
331d2a6cc5
Update docs
5年前
Arun Prakash Jana
4e4892e861
nnn is available on CRUX
5年前
Arun Prakash Jana
23f84df1d8
Supprt exit on 'q'
5年前
Arun Prakash Jana
80c35e85bd
Support XDG_CONFIG_HOME
5年前
Arun Prakash Jana
fa4f082ac0
Move cd on quit file
The new location is ~/.config/nnn/.lastd
5年前
Arun Prakash Jana
cd458b9ab4
Remove retired config variable
5年前
Arun Prakash Jana
b0bad47a71
Update plugins
5年前
Arun Prakash Jana
a96ad1dab0
Add plugin to split or join files
5年前
Arun Prakash Jana
40afe7ca4d
Update docs
5年前
Arun Prakash Jana
dee5e5a8e9
Move clang-tidy config
5年前
Arun Prakash Jana
8d1916e25b
Update docs
5年前
Arun Prakash Jana
1dbbcac84f
Use local buffers for events
5年前
Arun Prakash Jana
7f8766247f
Use pipes.sh as fallback user lock
5年前
Arun Prakash Jana
d970a7416f
getplugs: backup earlier plugins
5年前
Arun Prakash Jana
dd42726c5b
More intuitive nmount
5年前
Arun Prakash Jana
4a98d8db50
Use pipes.sh as locker fallback
5年前
Arun Prakash Jana
c7f83dd179
Commented check
5年前
Arun Prakash Jana
fcb29fa578
Fix #276
5年前
Arun Prakash Jana
f269be5802
Restrict opening 0B files.
See #187 . The behaviour has always remained so confusing. In my case a 0B file
opens in the GUI editor though I have NNN_USE_EDITOR set. We have a sensible
message in place to help users with what to do next.
5年前
Arun Prakash Jana
aa6013378f
Make diff work with filenames with spaces
5年前
Arun Prakash Jana
edf587a48f
Add plugin to play music in MOC
5年前
Arun Prakash Jana
9711297362
Update docs
5年前