rtfm-filemanager 1.8.5 → 1.8.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.
- checksums.yaml +4 -4
- data/bin/rtfm +1 -1
- 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: 7eb306ddf829a628bd06dedf480cf7b0844d45b469d26e4eb3841b9fafe951e7
|
|
4
|
+
data.tar.gz: dfd1c22e5a7df65e117182add0b5e65df37b3d991650ac98369a2baf5101f363
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbc7d5168d58d6578c24f541b538c31ba623a84e7e608b06430a3d8c4337633dc3459f019adfe1bde7c7af8926e2a61590628f4b9e8a5660de5341a023878ae7
|
|
7
|
+
data.tar.gz: 45eb939cc1a03eecc22e7c468c6e96afb080a96b749539b91665fd4975acc6c71b7340c1f55f5f7909fbbaa2fb3001cf43f606ef91205163dbcefa2d5070d381
|
data/bin/rtfm
CHANGED
|
@@ -1315,7 +1315,7 @@ def w_b_exec(cmd) # EXECUTE COMMAND FROM @W_B
|
|
|
1315
1315
|
status = Timeout::timeout(15) {
|
|
1316
1316
|
@w_r.clr
|
|
1317
1317
|
begin
|
|
1318
|
-
@w_r.pager_cmd = "#{cmd} | #{bat} -n --color=always 2>/dev/null"
|
|
1318
|
+
@w_r.pager_cmd = "#{cmd} | #{@bat} -n --color=always 2>/dev/null"
|
|
1319
1319
|
@w_r.text = `#{@w_r.pager_cmd} 2>/dev/null`
|
|
1320
1320
|
rescue
|
|
1321
1321
|
@w_r.text = `#{cmd} 2>/dev/null`
|
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.8.
|
|
4
|
+
version: 1.8.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
@@ -33,7 +33,7 @@ dependencies:
|
|
|
33
33
|
description: 'A full featured terminal browser with syntax highlighted files, images
|
|
34
34
|
shown in the terminal, videos thumbnailed, etc. You can bookmark and jump around
|
|
35
35
|
easily, delete, rename, copy, symlink and move files. RTFM has a a wide range of
|
|
36
|
-
other features. New in 1.8.
|
|
36
|
+
other features. New in 1.8.6: Fixed bug on paging commands like Locate.'
|
|
37
37
|
email: g@isene.com
|
|
38
38
|
executables:
|
|
39
39
|
- rtfm
|