rtfm-filemanager 1.5.3 → 1.5.4
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/bin/rtfm +2 -1
- 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: b429fe89ffca3ad31171312be68f9db1a1c43f821d8a8faa7624e805eab8a06d
|
|
4
|
+
data.tar.gz: dba591810bea3426ee863f062cea05c7ed43c07fa83b7c5087d265b3f123aba3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03d0872a3dd61f96f20f777ce8337b06ebef31d5d4fb99fd83bc51f38dec9689a862d7eadb66deefd931b5e348b26f5f0d335bd567965ce9922467be72e4a5ab
|
|
7
|
+
data.tar.gz: 79fd8c6618c222c9365caf005a84a5363c635c8370634efa789efaa89a526603d55b8816e55a9eec80cc4fc172d669a0d8c3f84dc9537b2759570c5c88f2e5aa
|
data/bin/rtfm
CHANGED
|
@@ -1268,6 +1268,7 @@ def w_b_exec(cmd) # EXECUTE COMMAND FROM @W_B
|
|
|
1268
1268
|
end
|
|
1269
1269
|
begin
|
|
1270
1270
|
status = Timeout::timeout(5) {
|
|
1271
|
+
@w_r.clr
|
|
1271
1272
|
begin
|
|
1272
1273
|
@w_r.pager_cmd = "#{cmd} | batcat -n --color=always 2>/dev/null"
|
|
1273
1274
|
@w_r.text = `#{@w_r.pager_cmd} 2>/dev/null`
|
|
@@ -1372,8 +1373,8 @@ loop do # OUTER LOOP - CATCHING REFRESHES VIA 'r'
|
|
|
1372
1373
|
@tag = false # Clear tag pattern
|
|
1373
1374
|
lsall_old = @lsall
|
|
1374
1375
|
main_getkey # Get key from user
|
|
1375
|
-
break if @break # Break to outer loop, redrawing windows, if user hit 'r'
|
|
1376
1376
|
break if Curses.cols != maxx or Curses.lines != maxy # break on terminal resize
|
|
1377
|
+
break if @break # Break to outer loop, redrawing windows, if user hit 'r'
|
|
1377
1378
|
end
|
|
1378
1379
|
ensure # On exit: close curses, clear terminal
|
|
1379
1380
|
@write_conf_all = false
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rtfm-filemanager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.
|
|
4
|
+
version: 1.5.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
@@ -34,8 +34,8 @@ description: 'A full featured terminal browser with syntax highlighted files, im
|
|
|
34
34
|
shown in the terminal, videos thumbnailed, etc. You can bookmark and jump around
|
|
35
35
|
easily, delete, rename, copy, symlink and move files. RTFM has a a wide range of
|
|
36
36
|
other features. New in 1.5.0: Expanded ''/'' to jump to the first match and ''n''
|
|
37
|
-
to jump to the next matched item (''j'' and ''J'' are now gone). New in 1.5.
|
|
38
|
-
output
|
|
37
|
+
to jump to the next matched item (''j'' and ''J'' are now gone). New in 1.5.4: Fixed
|
|
38
|
+
command output error - now shown in raght pane.'
|
|
39
39
|
email: g@isene.com
|
|
40
40
|
executables:
|
|
41
41
|
- rtfm
|