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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rtfm +1 -0
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a28a340b9bef89f913d1133a7e9f3ba301e1b3f1662f5bd4f2ff07bb3a61c53
4
- data.tar.gz: 36b80a48dcd9ffc61941809bd71fcc2b6202bdb9c25fbdac015f471b95c36fbf
3
+ metadata.gz: 1f0131adea235fd4c83591da8e250a7eeca1cc35b0941e23c5372fd35a33caa8
4
+ data.tar.gz: 52b1b04410ec57b95517e26d50c03cec83ca22c9aa21c87cb496a7b26ac689a3
5
5
  SHA512:
6
- metadata.gz: a8d6bf8e99726cc2926bdc921094744c409f2adc790f0d346f8fba0c6cf3148461ec7a5a6d47f775369290f90a9bb9a5ff6cce1088bb6bc0cd6d0ffca412963f
7
- data.tar.gz: febf4da32dabc8542ae0c48b2e61f28c79edd0e26e133dfa90a1f157761dd2656f0f71063c1cdaae1cd36b5f0efec2e7eb6781c3fa72c943bf7155b3adec49d2
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.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 issue
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