rtfm-filemanager 5.6 → 5.6.1

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 +2 -2
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f544a2581e939a651b9c5f7532960fb057dc449a4a549acbec646576845c71e5
4
- data.tar.gz: 0c27c90a8b5ad28e804e15dc810837f783b37872ae1e6c45e399cf2e16b61b4e
3
+ metadata.gz: 640b4b9aa3f52d8e006c1c11fff61446941383e284119f69d6766ec26581823d
4
+ data.tar.gz: 225fc4b42a2b666e1e5a99788df045b943a5ec1e448509995b4ca8b6ea3061e0
5
5
  SHA512:
6
- metadata.gz: 9ee6716978969d8a704647962322786f4a1fb703504600febdcf6c4dedb2c77801b9e1819b76eb5e8aa8f6d9491b6236ae14027a1112c755fa9764fcecd91e00
7
- data.tar.gz: 69f326117d1d528a36175bf16e93e79db20018bbafe784167b24058239699680c63079bb253f6979ce938b165f6c1e9de16ccd2fe6d4060463d9521e2c8a4b4c
6
+ metadata.gz: 176d2943cc0433a204017f43c41337ca78079d69e78f2131b6a932c0b47b61eedfa78cfc14a4f8d3f85f7eece1a5e4042ed0408a631bf27c395df7d107132ec4
7
+ data.tar.gz: bdb702b5979b4737d1e05108b02cb0f80da1cfa098059dfc1456ca7738f241577b3ee1d3e69132194e04b2da6c70441b899a6614add4e4131a1e0ab4db5784f5
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.6' # Fixed bug with special characters in terminal after EDITOR exit
21
+ @version = '5.6.1' # Fixed a small copy path bug
22
22
 
23
23
  # SAVE & STORE TERMINAL {{{1
24
24
  ORIG_STTY = `stty -g`.chomp
@@ -1329,7 +1329,7 @@ end
1329
1329
  # CLIPBOARD COPY {{{2
1330
1330
  def copy_path # {{{3
1331
1331
  if @selected
1332
- clip = "xclip -selection #{_chr == 'Y' ? 'clipboard' : 'primary'} -in -loops 1"
1332
+ clip = "xclip -selection #{getchr == 'Y' ? 'clipboard' : 'primary'} -in -loops 1"
1333
1333
  @pB.say(' Path copied')
1334
1334
  shell("echo -n '#{@selected}' | #{clip}")
1335
1335
  else
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.6'
4
+ version: 5.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: 2025-05-19 00:00:00.000000000 Z
11
+ date: 2025-05-22 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.6: Fixed bug with special characters in terminal after EDITOR exit.
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.6.1: Fixed a small copy path bug.
58
58
  email: g@isene.com
59
59
  executables:
60
60
  - rtfm