claude-code-tools 0.1.20__py3-none-any.whl → 0.1.21__py3-none-any.whl

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.

Potentially problematic release.


This version of claude-code-tools might be problematic. Click here for more details.

@@ -1,3 +1,3 @@
1
1
  """Claude Code Tools - Collection of utilities for Claude Code."""
2
2
 
3
- __version__ = "0.1.20"
3
+ __version__ = "0.1.21"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: claude-code-tools
3
- Version: 0.1.20
3
+ Version: 0.1.21
4
4
  Summary: Collection of tools for working with Claude Code
5
5
  License-File: LICENSE
6
6
  Requires-Python: >=3.11
@@ -117,6 +117,42 @@ claude mcp add puppeteer -- npx -y @modelcontextprotocol/server-puppeteer
117
117
 
118
118
  For detailed instructions, see [docs/tmux-cli-instructions.md](docs/tmux-cli-instructions.md).
119
119
 
120
+ ## 🚀 lmsh (Experimental)
121
+
122
+ Natural language shell - type what you want in plain English, get an editable command.
123
+
124
+ ```bash
125
+ # Direct usage - translate, edit, execute, then enter interactive mode
126
+ $ lmsh "show me all python files modified today"
127
+ find . -name "*.py" -mtime 0 # <-- Edit before running
128
+
129
+ # Or interactive mode
130
+ $ lmsh
131
+ lmsh> show recent docker containers
132
+ docker ps -n 5 # <-- Edit before running
133
+ ```
134
+
135
+ **Features:**
136
+ - Rust-based for instant startup (<1ms binary load time)
137
+ - Translates natural language to shell commands using Claude
138
+ - Commands are editable before execution - full control
139
+ - Preserves your shell environment
140
+
141
+ **Note:** Claude API adds ~3-5s latency. Future versions may use local models for instant response.
142
+
143
+ **Installation:**
144
+ ```bash
145
+ # Install from crates.io (easiest, requires Rust)
146
+ cargo install lmsh
147
+
148
+ # Or build from source
149
+ cd lmsh && cargo build --release
150
+ cp target/release/lmsh ~/.cargo/bin/
151
+ # Or: make lmsh-install
152
+ ```
153
+
154
+ See [docs/lmsh.md](docs/lmsh.md) for details.
155
+
120
156
  ## 🔍 find-claude-session
121
157
 
122
158
  Search and resume Claude Code sessions by keywords with an interactive UI.
@@ -1,4 +1,4 @@
1
- claude_code_tools/__init__.py,sha256=d4BnXZ4X2qPVC6ZYa07D6X_jJyK3bTG0W8X6oG7Ifig,90
1
+ claude_code_tools/__init__.py,sha256=qRAVB_-ZIkNZrN86fSSuzUt33irrFIhEkjnCus9Eyr0,90
2
2
  claude_code_tools/codex_bridge_mcp.py,sha256=0roYm3YgEFB6y2MvGovzHyY7avKtire4qBtz3kVaYoY,12596
3
3
  claude_code_tools/dotenv_vault.py,sha256=KPI9NDFu5HE6FfhQUYw6RhdR-miN0ScJHsBg0OVG61k,9617
4
4
  claude_code_tools/env_safe.py,sha256=TSSkOjEpzBwNgbeSR-0tR1-pAW_qmbZNmn3fiAsHJ4w,7659
@@ -10,11 +10,12 @@ docs/claude-code-chutes.md,sha256=jCnYAAHZm32NGHE0CzGGl3vpO_zlF_xdmr23YxuCjPg,80
10
10
  docs/claude-code-tmux-tutorials.md,sha256=S-9U3a1AaPEBPo3oKpWuyOfKK7yPFOIu21P_LDfGUJk,7558
11
11
  docs/dot-zshrc.md,sha256=DC2fOiGrUlIzol6N_47CW53a4BsnMEvCnhlRRVxFCTc,7160
