ruby-shell 3.6.9 → 3.6.10

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/rsh +2 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1db1bd4df1311c6cdb38713235f40812df4ddc394e55b69154a9d7e04ee4510
4
- data.tar.gz: f8c8ad429df098fc6302147ed076d5d1b54dd7a6e444f84bc8da5e0d3533a9c3
3
+ metadata.gz: 76a48b3b13e6a1eb7fed0d68be6934d03182b8a176960d81b3c680367cd1d72e
4
+ data.tar.gz: 4491a5c43703b4ad519df7e51ec3804a80bd9e6f45c84e8c53745453ec695b94
5
5
  SHA512:
6
- metadata.gz: 00a70c8120e62e9c8174bf646764720fb2840d1ef7316484c132ed8a5eaed4a490851079f8eb797f73aa5688cb5409d116038452045ce1e7738b6b4e4bcceb7b
7
- data.tar.gz: d0a957a16d247081b9a071752988d4181fb666cfe6ad0ea4ddebac9a7e65b61d5018c4558c679daff0256e9e579158bb15458f4e2c208bfdc44f3faf3cb4ef61
6
+ metadata.gz: 9b502692bbb3d9471e24c97f8475c117381795ed431f002744a7774e98161ab2e9721e86e303c4e70e3b4685dbc07df30dd875bba8b178d180097a5a58ffedb0
7
+ data.tar.gz: 14c7824dcfcb688d3f63fbbe7fa621c06f3d41e7a9680376315c018ab4198defa22b47c74ef0644bcf046326bd4610502c7ef3ace49f05a5a8258f2c4af6d3ea
data/bin/rsh CHANGED
@@ -8,7 +8,7 @@
8
8
  # Web_site: http://isene.com/
9
9
  # Github: https://github.com/isene/rsh
10
10
  # License: Public domain
11
- @version = "3.6.9" # Don't override TERM - let terminal set it
11
+ @version = "3.6.10" # OSC 7: Report cwd to terminal (for wezterm etc.)
12
12
 
13
13
  # MODULES, CLASSES AND EXTENSIONS
14
14
  class String # Add coloring to strings (with escaping for Readline)
@@ -3591,6 +3591,7 @@ loop do
3591
3591
  end
3592
3592
  @prompt.gsub!(/#{Dir.home}/, '~') # Simplify path in prompt
3593
3593
  print "\033]0;rsh: #{current_dir}\007" # Set window title (no spawn)
3594
+ print "\033]7;file://#{@node}#{current_dir}\007" # OSC 7: Report cwd to terminal
3594
3595
  @history[0] = "" unless @history[0]
3595
3596
  cache_executables # Use cached executable lookup
3596
3597
  # Load plugins on first command (lazy loading)
metadata CHANGED
@@ -1,18 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.6.9
4
+ version: 3.6.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Geir Isene
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-16 00:00:00.000000000 Z
11
+ date: 2026-01-18 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.6.9: Don''t override TERM variable - let terminal emulator set it correctly.'
15
+ v3.6.10: OSC 7 support - reports cwd to terminal for wezterm/kitty spawn-in-same-dir.'
16
16
  email: g@isene.com
17
17
  executables:
18
18
  - rsh