rtfm-filemanager 3.9 → 3.10

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 +2 -2
  3. metadata +3 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e42eb95b56118347846698cdfba4ff623a1e26232f27b65eca95ccc6fee9ccf
4
- data.tar.gz: 18b33ed860c9b92d7c6001bdb1b218010dece44855a1724d35242cd29ebfa1c9
3
+ metadata.gz: '080c0934da9294dbad21bd902a119ae0dd533348f19eaa4841ac90f039741fb0'
4
+ data.tar.gz: 3839a9ad45595ce3cdec6fd0c9e9e29bc97a268c7876b6e8df9d93a33a9f0ae9
5
5
  SHA512:
6
- metadata.gz: d4b834369ab3664df99aaa15272daea2f2f64bfaefc32ec740e6517e55fa9e177c21a32e134efe349d610909d5d0c565b6b0d4fb97a3c3d708a2fe9a24560ffd
7
- data.tar.gz: 62b6910acae2d26a51c9a00beae8f7521c5d2b7c2cf8773248d965c838e12e706b875f3acb0ca8ff6b1db47cf03a89b70410d53716c04fd7ba4015dcdd7cd835
6
+ metadata.gz: 112a9732a52ca5d42405daf9e6405d6c86d54d434bfdbebb4da7bba5a1ef7dbfedad6a9293a3c65531320c2b317ae8300c7b0d49ebe15a83b51f21f991d07f19
7
+ data.tar.gz: e73ff6c29ee8e951bd255c21c2125b18431472f23d2e9a3876f5d738f8efd11748b4983ee34fd7ef5576e24c9d2c34ffe8fbd106ec4fd31b40668536d9818625
data/bin/rtfm CHANGED
@@ -14,7 +14,7 @@
14
14
  # for any damages resulting from its use. Further, I am under no
15
15
  # obligation to maintain or extend this software. It is provided
16
16
  # on an 'as is' basis without any expressed or implied warranty.
17
- @version = "3.9"
17
+ @version = "3.10"
18
18
 
19
19
  # PRELIMINARIES
20
20
  @help = <<HELPTEXT
@@ -956,7 +956,7 @@ def get_files(win) # The core of the directory listings
956
956
  ls_cmd = "ls 2>/dev/null #{@lsbase} #{@lsall} #{@lsorder} #{@lsinvert} #{@lsuser}" # Get files in current directory
957
957
  ls_cmd += @selected_safe if win == "right"
958
958
  @cfiles = `#{ls_cmd} --color`.split("\n")
959
- @files = @cfiles.map {|f| f.sub(/^\e\[.*\dm(..*$)/, '\1').sub(/\e.+/, '')}
959
+ @files = @cfiles.map {|f| f.sub(/^.*\d+m(.+)\e\[0m/, '\1')}
960
960
  ls_cmd += " -H " if win == "right"
961
961
  ls_cmd += %q[ -lh --time-style="long-iso" | awk '{printf "%s%s%s%11s%6s%6s", $1, " " $3, ":" $4,$6,$7,$5"\n"}']
962
962
  @fspes = `#{ls_cmd}`.split("\n").drop(1)
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: '3.9'
4
+ version: '3.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: 2023-05-24 00:00:00.000000000 Z
11
+ date: 2023-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curses
@@ -47,8 +47,7 @@ dependencies:
47
47
  description: 'A full featured terminal browser with syntax highlighted files, images
48
48
  shown in the terminal, videos thumbnailed, etc. You can bookmark and jump around
49
49
  easily, delete, rename, copy, symlink and move files. RTFM has a a wide range of
50
- other features. New in 3.9: You can now paste onto the bottom command line. Removed
51
- control chars in input.'
50
+ other features. New in 3.10: Critical bugfix on syntax highlighting.'
52
51
  email: g@isene.com
53
52
  executables:
54
53
  - rtfm