rtfm-filemanager 6.0.2 → 6.0.3
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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: face8238835b1e91a466f48f1b55e18dd98f59f5ff6044817b61005f0f47cc43
|
4
|
+
data.tar.gz: 18ec77b1f5126ca3b5b77bba61b869c18a122bc45823df49a7e0729299cca312
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a21983a89b862f30134fc45c3be8c1940b6bf23d5cc0aa221401cead34256f706baf5281c192574338ef782c31950ce659292a4538963e351ea0baf4370f8f3
|
7
|
+
data.tar.gz: 38aff0e9c84745a5616ef48138f7727cf9bd9fc172235e90ce921307cbeab2563b847e76572f9f1a1da89a70ff7200939a3f0fd2c089f586090dc638c39edb13
|
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 = '6.0.
|
21
|
+
@version = '6.0.3' # Fixed undefined past_action variable in delete_items method
|
22
22
|
|
23
23
|
# SAVE & STORE TERMINAL {{{1
|
24
24
|
ORIG_STTY = `stty -g`.chomp
|
@@ -3195,7 +3195,7 @@ def delete_items # {{{3
|
|
3195
3195
|
end
|
3196
3196
|
@tagged.clear
|
3197
3197
|
refresh_right
|
3198
|
-
@pB.say("#{
|
3198
|
+
@pB.say("#{action} #{paths.size} items#{@trash ? " to #{TRASH_DIR}" : ''}".fg(204))
|
3199
3199
|
end
|
3200
3200
|
else
|
3201
3201
|
@pB.update = true
|