I created a small tool to save, manage, and quickly run frequently used commands.

Wait 5 sec.

Hey everyone, Like many of you, I spend a lot of time in the terminal. Over time, I found myself constantly forgetting complex commands or having to dig through a massive, unorganized .bashrc / .zshrc file to find that one specific alias I set up months ago. Standard aliases are great, but they lack organization when the list grows too long. To fix this, I wrote a lightweight shell script called aliasme. It essentially acts as a localized bookmark manager for your shell commands, allowing you to easily save, organize, and quickly run your frequently used scripts right from the terminal. Repo: https://github.com/Jintin/aliasme What it does: * Easily save (aliasme add) and remove commands. * List and display your saved commands so you don't have to rely purely on memory. * It's a pure shell script—no heavy dependencies, fast, and straightforward. I've been using it for my own workflow and found it super helpful, so I wanted to share it with the community here. I would absolutely love to hear your thoughts! If you have any feedback on the code, feature requests, or suggestions on how to make it better, please let me know. Thanks!   submitted by   /u/jintinlin [link]   [comments]