rtfm-filemanager 3.16 → 3.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/rtfm +2 -1
- 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: ad84a78780b960bd4b85e38d8139daba9b9ac049e00980c760c789052837b947
|
4
|
+
data.tar.gz: 33cf4921acdd4082470647fd347f8d7cb8f4d3a15adc321c393c9ba7dc58c065
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 99f4824e6b886f711ba3d26fa2bf7b2e6701d5b0634dd38f35d81ee78b983629ba54ac64793eba16d77a7fba2f9b288c039b9439301e77b62562e2f11df3abe6
|
7
|
+
data.tar.gz: 8252e376be2e90e11286f8e283c30322164cef7cbb1b29eb72b56f01db28da9102a62c632a199989349dfd4cd51bb2c556fb71f8085b8edf702846ad47f69f30
|
data/bin/rtfm
CHANGED
@@ -14,7 +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.
|
17
|
+
@version = "3.17"
|
18
18
|
|
19
19
|
# PRELIMINARIES
|
20
20
|
@help = <<HELPTEXT
|
@@ -905,6 +905,7 @@ def main_getkey # GET KEY FROM USER
|
|
905
905
|
@w_r.update = true if dir != Dir.pwd
|
906
906
|
rescue
|
907
907
|
end
|
908
|
+
$STDIN = ""
|
908
909
|
end
|
909
910
|
def conf_write
|
910
911
|
if File.exist?(Dir.home+'/.rtfm.conf')
|
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: '3.
|
4
|
+
version: '3.17'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geir Isene
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: curses
|
@@ -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.14: Better error handling. 3.14.1: Fixed bug in launching
|
51
|
-
rtfm without the launcher ''r''. 3.
|
51
|
+
rtfm without the launcher ''r''. 3.17: Fixed an insideous bug by flushing STDIN.'
|
52
52
|
email: g@isene.com
|
53
53
|
executables:
|
54
54
|
- rtfm
|