rtfm-filemanager 1.8.6 → 1.8.7
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 +2 -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: 76e4c22de996e3c2fc8b63456e46c2443d9c8e068f064b2e0d71c45d1eba70f2
|
|
4
|
+
data.tar.gz: 1db81f76fb6be926d8a92da99bfa1e43428e32e452508afcd3f5fcd078acbda0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea6d775f1f86e88c1b25060572a6bc471bbca9d3f60c3e16a1822b9b7fe5c28c40d1e7c3fbdfef3e32ccef07591bbc997159af877d7f71b1a37333acd330067f
|
|
7
|
+
data.tar.gz: d573bd577fd7e16c4af4b86d200478c33c3aedc692131ea17a1a086c27a0892d958b92707794130a591c0e75659462899de2f00dc4248cd493bfa8810fe453bd
|
data/bin/rtfm
CHANGED
|
@@ -1318,7 +1318,8 @@ def w_b_exec(cmd) # EXECUTE COMMAND FROM @W_B
|
|
|
1318
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
|
-
@w_r.
|
|
1321
|
+
@w_r.pager_cmd = "#{cmd} 2>/dev/null"
|
|
1322
|
+
@w_r.text = `#{@w_r.pager_cmd} 2>/dev/null`
|
|
1322
1323
|
end
|
|
1323
1324
|
unless @w_r.text == "" or @w_r.text == nil
|
|
1324
1325
|
pager_start
|
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.7
|
|
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.7: Bugfix; Pager crash where batcat is not available.'
|
|
37
37
|
email: g@isene.com
|
|
38
38
|
executables:
|
|
39
39
|
- rtfm
|