rtfm-filemanager 3.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rtfm +4 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a7cea9d99cea882fb8663b99cdb2689a95a2376308c39c6d62c005b6a6240e52
4
- data.tar.gz: 8570c3db9008c37525e859f62e98a272b406888dd5293a69b4458176ea6630a0
3
+ metadata.gz: a3c73523541e14a20a1fbbb8077fecbc0fdcc2bdfb6e8085aa706dcac26c3bf0
4
+ data.tar.gz: c89d725dcaa8ee7bca932d2e1103d8a6eb122b1b696516572087a655e168f284
5
5
  SHA512:
6
- metadata.gz: 4dd36ec43b4cdca08be792f1d21b0993dea346cba4b3b75517fd42841babc3df45365a55daadf09056711da959c032d83b143c3c307f0cc6bce99e09b931c6f1
7
- data.tar.gz: 88d4ed18d8cb7e55ad69e63017c15c594721db2fdc1e0d0e4c12ca7ad56da047a848004ef91482d3da7827e1b51563cdbc9bce670befeaf249a1585fe80161fd
6
+ metadata.gz: b5e3f9207e0e54164a6af79c6b482a9d8c140591777803b8967bddee282efa89efa071872dfd582548ea15f1b5025d1dbd18a3185b2af0be7bb5a80b7ab22920
7
+ data.tar.gz: 057e62da825a792ef55131873e9b74c9319f47d5ee8b0b1579fb83c5442312c94d737009d56468fae4e722fe3a2c30b72bf30f19a8b8514f297d3d05120ac1b7
data/bin/rtfm CHANGED
@@ -14,6 +14,7 @@
14
14
  # for any damages resulting from its use. Further, I am under no
15
15
  # obligation to maintain or extend this software. It is provided
16
16
  # on an 'as is' basis without any expressed or implied warranty.
17
+ @version = "3.0.1"
17
18
 
18
19
  # PRELIMINARIES
19
20
  @help = <<HELPTEXT
@@ -27,6 +28,7 @@ BASIC KEYS
27
28
  (@lsall, @lslong, @lsorder, @lsinvert, @border, @width, @preview, @tagged, @marks)
28
29
  q = Quit
29
30
  Q = QUIT (without writing changes to the config file)
31
+ v = Display RTFM version in bottom window/command bar
30
32
 
31
33
  MOTION
32
34
  j/DOWN = Go one item down in left pane (rounds to top)
@@ -357,6 +359,8 @@ def main_getkey # GET KEY FROM USER
357
359
  system("printf \"\033]0;#{Dir.pwd}\007\"")
358
360
  @write_conf = false
359
361
  exit 0
362
+ when 'v'
363
+ w_b_info("RTFM version = #{@version} (latest RubyGems version is #{Gem.latest_version_for("rtfm-filemanager").version} - https://github.com/isene/RTFM)")
360
364
  # MOTION
361
365
  when 'DOWN', 'j', 'C-DOWN'
362
366
  var_resets
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: '3.0'
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
@@ -48,7 +48,7 @@ description: 'A full featured terminal browser with syntax highlighted files, im
48
48
  shown in the terminal, videos thumbnailed, etc. You can bookmark and jump around
49
49
  easily, delete, rename, copy, symlink and move files. RTFM has a a wide range of
50
50
  other features. New in 3.0: Added ownership (Ctrl-O) and permissions (Ctrl-P) handling.
51
- Better width stepping. Code refactoring.'
51
+ Better width stepping. Code refactoring. 3.0.1: Added version info (key ''v'')'
52
52
  email: g@isene.com
53
53
  executables:
54
54
  - rtfm