12
12
  docs/find-claude-session.md,sha256=fACbQP0Bj5jqIpNWk0lGDOQQaji-K9Va3gUv2RA47VQ,4284
13
+ docs/lmsh.md,sha256=S3o9WHzK0hytb7f05IoHFoN-azXJxUDeUPOuxPHvZM0,1230
13
14
  docs/reddit-post.md,sha256=ZA7kPoJNi06t6F9JQMBiIOv039ADC9lM8YXFt8UA_Jg,2345
14
15
  docs/tmux-cli-instructions.md,sha256=hKGOdaPdBlb5XFzHfi0Mm7CVlysBuJUAfop3GHreyuw,5008
15
16
  docs/vault-documentation.md,sha256=5XzNpHyhGU38JU2hKEWEL1gdPq3rC2zBg8yotK4eNF4,3600
16
- claude_code_tools-0.1.20.dist-info/METADATA,sha256=ODOsrf0LYzdVF32wCk_2ZKBpSGgQZ7i_2XZ60n4uYW4,12337
17
- claude_code_tools-0.1.20.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
18
- claude_code_tools-0.1.20.dist-info/entry_points.txt,sha256=AdJXTNrrAbUp0EhSRQuA0IBjFLBUXdqh7nuBYVFEAig,224
19
- claude_code_tools-0.1.20.dist-info/licenses/LICENSE,sha256=BBQdOBLdFB3CEPmb3pqxeOThaFCIdsiLzmDANsCHhoM,1073
20
- claude_code_tools-0.1.20.dist-info/RECORD,,
17
+ claude_code_tools-0.1.21.dist-info/METADATA,sha256=quyxwy3WCzHdg_Xp3wXYeMOQL2FicmC5DarhWJBzRbA,13341
18
+ claude_code_tools-0.1.21.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
19
+ claude_code_tools-0.1.21.dist-info/entry_points.txt,sha256=AdJXTNrrAbUp0EhSRQuA0IBjFLBUXdqh7nuBYVFEAig,224
20
+ claude_code_tools-0.1.21.dist-info/licenses/LICENSE,sha256=BBQdOBLdFB3CEPmb3pqxeOThaFCIdsiLzmDANsCHhoM,1073
21
+ claude_code_tools-0.1.21.dist-info/RECORD,,
docs/lmsh.md ADDED
@@ -0,0 +1,48 @@
1
+ # lmsh
2
+
3
+ A fast, minimal natural language shell interface that translates conversational commands into editable shell commands.
4
+
5
+ ## What it does
6
+
7
+ Type natural language → Get an editable shell command → Review/modify → Execute
8
+
9
+ Example:
10
+ ```bash
11
+ $ lmsh
12
+ > show me all python files modified today
13
+ find . -name "*.py" -mtime 0 # <-- Editable command appears, press Enter to run
14
+ ```
15
+
16
+ ## Installation
17
+
18
+ ```bash
19
+ # Install from crates.io (easiest, requires Rust)
20
+ cargo install lmsh
21
+
22
+ # Or build from source
23
+ cd lmsh/
24
+ cargo build --release
25
+ cp target/release/lmsh ~/.cargo/bin/
26
+ # Or: make lmsh-install
27
+ ```
28
+
29
+ Note: Ensure `~/.cargo/bin` is in your PATH.
30
+
31
+ ## Usage
32
+
33
+ ```bash
34
+ lmsh # Interactive mode
35
+ lmsh "show me python files" # Translate, edit, execute, then interactive mode
36
+ lmsh --version # Version info
37
+ ```
38
+
39
+ ## Features
40
+
41
+ - **Editable commands** - Review and modify before execution
42
+ - **Fast startup** - Optimized Rust binary (~1ms)
43
+ - **Claude-powered** - Uses Claude for natural language understanding
44
+ - **Shell preservation** - Maintains your shell environment and aliases
45
+
46
+ ## Note
47
+
48
+ Claude's API startup adds ~2-3s latency. Future versions may explore faster local models for instant response.