ShellStash is a command-line tool designed for developers who frequently reuse complex shell commands. Instead of searching through bash history or maintaining text files, ShellStash provides a clean interface for storing and retrieving commands.
I made this as my first real project using Rust. It targeted a pain point I face myself at work, and with the goal to help others and streamline distribution, I set up GitHub actions to automate builds and releases.