https://github.com/doublej/ccom
Convert natural language to shell commands using Claude AI
https://github.com/doublej/ccom
Last synced: 5 months ago
JSON representation
Convert natural language to shell commands using Claude AI
- Host: GitHub
- URL: https://github.com/doublej/ccom
- Owner: doublej
- Created: 2025-12-24T19:29:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-12-24T19:30:26.000Z (6 months ago)
- Last Synced: 2025-12-26T09:52:53.169Z (6 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ccom - Claude Command
Convert natural language to shell commands using Claude AI.
## Installation
```bash
# Download
curl -o /usr/local/bin/ccom https://raw.githubusercontent.com/jurrejan/ccom/main/ccom
chmod +x /usr/local/bin/ccom
```
Requires: `claude` CLI installed and authenticated.
## Usage
```bash
ccom "list all files"
ccom "find large videos"
ccom "compress this folder"
```
## Example
```
─────────────────────────────
Claude Command v1.0
─────────────────────────────
[1] List files in current directory
ls
[2] List files with details
ls -lah
[3] List files recursively
find . -type f
▶ Run [1-3] or q:
```
## License
MIT