rtfm-filemanager 8.2.5 → 8.2.6

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -0
  3. data/bin/rtfm +3 -3
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55f253cbd09298960a51935b850697796c238f360ef914336e54c322efe76a96
4
- data.tar.gz: c7f072d903abd7dd5210b035db90cfab3f3132e41f6a151c154b73dad3b78139
3
+ metadata.gz: 7ba9bb8fbd17a51b1016eef29ceb5718dba8f6819bb24c6aee7b78aa7d8e7b83
4
+ data.tar.gz: 3ce4361180ee23a2e446d1fb0d26f4d7d144517cef841bee9444e871f922c4e8
5
5
  SHA512:
6
- metadata.gz: d960c43162a9a4be724eddcc7fa42a43f2ba26a473ca6446d69b3d64226811a8f620e2b071dff33c12baf7c6ea39d089919ebd7efd0af4890e68e3a8ff700f44
7
- data.tar.gz: 7ee2d078a318db445c040afda05301183821b3488581ac0e2c88d85e01a1fa511c3025527501dc7fc135ca6832134b2c360ca6b0f802af239a6abfb3cfc7a97d
6
+ metadata.gz: 9303820f8f84adfb87b589925d16fb9b02102fd1c7df9a4a845b04b5854558e0910231b3d286488aa0d905252845794a5030ac7c72ff25b5ce3637af418db68f
7
+ data.tar.gz: 82dbd79b2fc59c33001f3436a53bd9ad0f3ddcfafc112e8bc618788e47e6f88f2b40646d73189cedc3f7f0535302577b63cd959a4ed60731f8df5ab79dcf30e9
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to RTFM will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [8.2.6] - 2026-04-21
9
+
10
+ ### Added
11
+ - `hyper` added to the default `@interactive` full-TUI program list. Combined with an xdg-mime / mailcap entry that maps `application/x-hyperlist` → `hyper.desktop`, RTFM will now give `hyper` full terminal control when opening `.hl` files. No hardcoded extension check — the opener itself stays user-configurable via mailcap or xdg-mime, and the `@interactive` list itself is editable (`+` key or `~/.rtfm/conf`).
12
+
8
13
  ## [8.2.1] - 2026-03-16
9
14
 
10
15
  ### Added
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 = '8.2.5' # rcurses 7.0: rename .b/.i/.u/.r to .bd/.it/.ul/.rv
21
+ @version = '8.2.6' # Add `hyper` to the default @interactive TUI-app list
22
22
 
23
23
  # SAVE & STORE TERMINAL {{{1
24
24
  ORIG_STTY = `stty -g`.chomp
@@ -370,7 +370,7 @@ def setup_config # {{{2
370
370
  @topmatch = [["", 249]]
371
371
 
372
372
  # INTERACTIVE
373
- @interactive = "fzf,navi,top,htop,less,vi,vim,ncdu,sh,zsh,bash,fish,git"
373
+ @interactive = "fzf,navi,top,htop,less,vi,vim,ncdu,sh,zsh,bash,fish,git,hyper"
374
374
 
375
375
  # AI
376
376
  @ai = "Replace_This_With_Your_OpenAI_Key"
@@ -559,7 +559,7 @@ $stdin.set_encoding(Encoding::UTF_8)
559
559
  @border = 1 # Set initial border config; 0 = none, 1 = Right pane, 2 = both panes, 3 = Left pane
560
560
  @preview = true # Preview in the Right pane
561
561
  @trash = false # Delete files permanently rather than moving them to ~/.rtfm/trash
562
- @interactive = 'fzf,navi,top,htop,less,vi,vim,nvim,ncdu,sh,zsh,bash,fish,git,mplayer'
562
+ @interactive = 'fzf,navi,top,htop,less,vi,vim,nvim,ncdu,sh,zsh,bash,fish,git,mplayer,hyper'
563
563
  ### Not saved (but can be set in ~/.rtfm/conf)
564
564
  @topcolor = 249 # Default Top pane bg color
565
565
  @topmatch = [['', 249]] # Default Top pane bg color for matching directories
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: 8.2.5
4
+ version: 8.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-04-11 00:00:00.000000000 Z
11
+ date: 2026-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rcurses