rtfm-filemanager 1.3.0 → 1.3.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 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d57acc3fd855429b917e9bf15aa39bc49914145422bb04ab0ed1f78d5835f36e
|
4
|
+
data.tar.gz: 4880805ff17008e773d8e77f88e92a4cab2d0b61ecf6da74f062f147f4551a42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4e7b23944de6af366b41d4b17494cfa679e0889a4e8155bf714540abab128d8bd81af78bc743eaebe89ae36a7bbd22f0702c481abeb913a27c0b249a46657d3
|
7
|
+
data.tar.gz: 4ad1f7c88a038505e57c5cc07008e0b80d04a7529fbe7ce4b7ac2b8b5b60849609ad155ad2b7b3b7f1a6e3ddda72a4db3ccfe03307649a2f40a0702193ab2584
|
data/bin/rtfm
CHANGED
@@ -23,7 +23,7 @@ BASIC KEYS
|
|
23
23
|
? = Show this help text
|
24
24
|
r = Refresh RTFM (recreates all windows. Use on terminal resize or when there is garbage somewhere)
|
25
25
|
R = Reload configuration (~/.rtfm.conf)
|
26
|
-
W = Write parameters to ~/.rtfm.conf (@lsall, @lslong, @border, @width, @preview, @tagged, @marks)
|
26
|
+
W = Write parameters to ~/.rtfm.conf (@lsall, @lslong, @lsorder, @border, @width, @preview, @tagged, @marks)
|
27
27
|
q = Quit
|
28
28
|
Q = QUIT (without writing changes to the config file)
|
29
29
|
|
@@ -644,6 +644,8 @@ def conf_write
|
|
644
644
|
conf += "@lslong = #{@lslong}\n"
|
645
645
|
conf.sub!(/^@lsall.*\n/, "")
|
646
646
|
conf += "@lsall = \"#{@lsall}\"\n"
|
647
|
+
conf.sub!(/^@lsorder.*\n/, "")
|
648
|
+
conf += "@lsorder = \"#{@lsorder}\"\n"
|
647
649
|
conf.sub!(/^@width.*\n/, "")
|
648
650
|
conf += "@width = #{@width}\n"
|
649
651
|
conf.sub!(/^@border.*\n/, "")
|
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.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-10-
|
11
|
+
date: 2021-10-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: curses
|
@@ -33,7 +33,8 @@ 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.
|
36
|
+
other features. New in 1.3.1: Added sort order to be written to .rtfm.conf via the
|
37
|
+
W key.'
|
37
38
|
email: g@isene.com
|
38
39
|
executables:
|
39
40
|
- rtfm
|