rtfm-filemanager 5.1.1 → 5.2

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 +3 -3
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 65f531af0c85c52e34c30c9c519d1e6a18805b4a14dc164db763b2222ccdb47b
4
- data.tar.gz: e33f6bca4bf995ec4409788943ebeb201835d6688d491df5373cbec567947131
3
+ metadata.gz: a3f89f1d024d3c4866b12f358b84e8e28211ece6fd9976fd53263cb7dcb03ad6
4
+ data.tar.gz: 448e0787d18c2f1d1d9e0bc6b064cfed3da3dc30e4e88a3950aab0d6d65b752c
5
5
  SHA512:
6
- metadata.gz: 26bfb3dec1c73fb827cab5546463dffc2b08e248e5c626ba94d5fe41ad5ad7caaf5adb9f2ec81d76599d4de98132fd66e5fda4427f86723eda26361e6736e343
7
- data.tar.gz: 20521351d0b775b30a7cad7d97d40973df535fb5299fa35b0744ed45b5d7f4c1a4fc42c418657d504cd7642885fad0c09e9a0a035c5280efc4687144797add39
6
+ metadata.gz: cd5c43847c963e812d58fb38b65d2f338a93761d4e403f403ed7c9ebcf77f319abfb9515d646745b1067dc729c60afcbfddde13324dfedbd7c1328100cdd5791
7
+ data.tar.gz: 6c860d211baeeb6ee115874ff462e26b0cb68113baa644bf9507cd5466fa53bed564c50a1a05f463cbb6e3d1abed8212e676809e346f4dddff1b4e2eb1a89ae1
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.1' # Fixed a rare bug on opening $EDITOR
21
+ @version = '5.2' # Added git to interactive programs
22
22
 
23
23
  # BOOTSNAP {{{1
24
24
  cache_dir = ENV.fetch('BOOTSNAP_CACHE_DIR', File.join(Dir.home, '.rtfm', 'bootsnap-cache'))
@@ -288,7 +288,7 @@ def setup_config # {{{2
288
288
  @topmatch = [["", 249]]
289
289
 
290
290
  # INTERACTIVE
291
- @interactive = "fzf,navi,top,htop,less,vi,vim,ncdu,sh,zsh,bash,fish"
291
+ @interactive = "fzf,navi,top,htop,less,vi,vim,ncdu,sh,zsh,bash,fish,git"
292
292
 
293
293
  # AI
294
294
  @ai = "Replace_This_With_Your_OpenAI_Key"
@@ -427,7 +427,7 @@ $stdin.set_encoding(Encoding::UTF_8)
427
427
  @border = 1 # Set initial border config; 0 = none, 1 = Right pane, 2 = both panes, 3 = Left pane
428
428
  @preview = true # Preview in the Right pane
429
429
  @trash = false # Delete files permanently rather than moving them to ~/.rtfm/trash
430
- @interactive = 'fzf,navi,top,htop,less,vi,vim,ncdu,sh,zsh,bash,fish'
430
+ @interactive = 'fzf,navi,top,htop,less,vi,vim,ncdu,sh,zsh,bash,fish,git'
431
431
  ### Not saved (but can be set in ~/.rtfm/conf)
432
432
  @topcolor = 249 # Default Top pane bg color
433
433
  @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: 5.1.1
4
+ version: '5.2'
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-05-05 00:00:00.000000000 Z
11
+ date: 2025-05-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.1.1: Minor bugfix (fixed calling clean_ansi with nil).
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.2: Added git to interactive programs.
58
58
  email: g@isene.com
59
59
  executables:
60
60
  - rtfm