rtfm-filemanager 2.6.2 → 2.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +13 -9
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d464a80092173383b054e77b5e027d9b96f938a8baa3df9ed6ab00b48b35e6f
|
4
|
+
data.tar.gz: eca599ee40370be12d0325c608eccbe1a8a8b50ea4050f6793a537507b927836
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 679fec3e4c2bb04058f16b1a44844670406586f79c3a4ff1eae0acd25966d2ff3a71679b53aa91ad05b4513ad714754ea666b00db4eff12f0a5330603d838aec
|
7
|
+
data.tar.gz: e6c92fb0ea838b0b6bb949ace62a8900d26a4d7b9000b58cab90d09a07dbd45a0559f82b37951bf5d8252cf71bc2756a8ae4072237c9c69c826c2211fc86d39c
|
data/README.md
CHANGED
@@ -1,5 +1,9 @@
|
|
1
1
|
# RTFM - Ruby Terminal File Manager
|
2
2
|
|
3
|
+
![Ruby](https://img.shields.io/badge/language-Ruby-red) [![Gem Version](https://badge.fury.io/rb/rtfm-filemanager.svg)](https://badge.fury.io/rb/rtfm-filemanager) ![Unlicense](https://img.shields.io/badge/license-Unlicense-green) ![Stay Amazing](https://img.shields.io/badge/Stay-Amazing-important)
|
4
|
+
|
5
|
+
What other features can I cram into this file manager?
|
6
|
+
|
3
7
|
## What?
|
4
8
|
RTFM is a file manager for the terminal written in Ruby. It lets you browse
|
5
9
|
directories and view the content of directories and files. Files are syntax
|
@@ -21,13 +25,13 @@ features:
|
|
21
25
|
* Item's meta data is shown at the top
|
22
26
|
* Easily browse file content (even pdf, MS/OpenOffice, etc.)
|
23
27
|
* Move around the file systems using arrow keys of VI keys
|
24
|
-
* Copy, move or
|
28
|
+
* Copy, move, rename or delet files easily
|
25
29
|
* Create symlinks with just one key stroke
|
26
30
|
* Easily copy an item's path to clipboard or primary selection
|
27
31
|
* Order items the way you want
|
28
32
|
* See only files of a certain type
|
29
33
|
* Filter out all files not matching a [regex](https://www.rubyguides.com/2015/06/ruby-regex/) pattern
|
30
|
-
* Mark files and directories
|
34
|
+
* Mark files and directories and do group actions on them
|
31
35
|
* Bookmark directories for easy jumping
|
32
36
|
* Follow a symlink to where it points with one key stroke
|
33
37
|
* Highlight files and directories matching a given pattern
|
@@ -46,13 +50,13 @@ features:
|
|
46
50
|
## Why?
|
47
51
|
RTFM parses your LS_COLORS to ensure color consistency with the terminal experience.
|
48
52
|
|
49
|
-
The idea came to mind as I was working on [a complete
|
50
|
-
|
51
|
-
ranger theme. But making a separate theme for
|
52
|
-
LS_COLOR setup is rather stupid. File managers
|
53
|
-
default rather than implement their own themes. This
|
54
|
-
I kept scratching until I could happily replace ranger two
|
55
|
-
|
53
|
+
The idea came to mind as I was working on [a complete LS_COLORS
|
54
|
+
setup](https://github.com/isene/LS_COLORS) with a corresponding
|
55
|
+
[ranger](https://ranger.github.io/) theme. But making a separate theme for
|
56
|
+
ranger to mimic a massive LS_COLOR setup is rather stupid. File managers
|
57
|
+
should parse LS_COLORS as default rather than implement their own themes. This
|
58
|
+
became an itch that I kept scratching until I could happily replace ranger two
|
59
|
+
weeks later.
|
56
60
|
|
57
61
|
## How?
|
58
62
|
RTFM is a two-pane file manager. You navigate in the left pane and the content
|
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.3
|
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-
|
11
|
+
date: 2023-04-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: curses
|
@@ -47,7 +47,7 @@ dependencies:
|
|
47
47
|
description: 'A full featured terminal browser with syntax highlighted files, images
|
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
|
-
other features. New in 2.6.
|
50
|
+
other features. New in 2.6.3: Update to README.md'
|
51
51
|
email: g@isene.com
|
52
52
|
executables:
|
53
53
|
- rtfm
|