rtfm-filemanager 2.6 → 2.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +32 -0
  3. metadata +4 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b62ecc09edcba46b5c027d02c4042d69855345bd8d28f996fc6aa5346b62398a
4
- data.tar.gz: 6098c45f9c6d4947e0ef9857eab6843fbb8d0b228d94c0697b98e5a9ca00ac49
3
+ metadata.gz: 5e24fe55f1e4b01c9cb83abdb4e70a43f179bdceac30526678e1a31816180228
4
+ data.tar.gz: b70032a7d16c8e5dc764d302ec6be0b691fe1ff77c60dba22e32431510924d79
5
5
  SHA512:
6
- metadata.gz: 700f25265f3a231e950e2f23501db16dc8992c56cbc33af94921633335257d7026839fc26ad718ee817cba31fcc2badf571583e04ab8ed3cfa2c3ddefd792f47
7
- data.tar.gz: b5072cc09ddba4291dd98fa808bcabac12cfcdc340e64fa712e3a4dcf06479fae658da324daac3bd90afb900e4358a248ae6b1ecb49431556f1004241f3d73b2
6
+ metadata.gz: c4f59ff6d0f63f4d0e668aad0dc3c9f5b8b945d7f41ebcbf25905edcb0b061a541990e837a884df8f4c6bc422fa56e88561f9e8dc9f0aca867f06a625a54d79d
7
+ data.tar.gz: c0ba0c1709c964c2cb546d5be4f79332c75efac463d73c35436991fc8e3c9a81c9a33d9533c45784aacba663fe77174fe8a941b20d5293dc32a39f6badf13cba
data/README.md CHANGED
@@ -11,6 +11,38 @@ systems.
11
11
 
12
12
  Note: RTFM works best with the (u)rxvt, xterm and Eterm terminal emulators.
13
13
 
14
+ ## Features
15
+
16
+ RTFM is one of the more feature rich terminal file managers. Some of the
17
+ features:
18
+
19
+ * RTFM shows images inline in the terminal (can be turned off)
20
+ * File contents is shown with proper syntax highlighting
21
+ * Item's meta data is shown at the top
22
+ * Easily browse file content (even pdf, MS/OpenOffice, etc.)
23
+ * Move around the file systems using arrow keys of VI keys
24
+ * Copy, move or rename files
25
+ * Create symlinks with just one key stroke
26
+ * Easily copy an item's path to clipboard or primary selection
27
+ * Order items the way you want
28
+ * See only files of a certain type
29
+ * Filter out all files not matching a [regex](https://www.rubyguides.com/2015/06/ruby-regex/) pattern
30
+ * Mark files and directories an do group actions on them
31
+ * Bookmark directories for easy jumping
32
+ * Follow a symlink to where it points with one key stroke
33
+ * Highlight files and directories matching a given pattern
34
+ * Find items using `locate` and jump directly to the desired item
35
+ * Find items and jump there using fuzzy search (uses
36
+ [fzf](https://github.com/junegunn/fzf))
37
+ * Execute any shell command from inside RTFM
38
+ * [navi](https://github.com/denisidoro/navi) integration for easier command
39
+ executions
40
+ * Easily unpack or create archives
41
+ * Show git status for the current directory
42
+ * Show comprehensive system info (processes running, disk space, dmesg, etc.)
43
+ * See if a directory (with sub dirs) has changed using cryptographic hashes
44
+ * Integration with OpenAI to get an executive summary of file content
45
+
14
46
  ## Why?
15
47
  RTFM parses your LS_COLORS to ensure color consistency with the terminal experience.
16
48
 
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: '2.6'
4
+ version: 2.6.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: 2023-04-10 00:00:00.000000000 Z
11
+ date: 2023-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: curses
@@ -48,7 +48,8 @@ description: 'A full featured terminal browser with syntax highlighted files, im
48
48
  shown in the terminal, videos thumbnailed, etc. You can bookmark and jump around
49
49
  easily, delete, rename, copy, symlink and move files. RTFM has a a wide range of
50
50
  other features. New in 2.4: Added archive creation (key=Z) and extraction (key=z).
51
- New in 2.5: fzf integration via Ctrl-L. New in 2.6: navi integration via ctrl-n'
51
+ New in 2.5: fzf integration via Ctrl-L. New in 2.6: navi integration via ctrl-n
52
+ (2.6.1 added a feature list in the Readme.md)'
52
53
  email: g@isene.com
53
54
  executables:
54
55
  - rtfm