Anita Graham
7554209e80
Add clarification for usage of moving and copying selections
5 years ago
Arun Prakash Jana
538995487b
Wait and show command output when running a command
5 years ago
Arun Prakash Jana
c0bd33e3f6
Update deps
5 years ago
Arun Prakash Jana
dba87bfdbe
Fix warning on CentOS 6 (refer to #282 )
5 years ago
Mischievous Meerkat
444cf4b9ab
Merge pull request #280 from sjmulder/pr/sign-compare
Fix sign conversion and comparison warnings
5 years ago
Mischievous Meerkat
f0b00c9fbf
Merge pull request #281 from sjmulder/pr/fwrite
Don't ignore fwrite errors
5 years ago
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 years ago
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 years ago
Arun Prakash Jana
331d2a6cc5
Update docs
5 years ago
Arun Prakash Jana
4e4892e861
nnn is available on CRUX
5 years ago
Arun Prakash Jana
23f84df1d8
Supprt exit on 'q'
5 years ago
Arun Prakash Jana
80c35e85bd
Support XDG_CONFIG_HOME
5 years ago
Arun Prakash Jana
fa4f082ac0
Move cd on quit file
The new location is ~/.config/nnn/.lastd
5 years ago
Arun Prakash Jana
cd458b9ab4
Remove retired config variable
5 years ago
Arun Prakash Jana
b0bad47a71
Update plugins
5 years ago
Arun Prakash Jana
a96ad1dab0
Add plugin to split or join files
5 years ago
Arun Prakash Jana
40afe7ca4d
Update docs
5 years ago
Arun Prakash Jana
dee5e5a8e9
Move clang-tidy config
5 years ago
Arun Prakash Jana
8d1916e25b
Update docs
5 years ago
Arun Prakash Jana
1dbbcac84f
Use local buffers for events
5 years ago
Arun Prakash Jana
7f8766247f
Use pipes.sh as fallback user lock
5 years ago
Arun Prakash Jana
d970a7416f
getplugs: backup earlier plugins
5 years ago
Arun Prakash Jana
dd42726c5b
More intuitive nmount
5 years ago
Arun Prakash Jana
4a98d8db50
Use pipes.sh as locker fallback
5 years ago
Arun Prakash Jana
c7f83dd179
Commented check
5 years ago
Arun Prakash Jana
fcb29fa578
Fix #276
5 years ago
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 years ago
Arun Prakash Jana
aa6013378f
Make diff work with filenames with spaces
5 years ago
Arun Prakash Jana
edf587a48f
Add plugin to play music in MOC
5 years ago
Arun Prakash Jana
9711297362
Update docs
5 years ago
Arun Prakash Jana
35fc77027a
Fix #274
5 years ago
Arun Prakash Jana
650f92bf34
Add plugin to view image and browse image dir
5 years ago
Arun Prakash Jana
9ba3cb3e9b
Update plugins, add mutool to view PDF
5 years ago
Arun Prakash Jana
82e7a98705
Enable packing source
5 years ago
Arun Prakash Jana
75768ad29e
Use mode=0755 when creating dirs
5 years ago
Arun Prakash Jana
b767d3335c
Create ~/.config if missing
5 years ago
Arun Prakash Jana
5ea8218e4f
Prepare for release v2.5
5 years ago
Arun Prakash Jana
788dc80bb6
Code refactor
5 years ago
Arun Prakash Jana
f02e0d359f
Add OS-specific alternative notes
5 years ago
Arun Prakash Jana
0d05d71a0f
file: use dereference
5 years ago
Arun Prakash Jana
22d8b4dba3
Update docs
5 years ago
Arun Prakash Jana
d6fbe87768
Support directory diff
5 years ago
Arun Prakash Jana
7bf671c954
Show usage warning
5 years ago
Arun Prakash Jana
658099bee0
ipinfo shows external IP address
5 years ago
Arun Prakash Jana
aa14a98ff9
Update docs
5 years ago
Arun Prakash Jana
6ce511cddb
Simplify batch rename
5 years ago
Arun Prakash Jana
93a2d174f0
PR #265 : Replace dependency on vidir
Author: @bruce-hill
5 years ago
Arun Prakash Jana
2c2d497809
Update patool wrapper
5 years ago
Arun Prakash Jana
5f6ceb2f43
Support bsdtar
5 years ago
Bruce Hill
a752235892
Alternate scrolling rules.
5 years ago