How do you manage your linux shell commands

Vivek
0 replies
People working on linux systems(shell/bash) usually struggles with finding a command & finding specific option & flags of the commands Many use notes or some text files to store the commands for future use, while this may work for a while it's not easy to maintain commands. What if there is single source of truth to all your commands. I have created a web application to help solve these issues. Users can find a specific command, looks for all the options and flags supported by the command. Generate the command using nicely designed user interface & store it privately for future use. The generated or stored command can be copied with a just a single click on copy-to-clipboard button. A specific command can also be published in which case it can be accessible to any user with the published link. This webapp is totally free, try it out https://commandhunt.com Your feedback is highly appreciated!
🤔
No comments yet be the first to help