rtfm-filemanager 1.6.0 → 1.6.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 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eec58d3f67b9f90b410e19feb4c20b371b3c88848e8ae0f28714334d44073d0b
|
4
|
+
data.tar.gz: 8a8d00641beaf0ca58bc86d9f9a3f7b4cbde9e2a933db4b0475b363d1b01b82e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 973f0a7d88305a6a85b66e60a84dcb711b797dbc21f368b3291b8b280523cc907a75ab849bc1a3911092412df83c0fe73c872d34135f10a4a1d3e8885c39ea17
|
7
|
+
data.tar.gz: 4ab826f74b772840961507f3a6ab401e142c6eaa629016acecedf0efb87418187f34cb6153c7fd9c028614a321ce6b225ef7652e0a11da72246a7e8725e62064
|
data/bin/rtfm
CHANGED
@@ -473,6 +473,7 @@ def main_getkey # GET KEY FROM USER
|
|
473
473
|
copy_move_link("link")
|
474
474
|
@w_r.update = true
|
475
475
|
@w_b.update = true
|
476
|
+
@change_tag = true
|
476
477
|
when 'd' # Delete items tagged and @selected
|
477
478
|
tagged_info
|
478
479
|
w_b_info(" Delete selected and tagged? (press 'd' again to delete)")
|
@@ -522,6 +523,7 @@ def main_getkey # GET KEY FROM USER
|
|
522
523
|
end
|
523
524
|
@w_r.update = true
|
524
525
|
@orderchange = true
|
526
|
+
@change_tag = true
|
525
527
|
when 'i' # Invert the order/sorting of directory views
|
526
528
|
case @lsinvert
|
527
529
|
when ""
|
@@ -533,6 +535,7 @@ def main_getkey # GET KEY FROM USER
|
|
533
535
|
end
|
534
536
|
@w_r.update = true
|
535
537
|
@orderchange = true
|
538
|
+
@change_tag = true
|
536
539
|
when 'O' # Show the Ordering in the bottom window (the full ls command)
|
537
540
|
w_b_info(" Full 'ls' command: ls <@s> #{@lsbase} #{@lsall} #{@lsorder} #{@lsinvert} #{@lsuser}")
|
538
541
|
when 'G' # Git status for selected item or current dir
|
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.6.
|
4
|
+
version: 1.6.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: 2021-11-
|
11
|
+
date: 2021-11-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: curses
|
@@ -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.6.
|
36
|
+
other features. New in 1.6.1: Minor bug fixes.'
|
37
37
|
email: g@isene.com
|
38
38
|
executables:
|
39
39
|
- rtfm
|