Search and save shell snippets directly from your terminal without switching to a browser.
Borg is a command-line utility that allows developers to search and save shell snippets without leaving their terminal. It solves the problem of constantly switching to a browser to look up bash commands by providing a fast, in-terminal searchable database of community-contributed snippets.
Developers, sysadmins, and power users who frequently work in the terminal and want quick access to shell command examples without disrupting their workflow.
Borg offers a streamlined, terminal-native experience for discovering and sharing shell knowledge, with the ability to self-host and a voting system that surfaces the most helpful snippets based on real user feedback.
Search and save shell snippets without leaving your terminal
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Borg allows querying shell snippets directly from the command line with succinct output, minimizing workflow disruption, as designed to avoid leaving the terminal for bash commands.
The `worked` command lets users upvote helpful snippets, improving search rankings based on real feedback, fostering a shared knowledge base that surfaces the best results.
Supports piping search results to tools like `less` for easier browsing, mentioned in the README with `borg pipeto less`, enhancing usability for long outputs.
Offers the ability to run your own Borg server for full control over the snippet database, enabling private or customized setups, though the README notes it might become less appealing as community content grows.
The official hosted website (ok-b.org) is down due to lack of maintainer time, forcing users to self-host or wait for a planned resurrection, which limits out-of-the-box usability.
Pre-built releases only support searching snippets; adding or editing requires installing from source, as stated in the README, making it inconvenient for casual users.
The snippet database relies on user contributions, and with the hosted service down, content may be stagnant or incomplete, reducing search effectiveness for niche commands.