rtfm-filemanager 1.5.5 → 1.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/rtfm +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1f0131adea235fd4c83591da8e250a7eeca1cc35b0941e23c5372fd35a33caa8
|
4
|
+
data.tar.gz: 52b1b04410ec57b95517e26d50c03cec83ca22c9aa21c87cb496a7b26ac689a3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 813931572663d1e25ab22fd1ddcc6d4de1db96fe3167f53d5fbdc199d2f2668efbc71cc54a26ce0c1592947fab7f0f76ef673748ce2b14ff3c0a2e4f8d598db8
|
7
|
+
data.tar.gz: 0f04762f7209ed0dd90e4aae3820915312e924a043ab12b14496d4c2b78136795ec05d0b98a4b74276b6a8ac4bfc82be0b04af051215f2ce98275a461194f09e
|
data/bin/rtfm
CHANGED
@@ -627,6 +627,7 @@ def main_getkey # GET KEY FROM USER
|
|
627
627
|
@index = 0 unless m == []
|
628
628
|
i = m.find { |n| n > @index }
|
629
629
|
@index = i if i > @index unless i == nil
|
630
|
+
@index = 0 if @searched == ""
|
630
631
|
@w_r.update = true
|
631
632
|
when 'n'
|
632
633
|
l = `ls #{@lsbase} #{@lsall} #{@lsorder} #{@lsinvert} #{@lsuser}`.split
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rtfm-filemanager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.5.
|
4
|
+
version: 1.5.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geir Isene
|
@@ -35,8 +35,8 @@ description: 'A full featured terminal browser with syntax highlighted files, im
|
|
35
35
|
easily, delete, rename, copy, symlink and move files. RTFM has a a wide range of
|
36
36
|
other features. New in 1.5.0: Expanded ''/'' to jump to the first match and ''n''
|
37
37
|
to jump to the next matched item (''j'' and ''J'' are now gone). New in 1.5.4: Fixed
|
38
|
-
command output error - now shown in right pane. New in 1.5.5: Fixed minor jump
|
39
|
-
when searching via ''/'''
|
38
|
+
command output error - now shown in right pane. New in 1.5.5/6: Fixed minor jump
|
39
|
+
issue when searching via ''/'''
|
40
40
|
email: g@isene.com
|
41
41
|
executables:
|
42
42
|
- rtfm
|