rtfm-filemanager 1.3.6 → 1.3.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 +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8f8f91e8bdcc9ef4971615a32ce6eaafcb76f49bf5025765071b41671fa04dbd
|
|
4
|
+
data.tar.gz: c94681c000bd0ab6a0ef378a6188bbcdbeaa3e8f2bac98bc83924b8535826a50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7230ecb3e03c0cabedc467dd26d9b641236418fac7b11a847342f2d46931859bdfe198ab03c8f03766499ac2820886cbf4f9477c829fcee10fe6229047b46968
|
|
7
|
+
data.tar.gz: 8e0da5f055e969a98cdd959ab32bba5ec2d13b021dbe797a196494d9d5e64e8db9b0bd7255bfea9ca9b4db475ba73b375cb91c513dc390149558ac1dbf38af97
|
data/bin/rtfm
CHANGED
|
@@ -228,7 +228,7 @@ def get_ls_color(type) # GET THE COLOR FOR THE FILETYPE FROM IMPORTED LS_COLORS
|
|
|
228
228
|
return color.to_i, bold
|
|
229
229
|
end
|
|
230
230
|
def color_parse(input) # PARSE ANSI COLOR SEQUENCES
|
|
231
|
-
|
|
231
|
+
input.gsub!( /\e\[\d;38;5;(\d+);*(\d*)m/, '¤¤\1¤¤\2¤¤')
|
|
232
232
|
input.gsub!( /\e\[38;5;(\d+);*(\d*)m/, '¤¤\1¤¤\2¤¤')
|
|
233
233
|
input.gsub!( /\e\[0m/, "\t")
|
|
234
234
|
color_array = input.split("¤¤")
|
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: 1.3.
|
|
4
|
+
version: 1.3.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-10-
|
|
11
|
+
date: 2021-10-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: curses
|
|
@@ -33,8 +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.3.
|
|
37
|
-
system info (via key ''S'')'
|
|
36
|
+
other features. New in 1.3.7: Fixed minor bug in syntax highlighting (via batcat)'
|
|
38
37
|
email: g@isene.com
|
|
39
38
|
executables:
|
|
40
39
|
- rtfm
|