rtfm-filemanager 5.8 → 5.8.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rtfm +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2af18af3c2d05afb1baf0a58d630b81b1b391d6cbbbc5bfb61bfc2e5f9a764f
4
- data.tar.gz: 03f96975304611a76e08db2a6d974750c667bb8c5baa2e8afac5d408345ccbf1
3
+ metadata.gz: e00c84abae5f76fd1948fd4303d58541fb3ef238d98924bb71317b9a60957b61
4
+ data.tar.gz: b3b9775f16cd75d800ea89cebc6dd5c9123acd1762c5485f8b1ad22816b2103c
5
5
  SHA512:
6
- metadata.gz: f1dd0f689697528ec4a66cedb712f49b4050c1014e13131d878a1ca88d72a429dd38c0b9658e614db23988dc8a8ab1cfb27cda76a3e822ff0f080f7bf7b2000b
7
- data.tar.gz: fc69c4b4fccbfacd3ddca202403be9a55b2ba9d69149fedbac9ee1d1238d6a5f13e69e24ee48a1d1d531d76e7c99579ab0c610753d7096c89a05fffe8d5c0db6
6
+ metadata.gz: d3fae5fae5d696f6065e2cd495034d9f2816dc7f566969eb2ee34dc0d2e085cc714a5e431b185ff980f003986820e415e5271fbc4ae43aa64f3d6e602520e9d1
7
+ data.tar.gz: cabd4087a93b647ace9eebbd6b69e5bdc7d563358b0cef0505a63fc78f078c641f13945e76b86e5da79e37f298ea48a689b7b734e54a70cd3c84cb413460fe28
data/bin/rtfm CHANGED
@@ -18,7 +18,7 @@
18
18
  # get a great understanding of the code itself by simply sending
19
19
  # or pasting this whole file into you favorite AI for coding with
20
20
  # a prompt like this: "Help me understand every part of this code".
21
- @version = '5.8' # Fixed bug on images with space in file name
21
+ @version = '5.8.1' # Minor adjustment to max image width
22
22
 
23
23
  # SAVE & STORE TERMINAL {{{1
24
24
  ORIG_STTY = `stty -g`.chomp
@@ -2135,7 +2135,7 @@ def showimage(image) # SHOW THE SELECTED IMAGE IN THE RIGHT WINDOW {{{2
2135
2135
  char_h = term_h / @h
2136
2136
  img_x = char_w * @pR.x
2137
2137
  img_y = char_h * 2
2138
- img_max_w = char_w * (@pR.w - 1)
2138
+ img_max_w = char_w * (@pR.w - 2)
2139
2139
  img_max_h = char_h * (@pR.h - 1)
2140
2140
  if image == 'clear'
2141
2141
  `clear`
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: '5.8'
4
+ version: 5.8.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: 2025-06-03 00:00:00.000000000 Z
11
+ date: 2025-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rcurses
@@ -54,7 +54,7 @@ dependencies:
54
54
  version: '7.4'
55
55
  description: |-
56
56
  Major release - RTFM v5: Complete rewrite using rcurses (https://github.com/isene/rcurses). Massive improvements. AI integration.
57
- A full featured terminal browser with syntax highlighted files, images shown in the terminal, videos thumbnailed, etc. You can bookmark and jump around easily, delete, rename, copy, symlink and move files. RTFM is one of the most feature-packed terminal file managers. 5.8: Fixed bug on images with space in file name.
57
+ A full featured terminal browser with syntax highlighted files, images shown in the terminal, videos thumbnailed, etc. You can bookmark and jump around easily, delete, rename, copy, symlink and move files. RTFM is one of the most feature-packed terminal file managers. 5.8.1: Minor adjustment to max image width.
58
58
  email: g@isene.com
59
59
  executables:
60
60
  - rtfm