Ever solved a tricky problem at the command line, only to struggle documenting it later? I built Savvy so you can capture and share your CLI solutions in seconds.<p>With a simple savvy record history command, you can:<p><pre><code> - Go back in time and cherry pick commands from your shell history
- Automatically expand aliases
- Redact sensitive information locally
- Convert hard-coded values into runtime placeholders
- Export locally to markdown files or create shareable team workflows using Savvy.
</code></pre>
Savvy never reads command outputs - you explicitly choose what to share. When running workflows, Savvy guides you through each step in a new sub-shell, handling all runtime values automatically.<p>Some FAQs<p>Q) How Does Savvy’s CLI work?<p><pre><code> Savvy’s CLI uses shell hooks (full support for bash and zsh. Fish support is in beta) to capture commands. Savvy’s CLI never looks at any command outputs or active keystrokes. Users have to explicitly opt-in (by typing savvy record/savvy record history) to capture commands every single time.
Once you select a particular workflow with savvy run, savvy starts a new sub-shell and walks you through each step of the way. No manual copy paste or editing commands to provide run time values.
Demo: https://getsavvy.so/demo
</code></pre>
Q) How does Savvy Auto-generate Workflows?<p><pre><code> Savvy takes your redacted commands as input and uses Llama 3.x hosted on Groq to create a first draft of your workflow.
</code></pre>
Q) What other LLM’s do you use?<p><pre><code> Savvy ask/explain are powered by GPT 4/GPT4o to convert natural language to shell commands and vice-versa.
</code></pre>
Try it out:<p><pre><code> GitHub: https://github.com/getsavvyinc/savvy-cli
Demo: https://getsavvy.so/demo
Docs: https://docs.getsavvy.so/guides/quick_start/
Example workflows: https://getsavvy.so/#examples
</code></pre>
Drop a comment below if you have any questions.