ruby-shell 3.1.0 → 3.3.0
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/PLUGIN_GUIDE.md +757 -0
- data/README.md +199 -15
- data/bin/rsh +672 -81
- metadata +7 -5
metadata
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-shell
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.3.0
|
|
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-10-
|
|
11
|
+
date: 2025-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: 'A shell written in Ruby with extensive tab completions, aliases/nicks,
|
|
14
14
|
history, syntax highlighting, theming, auto-cd, auto-opening files and more. UPDATE
|
|
15
|
-
v3.
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
v3.3.0: QUOTE-LESS SYNTAX - No quotes needed! Parametrized nicks with {{placeholders}}
|
|
16
|
+
- :nick gp=git push {{branch}}, use: gp branch=main. Ctrl-G multi-line editing in
|
|
17
|
+
$EDITOR. Custom validation rules. Full bash shell script support. Simpler, cleaner,
|
|
18
|
+
more powerful!'
|
|
18
19
|
email: g@isene.com
|
|
19
20
|
executables:
|
|
20
21
|
- rsh
|
|
@@ -22,6 +23,7 @@ extensions: []
|
|
|
22
23
|
extra_rdoc_files: []
|
|
23
24
|
files:
|
|
24
25
|
- ".rshrc"
|
|
26
|
+
- PLUGIN_GUIDE.md
|
|
25
27
|
- README.md
|
|
26
28
|
- bin/rsh
|
|
27
29
|
homepage: https://isene.com/
|