Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 499 Bytes

File metadata and controls

11 lines (9 loc) · 499 Bytes

pchat

Terminal-based Ollama chat for your rust project.

Currently working on Linux and Mac machines*

  • input the relevent data into the included config.toml and move it to ~/.config/pchat
  • then go to the root directory of a rust project and execute the command:
    • $ pchat -p <your prompt>

this is the extent of pchat's current functionality. if you happen to be an experienced rust programmer, i would greatly appereciate some pointers regauring best practices.