ath3
682e810e6e
Extended md5sum script to support multiple checksums and renamed it to checksum
6年前
ath3
c499f1cb7f
Changed bash code to sh
6年前
ath3
4757873d3a
Added md5sum plugin
6年前
Arun Prakash Jana
4679daa761
Fix #285
6年前
Arun Prakash Jana
33e8c931f1
Update to gcc 9.1
6年前
Arun Prakash Jana
9bf86899f3
Update docs
6年前
Arun Prakash Jana
794a0e2709
Move scripts to misc
6年前
Arun Prakash Jana
aa56b99326
Add widely available cmatrix as locker fallback
6年前
Arun Prakash Jana
32b3445f3b
Use case insensitive version sort to compare
6年前
Mischievous Meerkat
815155033d
Merge pull request #284 from anitagraham/docs
Add clarification for usage of moving and copying selections
6年前
Anita Graham
7554209e80
Add clarification for usage of moving and copying selections
6年前
Arun Prakash Jana
538995487b
Wait and show command output when running a command
6年前
Arun Prakash Jana
c0bd33e3f6
Update deps
6年前
Arun Prakash Jana
dba87bfdbe
Fix warning on CentOS 6 (refer to #282 )
6年前
Mischievous Meerkat
444cf4b9ab
Merge pull request #280 from sjmulder/pr/sign-compare
Fix sign conversion and comparison warnings
6年前
Mischievous Meerkat
f0b00c9fbf
Merge pull request #281 from sjmulder/pr/fwrite
Don't ignore fwrite errors
6年前
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
6年前
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) {
6年前
Arun Prakash Jana
331d2a6cc5
Update docs
6年前
Arun Prakash Jana
4e4892e861
nnn is available on CRUX
6年前
Arun Prakash Jana
23f84df1d8
Supprt exit on 'q'
6年前
Arun Prakash Jana
80c35e85bd
Support XDG_CONFIG_HOME
6年前
Arun Prakash Jana
fa4f082ac0
Move cd on quit file
The new location is ~/.config/nnn/.lastd
6年前
Arun Prakash Jana
cd458b9ab4
Remove retired config variable
6年前
Arun Prakash Jana
b0bad47a71
Update plugins
6年前
Arun Prakash Jana
a96ad1dab0
Add plugin to split or join files
6年前
Arun Prakash Jana
40afe7ca4d
Update docs
6年前
Arun Prakash Jana
dee5e5a8e9
Move clang-tidy config
6年前
Arun Prakash Jana
8d1916e25b
Update docs
6年前
Arun Prakash Jana
1dbbcac84f
Use local buffers for events
6年前
Arun Prakash Jana
7f8766247f
Use pipes.sh as fallback user lock
6年前
Arun Prakash Jana
d970a7416f
getplugs: backup earlier plugins
6年前
Arun Prakash Jana
dd42726c5b
More intuitive nmount
6年前
Arun Prakash Jana
4a98d8db50
Use pipes.sh as locker fallback
6年前
Arun Prakash Jana
c7f83dd179
Commented check
6年前
Arun Prakash Jana
fcb29fa578
Fix #276
6年前
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.
6年前
Arun Prakash Jana
aa6013378f
Make diff work with filenames with spaces
6年前
Arun Prakash Jana
edf587a48f
Add plugin to play music in MOC
6年前
Arun Prakash Jana
9711297362
Update docs
6年前
Arun Prakash Jana
35fc77027a
Fix #274
6年前
Arun Prakash Jana
650f92bf34
Add plugin to view image and browse image dir
6年前
Arun Prakash Jana
9ba3cb3e9b
Update plugins, add mutool to view PDF
6年前
Arun Prakash Jana
82e7a98705
Enable packing source
6年前
Arun Prakash Jana
75768ad29e
Use mode=0755 when creating dirs
6年前
Arun Prakash Jana
b767d3335c
Create ~/.config if missing
6年前
Arun Prakash Jana
5ea8218e4f
Prepare for release v2.5
6年前
Arun Prakash Jana
788dc80bb6
Code refactor
6年前
Arun Prakash Jana
f02e0d359f
Add OS-specific alternative notes
6年前
Arun Prakash Jana
0d05d71a0f
file: use dereference
6年前