Arun Prakash Jana
bf28a096ba
Use macros for return codes
5年前
Mischievous Meerkat
169b29029e
Merge pull request #299 from ath3/ringtone-fixes
Small ringtone plugin fixes
5年前
ath3
e5cda54604
Small ringtone plugin fixes
5年前
Mischievous Meerkat
1e68309577
Merge pull request #298 from ath3/checksum-cleanup
Remove unneeded check from checksum plugin
5年前
Mischievous Meerkat
3cc0cf5f0a
Merge pull request #297 from ath3/mocplay-shuffle
Add shuffle to mocplay
5年前
Mischievous Meerkat
b459879e2a
Merge pull request #296 from tanyaionova/duplicate-patch
Remove duplicate code (#295 )
5年前
ath3
c2fbdfdeb3
Remove unneeded check from checksum plugin
5年前
ath3
4d7dade94c
Add shuffle to mocplay
5年前
tanyaionova
3ad5f7f6cb
Remove duplicate code ( #295 )
These three lines are exact copy of 4555-4557.
As opener is not changed in between, we can delete these
5年前
Mischievous Meerkat
900ffbebc7
Merge pull request #294 from tanyaionova/makefile-patch
Set CP in Makefile
5年前
tanyaionova
e93abcf709
Set CP in Makefile
$(CP) is not set by GNU Make
Seems like [1] is a full list of what GNU Make defines implicitly
[1] https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
5年前
Arun Prakash Jana
a3019418b1
Update docs
5年前
Arun Prakash Jana
0fd6b5c9be
What's in the name?
5年前
Arun Prakash Jana
b151e13548
Use generic msg
5年前
Arun Prakash Jana
80bdeb8d72
Fix order of options in man
5年前
Arun Prakash Jana
277f156c37
Fix #291
5年前
Arun Prakash Jana
2934db3482
Pretty table
5年前
Arun Prakash Jana
619ac17004
Add text2speech plugin
5年前
Arun Prakash Jana
4d6f304204
Fix #290 : terminate g_buf correctly
5年前
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年前