rtfm-filemanager 1.3.1 → 1.3.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rtfm +4 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d57acc3fd855429b917e9bf15aa39bc49914145422bb04ab0ed1f78d5835f36e
4
- data.tar.gz: 4880805ff17008e773d8e77f88e92a4cab2d0b61ecf6da74f062f147f4551a42
3
+ metadata.gz: f00fb3e8369b16527d5a703a0f41847f78e8dbf2965e350dce6c1e6b9b728a60
4
+ data.tar.gz: edd96c6dfba0f59aec85c7538493da98856e5829d4dece00b8617ef9671370b5
5
5
  SHA512:
6
- metadata.gz: d4e7b23944de6af366b41d4b17494cfa679e0889a4e8155bf714540abab128d8bd81af78bc743eaebe89ae36a7bbd22f0702c481abeb913a27c0b249a46657d3
7
- data.tar.gz: 4ad1f7c88a038505e57c5cc07008e0b80d04a7529fbe7ce4b7ac2b8b5b60849609ad155ad2b7b3b7f1a6e3ddda72a4db3ccfe03307649a2f40a0702193ab2584
6
+ metadata.gz: b0679919584e4b30017c05856d42581ab3d4cf10918d95a3a90e97de3291771112c6e8e071353676e6952f4d41d528af293e34ac449f95ed9410d8266b9aeceb
7
+ data.tar.gz: 11ccfce45876fcd48cfae4c2ec4f86c3bf198fea6c59f881052a2b412f3dcb31580e4fe1eca32e289faf448c86ea08f48cc352fd64361ef4dd3ce71270f4b26d
data/bin/rtfm CHANGED
@@ -23,7 +23,8 @@ 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, @lsorder, @border, @width, @preview, @tagged, @marks)
26
+ W = Write parameters to ~/.rtfm.conf
27
+ (@lsall, @lslong, @lsorder, @lsinvert, @border, @width, @preview, @tagged, @marks)
27
28
  q = Quit
28
29
  Q = QUIT (without writing changes to the config file)
29
30
 
@@ -646,6 +647,8 @@ def conf_write
646
647
  conf += "@lsall = \"#{@lsall}\"\n"
647
648
  conf.sub!(/^@lsorder.*\n/, "")
648
649
  conf += "@lsorder = \"#{@lsorder}\"\n"
650
+ conf.sub!(/^@lsinvert.*\n/, "")
651
+ conf += "@lsinvert = \"#{@lsinvert}\"\n"
649
652
  conf.sub!(/^@width.*\n/, "")
650
653
  conf += "@width = #{@width}\n"
651
654
  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.1
4
+ version: 1.3.2
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-20 00:00:00.000000000 Z
11
+ date: 2021-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curses
@@ -33,8 +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.1: Added sort order to be written to .rtfm.conf via the
37
- W key.'
36
+ other features. New in 1.3.1: Added ls invert order (@lsinvert) to be written to
37
+ .rtfm.conf via the W key.'
38
38
  email: g@isene.com
39
39
  executables:
40
40
  - rtfm