rtfm-filemanager 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rtfm +3 -1
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f074d7e27f2d2eec77ff1d33aaf4e783e2bf7c4624aba2882e6edfea1f9eacd8
4
- data.tar.gz: 4a4a1b915e8ec445918b0ae774d67c798b6823b19ddc49ce1d92a49f229796a9
3
+ metadata.gz: d57acc3fd855429b917e9bf15aa39bc49914145422bb04ab0ed1f78d5835f36e
4
+ data.tar.gz: 4880805ff17008e773d8e77f88e92a4cab2d0b61ecf6da74f062f147f4551a42
5
5
  SHA512:
6
- metadata.gz: 4086961612be3e5e2a3d9a3f39dba7cd6686fcf803a568215de2c535a06a044edd497370729bcb16314fdd707e8825aeb97e6c066fa322e2d8191afbac79b6dd
7
- data.tar.gz: 7970bcf40bf96f79d213f8787feafc66ec52c7693df5e580872830e3562ca9b3d5149eb2aa3ae47c14289ed4e37c5fc87fe695529d64fbe6e0c5e87fe978b5b8
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.0
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-10 00:00:00.000000000 Z
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.0: Added ''grep'' functionality via the ''g'' key'
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