rtfm-filemanager 3.14 → 3.14.1
Sign up to get free protection for your applications and to get access to all the features.
- 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: 778fb2c05f1b8b3c4c94e25efe1b099cc1095da73adff4c5ce993e999523fd58
|
4
|
+
data.tar.gz: ba7eb8bab7cb871165afeab8d1bfb75fff61768c53d156ea8cbe1c9fa1c2c118
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47cfceff2532c65f51e0e1d86de566e6894232af80de3ec3f70cf28be7031ef3995377e516eb59c4053d0414865a91c2a846c57eb28d4ca45437da6380eccd18
|
7
|
+
data.tar.gz: ef980ea4be472bb18a9e5dbbeacc4693860cbc79235cb34ff6e6b75da69b9084450d5267d27efc57456ef197b8472d3f973071cee2798177e309c25f9770924e
|
data/bin/rtfm
CHANGED
@@ -252,7 +252,7 @@ begin # BASIC SETUP
|
|
252
252
|
if File.exist?(Dir.home+'/.rtfm.conf')
|
253
253
|
load(Dir.home+'/.rtfm.conf')
|
254
254
|
end
|
255
|
-
Dir.chdir(ARGV[0]) if Dir.exist?(ARGV[0]) and ARGV[0] !~ /\/tmp/
|
255
|
+
Dir.chdir(ARGV[0]) if ARGV[0] and Dir.exist?(ARGV[0]) and ARGV[0] !~ /\/tmp/
|
256
256
|
end
|
257
257
|
# CLASS EXTENSIONS
|
258
258
|
class Curses::Window
|
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:
|
4
|
+
version: 3.14.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Geir Isene
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: curses
|
@@ -47,7 +47,8 @@ dependencies:
|
|
47
47
|
description: 'A full featured terminal browser with syntax highlighted files, images
|
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
|
-
other features. New in 3.14: Better error handling.
|
50
|
+
other features. New in 3.14: Better error handling. 3.14.1: Fixed bug in launching
|
51
|
+
rtfm without the launcher ''r''.'
|
51
52
|
email: g@isene.com
|
52
53
|
executables:
|
53
54
|
- rtfm
|