Categorygithub.com/2JS/chatsh
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

  1. macOS.

    Linux and Windows systems are not tested for now, it may or may not work.

  2. Go 1.19.6

    Lower versions are not tested, it may or may not work.

Install

Build from source

  1. Clone this repo.

  2. Run build script

    ./build.sh
    
  3. Add bin directory to your PATH 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