rtfm-filemanager 1.8.9 → 1.8.10
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 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 68490b5cd46869950b3f9af475c71b52f2e67177fb688b879b4e6664c8d1eaf2
|
|
4
|
+
data.tar.gz: 8bb68fe605e8bebaea92207dfd7c65fc8060ae20328fc24ec40c2d8b0be9d659
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9cec1bac2d79cee41b9015fe3d57275c1b9cd72311cf7c319855e24be7165758b18abb0ff2d7d81faab5575a66d11bae9e1765e1bbc9cb63abd509b7bb06080
|
|
7
|
+
data.tar.gz: e9ef297793c450fb2a5b030bd8186c35503d710d9925c0e9060f4b11d11053d1e28cb90e063a35392224def18eda19c3532e3802d08ef6d0e098b3a165c100bb
|
data/bin/rtfm
CHANGED
|
@@ -69,7 +69,7 @@ MANIPULATE ITEMS
|
|
|
69
69
|
|
|
70
70
|
DIRECTORY VIEWS
|
|
71
71
|
a = Show all (also hidden) items
|
|
72
|
-
|
|
72
|
+
A = Show long info per item (show item attributes)
|
|
73
73
|
o = Change the order/sorting of directories (circular toggle)
|
|
74
74
|
i = Invert/reverse the sorting
|
|
75
75
|
O = Show the Ordering in the bottom window (the full ls command)
|
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.8.
|
|
4
|
+
version: 1.8.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-03-18 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.8.
|
|
36
|
+
other features. New in 1.8.10: Fixed ''l'' -> ''A'' in the help text'
|
|
37
37
|
email: g@isene.com
|
|
38
38
|
executables:
|
|
39
39
|
- rtfm
|