rtfm-filemanager 1.5.4 → 1.5.5
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 -1
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2a28a340b9bef89f913d1133a7e9f3ba301e1b3f1662f5bd4f2ff07bb3a61c53
|
|
4
|
+
data.tar.gz: 36b80a48dcd9ffc61941809bd71fcc2b6202bdb9c25fbdac015f471b95c36fbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a8d6bf8e99726cc2926bdc921094744c409f2adc790f0d346f8fba0c6cf3148461ec7a5a6d47f775369290f90a9bb9a5ff6cce1088bb6bc0cd6d0ffca412963f
|
|
7
|
+
data.tar.gz: febf4da32dabc8542ae0c48b2e61f28c79edd0e26e133dfa90a1f157761dd2656f0f71063c1cdaae1cd36b5f0efec2e7eb6781c3fa72c943bf7155b3adec49d2
|
data/bin/rtfm
CHANGED
|
@@ -624,9 +624,9 @@ def main_getkey # GET KEY FROM USER
|
|
|
624
624
|
@searched = w_b_getstr("/ ", "")
|
|
625
625
|
l = `ls #{@lsbase} #{@lsall} #{@lsorder} #{@lsinvert} #{@lsuser}`.split
|
|
626
626
|
m = l.each_index.select{|n| l[n] =~ /#{@searched}/}
|
|
627
|
+
@index = 0 unless m == []
|
|
627
628
|
i = m.find { |n| n > @index }
|
|
628
629
|
@index = i if i > @index unless i == nil
|
|
629
|
-
@index = 0 if @searched == ""
|
|
630
630
|
@w_r.update = true
|
|
631
631
|
when 'n'
|
|
632
632
|
l = `ls #{@lsbase} #{@lsall} #{@lsorder} #{@lsinvert} #{@lsuser}`.split
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: curses
|
|
@@ -35,7 +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
|
|
38
|
+
command output error - now shown in right pane. New in 1.5.5: Fixed minor jump issue
|
|
39
|
+
when searching via ''/'''
|
|
39
40
|
email: g@isene.com
|
|
40
41
|
executables:
|
|
41
42
|
- rtfm
|