An open API service indexing awesome lists of open source software.

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

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