ath3
e5cda54604
Small ringtone plugin fixes
2019-06-27 03:38:02 +02:00
Mischievous Meerkat
1e68309577
Merge pull request #298 from ath3/checksum-cleanup
...
Remove unneeded check from checksum plugin
2019-06-27 06:42:27 +05:30
Mischievous Meerkat
3cc0cf5f0a
Merge pull request #297 from ath3/mocplay-shuffle
...
Add shuffle to mocplay
2019-06-27 06:40:31 +05:30
Mischievous Meerkat
b459879e2a
Merge pull request #296 from tanyaionova/duplicate-patch
...
Remove duplicate code (#295 )
2019-06-27 06:36:40 +05:30
ath3
c2fbdfdeb3
Remove unneeded check from checksum plugin
2019-06-27 02:48:04 +02:00
ath3
4d7dade94c
Add shuffle to mocplay
2019-06-27 02:19:55 +02:00
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
2019-06-27 01:01:42 +03:00
Mischievous Meerkat
900ffbebc7
Merge pull request #294 from tanyaionova/makefile-patch
...
Set CP in Makefile
2019-06-26 18:24:13 +05:30
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
2019-06-26 15:25:31 +03:00
Arun Prakash Jana
a3019418b1
Update docs
2019-06-26 14:39:47 +05:30
Arun Prakash Jana
0fd6b5c9be
What's in the name?
2019-06-26 06:36:03 +05:30
Arun Prakash Jana
b151e13548
Use generic msg
2019-06-25 01:08:32 +05:30
Arun Prakash Jana
80bdeb8d72
Fix order of options in man
2019-06-24 21:50:01 +05:30
Arun Prakash Jana
277f156c37
Fix #291
2019-06-24 21:45:02 +05:30
Arun Prakash Jana
2934db3482
Pretty table
2019-06-23 09:18:35 +05:30
Arun Prakash Jana
619ac17004
Add text2speech plugin
2019-06-23 01:43:52 +05:30
Arun Prakash Jana
4d6f304204
Fix #290 : terminate g_buf correctly
2019-06-22 19:17:06 +05:30
Arun Prakash Jana
a9392463b0
Fix #290 : wchar_t may vary in size
2019-06-22 07:19:00 +05:30
Arun Prakash Jana
42a5479fa8
Add an mp3 ringtone generator
2019-06-21 22:36:34 +05:30
Arun Prakash Jana
de2773c677
Update docs
2019-06-21 07:36:50 +05:30
Arun Prakash Jana
c07288e585
The table is sorted
2019-06-20 20:57:19 +05:30
Arun Prakash Jana
2d1d176160
Fix #288
2019-06-20 19:17:00 +05:30
Arun Prakash Jana
98a8eb1805
Add note on vim warning
2019-06-20 18:38:45 +05:30
Mischievous Meerkat
bccc2a0921
Merge pull request #286 from ath3/plugin-md5sum
...
Added md5sum plugin
2019-06-20 18:36:07 +05:30
ath3
2dc3da62a2
Refactored splitjoin and ndiff plugins, made them POSIX compliant
2019-06-20 10:45:24 +02:00
ath3
682e810e6e
Extended md5sum script to support multiple checksums and renamed it to checksum
2019-06-20 03:39:23 +02:00
Arun Prakash Jana
a4c38d8547
Fix #287
2019-06-20 02:13:59 +05:30
Arun Prakash Jana
25413dfe23
Update manual installation command
2019-06-19 22:03:08 +05:30
ath3
c499f1cb7f
Changed bash code to sh
2019-06-19 13:40:31 +02:00
ath3
4757873d3a
Added md5sum plugin
2019-06-19 04:06:19 +02:00
Arun Prakash Jana
4679daa761
Fix #285
2019-06-17 19:48:45 +05:30
Arun Prakash Jana
33e8c931f1
Update to gcc 9.1
2019-06-17 08:54:10 +05:30
Arun Prakash Jana
9bf86899f3
Update docs
2019-06-17 08:34:05 +05:30
Arun Prakash Jana
794a0e2709
Move scripts to misc
2019-06-17 07:04:42 +05:30
Arun Prakash Jana
aa56b99326
Add widely available cmatrix as locker fallback
2019-06-17 07:04:42 +05:30
Arun Prakash Jana
32b3445f3b
Use case insensitive version sort to compare
2019-06-17 07:04:25 +05:30
Mischievous Meerkat
815155033d
Merge pull request #284 from anitagraham/docs
...
Add clarification for usage of moving and copying selections
2019-06-16 09:23:34 +05:30
Anita Graham
7554209e80
Add clarification for usage of moving and copying selections
2019-06-16 11:38:39 +08:00
Arun Prakash Jana
538995487b
Wait and show command output when running a command
2019-06-15 21:47:37 +05:30
Arun Prakash Jana
c0bd33e3f6
Update deps
2019-06-14 09:19:41 +05:30
Arun Prakash Jana
dba87bfdbe
Fix warning on CentOS 6 (refer to #282 )
2019-06-13 06:21:10 +05:30
Mischievous Meerkat
444cf4b9ab
Merge pull request #280 from sjmulder/pr/sign-compare
...
Fix sign conversion and comparison warnings
2019-06-13 05:22:31 +05:30
Mischievous Meerkat
f0b00c9fbf
Merge pull request #281 from sjmulder/pr/fwrite
...
Don't ignore fwrite errors
2019-06-13 05:20:54 +05:30
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
2019-06-13 01:07:03 +02:00
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) {
2019-06-13 00:51:19 +02:00
Arun Prakash Jana
331d2a6cc5
Update docs
2019-06-12 08:52:46 +05:30
Arun Prakash Jana
4e4892e861
nnn is available on CRUX
2019-06-12 06:59:28 +05:30
Arun Prakash Jana
23f84df1d8
Supprt exit on 'q'
2019-06-10 19:47:00 +05:30
Arun Prakash Jana
80c35e85bd
Support XDG_CONFIG_HOME
2019-06-09 10:36:35 +05:30
Arun Prakash Jana
fa4f082ac0
Move cd on quit file
...
The new location is ~/.config/nnn/.lastd
2019-06-07 21:58:45 +05:30