rtfm-filemanager 7.5.2 → 8.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +13 -0
- data/bin/rtfm +920 -109
- metadata +8 -8
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:
|
|
4
|
+
version: '8.0'
|
|
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-
|
|
11
|
+
date: 2026-03-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rcurses
|
|
@@ -66,12 +66,12 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '7.4'
|
|
69
|
-
description: 'RTFM
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
RTFM is one of the most feature-packed terminal file managers.'
|
|
69
|
+
description: 'RTFM v8.0: Browse and modify archives as virtual directories (extract,
|
|
70
|
+
delete, add, move), async background file operations, scrollable diff viewer with
|
|
71
|
+
side-by-side mode. A full featured terminal browser with syntax highlighted files,
|
|
72
|
+
images shown in the terminal, videos thumbnailed, etc. Features include remote SSH/SFTP
|
|
73
|
+
browsing, interactive SSH shell, comprehensive undo system, OpenAI integration,
|
|
74
|
+
bookmarks, and much more. RTFM is one of the most feature-packed terminal file managers.'
|
|
75
75
|
email: g@isene.com
|
|
76
76
|
executables:
|
|
77
77
|
- rtfm
|