rtfm-filemanager 1.8.1 → 1.8.2
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 -2
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 04d197c6aa33f350419d15ec6fdb9b380062a9811a5fcff79612f0f551011bdd
|
|
4
|
+
data.tar.gz: 2b7054f5603f874f962fc9613e4bf971aa33b54d1ca7a530f69e2ff2dab96b85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 384b81bcd318651c396aa2a7a494f83bfe2f5ce005d0b3e45d4de815ebfc76dd95a3af989865edf0ca19010edcfaa577e70f62a72e8d83e7c84a53e16a963bbd
|
|
7
|
+
data.tar.gz: b62bc3a32ae1d474cde2d9e35a3d0316779d9a527fbd8f4148a42c3cb316d3ae41413ec255f12e5d31f378a64fd1d80ce208a99418a3b0d93dd42ffc8ecd7dc0
|
data/bin/rtfm
CHANGED
|
@@ -594,8 +594,8 @@ def main_getkey # GET KEY FROM USER
|
|
|
594
594
|
text += [[195, 0, ps]]
|
|
595
595
|
disk = `df -H | head -8`
|
|
596
596
|
text += [[172, 0, disk]]
|
|
597
|
-
dmesg = "\nDMESG:\n"
|
|
598
|
-
dmesg += `dmesg | tail -6
|
|
597
|
+
dmesg = "\nDMESG (latest first):\n"
|
|
598
|
+
dmesg += `dmesg | tail -6`.split("\n").sort.reverse.join("\n")
|
|
599
599
|
text += [[219, 0, dmesg]]
|
|
600
600
|
w_r_info(ansifix(text))
|
|
601
601
|
rescue
|
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: 1.8.
|
|
4
|
+
version: 1.8.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Geir Isene
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-12-
|
|
11
|
+
date: 2021-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: curses
|
|
@@ -33,8 +33,7 @@ dependencies:
|
|
|
33
33
|
description: 'A full featured terminal browser with syntax highlighted files, images
|
|
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
|
-
other features. New in 1.8.
|
|
37
|
-
1-5 (1 being the very latest), 1.8.1: Small bug fix in the storing the 1-5 marks.'
|
|
36
|
+
other features. New in 1.8.2: Reversed dmesg list in system overview (''S'')'
|
|
38
37
|
email: g@isene.com
|
|
39
38
|
executables:
|
|
40
39
|
- rtfm
|