modulepackage
0.0.0-20230502170337-69dd13d08309
Repository: https://github.com/2js/chatsh.git
Documentation: pkg.go.dev
# README
chatsh
Zsh powered by ChatGPT. Language model observes the shell inputs and outputs, giving you useful informations, being your helpful assistant.
Requirements
-
macOS.
Linux and Windows systems are not tested for now, it may or may not work.
-
Go 1.19.6
Lower versions are not tested, it may or may not work.
Install
Build from source
-
Clone this repo.
-
Run build script
./build.sh
-
Add
bin
directory to yourPATH
environment variable.export PATH="$PWD/bin:$PATH"
Download binary
Todo.
Todos
- History summary for unlimited token length
- Multiple chatsh instances
- Prebuilt binaries
- Linux & Windows support
- Supports models other than GPT-4
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author