rtfm-filemanager 4.10 → 5

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 (6) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +278 -166
  3. data/bin/rtfm +2063 -1657
  4. data/img/logo.png +0 -0
  5. data/img/rtfm-kb.png +0 -0
  6. metadata +22 -14
data/img/logo.png ADDED
Binary file
data/img/rtfm-kb.png CHANGED
Binary file
metadata CHANGED
@@ -1,35 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rtfm-filemanager
3
3
  version: !ruby/object:Gem::Version
4
- version: '4.10'
4
+ version: '5'
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-02-26 00:00:00.000000000 Z
11
+ date: 2025-04-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: curses
14
+ name: rcurses
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.3'
20
- - - ">="
21
- - !ruby/object:Gem::Version
22
- version: 1.3.2
19
+ version: 3.7.4
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
24
  - - "~>"
28
25
  - !ruby/object:Gem::Version
29
- version: '1.3'
30
- - - ">="
26
+ version: 3.7.4
27
+ - !ruby/object:Gem::Dependency
28
+ name: bootsnap
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.18'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
31
39
  - !ruby/object:Gem::Version
32
- version: 1.3.2
40
+ version: '1.18'
33
41
  - !ruby/object:Gem::Dependency
34
42
  name: ruby-openai
35
43
  requirement: !ruby/object:Gem::Requirement
@@ -44,10 +52,9 @@ dependencies:
44
52
  - - "~>"
45
53
  - !ruby/object:Gem::Version
46
54
  version: '7.4'
47
- description: 'A full featured terminal browser with syntax highlighted files, images
48
- shown in the terminal, videos thumbnailed, etc. You can bookmark and jump around
49
- easily, delete, rename, copy, symlink and move files. RTFM has a a wide range of
50
- other features. New in 4.10: Adjustable top/bottom colors.'
55
+ description: |-
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.
51
58
  email: g@isene.com
52
59
  executables:
53
60
  - rtfm
@@ -56,6 +63,7 @@ extra_rdoc_files: []
56
63
  files:
57
64
  - README.md
58
65
  - bin/rtfm
66
+ - img/logo.png
59
67
  - img/rtfm-kb.png
60
68
  homepage: https://isene.com/
61
69
  licenses: