ruby-shell 3.0.0 → 3.2.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/PLUGIN_GUIDE.md +757 -0
  3. data/README.md +89 -6
  4. data/bin/rsh +858 -48
  5. metadata +5 -4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.0
4
+ version: 3.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
@@ -12,9 +12,9 @@ date: 2025-10-22 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.0.0: MAJOR RELEASE - Persistent defuns, smart command suggestions with typo detection,
16
- command analytics with :stats, switch caching, enhanced bookmarks with tags, session
17
- save/restore, syntax validation, option value completion, and performance tracking.'
15
+ v3.2.0: PLUGIN SYSTEM - Extensible architecture with lifecycle hooks (on_startup,
16
+ on_command_before/after, on_prompt), extension points (add_completions, add_commands),
17
+ plugin management, and 3 example plugins included. Plus colon command theming!'
18
18
  email: g@isene.com
19
19
  executables:
20
20
  - rsh
@@ -22,6 +22,7 @@ extensions: []
22
22
  extra_rdoc_files: []
23
23
  files:
24
24
  - ".rshrc"
25
+ - PLUGIN_GUIDE.md
25
26
  - README.md
26
27
  - bin/rsh
27
28
  homepage: https://isene.com/