rtfm-filemanager 1.8.0 → 1.8.1
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 +3 -3
- 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: 5dcdef99c7f6967e0925bb3b845e52234ad4b452addc8e6744e27d0a3245b34e
|
|
4
|
+
data.tar.gz: eb88eb47c8a8012f2572a552a488b0cd22d4bcca026603e950dc51853d80ac7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a148d5fdc968b8fbdbb0d506f55ce5c72362ca1e49f326e664e1b2d1baf7bad65a09e0c776394aebb190376857d29b81c1d6aef2a5e20e767279b1e45155064
|
|
7
|
+
data.tar.gz: 0b0545fe445c78e284817bab8a83319935e9519117e809f8517f30d7354bb724b1b32af861588886a59e37edd6888f58eda54ed0fd98c48424be4da8d10d98ab
|
data/bin/rtfm
CHANGED
|
@@ -371,8 +371,6 @@ def main_getkey # GET KEY FROM USER
|
|
|
371
371
|
@w_r.update = false
|
|
372
372
|
@w_b.update = true
|
|
373
373
|
when 'M' # Show marks
|
|
374
|
-
@marks = @marks.sort.to_h
|
|
375
|
-
@w_r.fg = 147
|
|
376
374
|
marks_info
|
|
377
375
|
@w_r.update = false
|
|
378
376
|
@w_b.update = true
|
|
@@ -773,7 +771,7 @@ def mark_latest
|
|
|
773
771
|
@marks["4"] = @marks["3"]
|
|
774
772
|
@marks["3"] = @marks["2"]
|
|
775
773
|
@marks["2"] = @marks["1"]
|
|
776
|
-
@marks["1"] =
|
|
774
|
+
@marks["1"] = @marks["'"]
|
|
777
775
|
@marks["'"] = Dir.pwd
|
|
778
776
|
end
|
|
779
777
|
# TOP WINDOW FUNCTIONS
|
|
@@ -1046,6 +1044,8 @@ def w_r_info(info) # SHOW INFO IN THE RIGHT WINDOW
|
|
|
1046
1044
|
@w_r.update = false
|
|
1047
1045
|
end
|
|
1048
1046
|
def marks_info # SHOW MARKS IN RIGHT WINDOW
|
|
1047
|
+
@w_r.fg = 183
|
|
1048
|
+
@marks = @marks.sort.to_h
|
|
1049
1049
|
info = "MARKS:\n"
|
|
1050
1050
|
unless @marks.empty?
|
|
1051
1051
|
@marks.each do |mark, dir|
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
@@ -34,7 +34,7 @@ description: 'A full featured terminal browser with syntax highlighted files, im
|
|
|
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
36
|
other features. New in 1.8.0: The 5 latest directories visited are stored in marks
|
|
37
|
-
1-5 (1 being the very latest)'
|
|
37
|
+
1-5 (1 being the very latest), 1.8.1: Small bug fix in the storing the 1-5 marks.'
|
|
38
38
|
email: g@isene.com
|
|
39
39
|
executables:
|
|
40
40
|
- rtfm
|