rtfm-filemanager 4.05 → 4.06

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 -5
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 434f36ccbb28a3179e74a85ce846a12e7b896ba23f40949be60d07ba2cc52d61
4
- data.tar.gz: 22abde55bf362804f49a6115d403d49d135955e738237a51cf5436a90eeb3f11
3
+ metadata.gz: 537c70346f100774a82f477b7b52b9b5326c26b00c5e010566dc3b1b588dcff3
4
+ data.tar.gz: 828edf5b838fed3c8476aef8a3af8d248611b66e2295245d486eccf3c0e6f4a2
5
5
  SHA512:
6
- metadata.gz: 6993b37af607b5b4532a769f6691fb6ecb88747bef96b785a1e30ac2973ded21ef4a21c55f3d3b068358d03d54bf0c8c04864896b15609f6c37af60ea2e28f89
7
- data.tar.gz: 6b8fe07dd3a32f226c80df6ad60e6ce8c497cffbc963d6f295758f33cc9981b0ebb4bdceb43efe157f1de27418d89d73802e6c7433f2f72f6339439cbdd1fc70
6
+ metadata.gz: 1b5c5fae7d17e06fee6e521ad546711a53f0accfb5ecc3395a7d69814a52fc7016a80d52ba5363144c6ab622a49c251e866e376a6c798d1cfe1da45880ebd8ea
7
+ data.tar.gz: 6f9557f926c7a09eef2d4afd9b61d5644fb1fdbadf57144c41303548573b7039656b3ff5945b5459f62ab43403a305be76667dd3e79070bf2ac5bf055b70fb9b
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 = "4.05" # Visual cue when entering commands or Ruby code in bottom line/pane
17
+ @version = "4.06" # Better Ruby code output (when entering Ruby code with '@')
18
18
 
19
19
  # PRELIMINARIES
20
20
  @help = <<HELPTEXT
@@ -927,13 +927,12 @@ def main_getkey # GET KEY FROM USER
927
927
  @w_b.refresh
928
928
  @w_b.update = true
929
929
  @w_r.clr
930
- info = "Command: #{cmd}\n\n"
930
+ w_r_info("Command: #{cmd}\n")
931
931
  begin
932
- info += eval(cmd).to_s
932
+ eval(cmd).to_s
933
933
  rescue Exception => err
934
- info += "Error: #{err.inspect}"
934
+ w_r_info("Error: #{err.inspect}")
935
935
  end
936
- w_r_info(info)
937
936
  @w_r.update = false
938
937
  end
939
938
  if @w_r.update == true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtfm-filemanager
3
3
  version: !ruby/object:Gem::Version
4
- version: '4.05'
4
+ version: '4.06'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
@@ -47,8 +47,8 @@ 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 4.05: Visual cue when entering commands or Ruby code in bottom
51
- line/pane.'
50
+ other features. New in 4.06: Better Ruby code output (when entering Ruby code with
51
+ ''@'').'
52
52
  email: g@isene.com
53
53
  executables:
54
54
  - rtfm