https://github.com/wenyuzhao/gptsh
The AI-powered, noob-friendly interactive shell.
https://github.com/wenyuzhao/gptsh
ai chatgpt gpt shell terminal
Last synced: over 1 year ago
JSON representation
The AI-powered, noob-friendly interactive shell.
- Host: GitHub
- URL: https://github.com/wenyuzhao/gptsh
- Owner: wenyuzhao
- License: mit
- Created: 2024-02-16T13:30:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T04:47:17.000Z (over 2 years ago)
- Last Synced: 2025-02-28T16:09:27.204Z (over 1 year ago)
- Topics: ai, chatgpt, gpt, shell, terminal
- Language: Rust
- Homepage:
- Size: 242 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `gptsh` - The AI-powered, noob-friendly interactive shell

# Getting Started
### Install
```bash
cargo install gptsh
```
### Usage
As an interactive shell: `gptsh`
Execute a single command: `gptsh -- list current directory`
Execute a script (written in natural language!): `gptsh ./examples/simple.gsh`