(no title)
suchuanyi | 6 months ago
• ccshell "find all files larger than 100MB"
• ccshell "convert all HEIC photos to JPEG"
• ccshell "download all images from a webpage"
It uses Claude Code CLI with intelligent prompt engineering to:
- Automatically detect and install the right tools (via brew, etc.)
- Show real-time progress and execution status
- Handle complex, long-running tasks
- Work safely with file operations
Try it immediately without installation:
npx ccshell "list all files in the current directory"
Built for macOS initially, but the approach could work cross-platform. The
three-tier strategy (local commands → tool installation → custom scripts)
makes it surprisingly reliable.
Would love feedback from the community on making shell interfaces more
accessible!
No comments yet.