rtfm-filemanager 3.0 → 3.0.1
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 +4 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3c73523541e14a20a1fbbb8077fecbc0fdcc2bdfb6e8085aa706dcac26c3bf0
|
|
4
|
+
data.tar.gz: c89d725dcaa8ee7bca932d2e1103d8a6eb122b1b696516572087a655e168f284
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
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
|