Search and save shell snippets directly from your terminal without switching to a browser.
Borg is a command-line tool that enables developers to search and save shell snippets without leaving the terminal. It solves the problem of interrupting workflow to look up bash commands online by providing a fast, integrated way to access a community-driven database of snippets. Users can also contribute their own snippets and rate existing ones to improve search results.
Developers and system administrators who frequently use the terminal and need quick access to shell commands or want to share their expertise with others.
Borg offers a seamless terminal-native experience for discovering and managing shell snippets, reducing context switching and boosting productivity. Its self-hosting capability and collaborative features allow teams to build private knowledge bases or contribute to a public repository.
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.
Allows searching snippets directly in the terminal, eliminating context switching as emphasized in the README's philosophy of keeping developers in their flow.
Users can add or edit snippets to expand the community-driven database, fostering shared knowledge improvement over time.
The `worked` command upvotes helpful snippets to improve search rankings, ensuring better relevance for future queries.
Supports piping results to tools like `less` for easier viewing, enhancing terminal-based usability.
The official website (ok-b.org) is down with an uncertain revival timeline, limiting access to the shared snippet database unless self-hosted.
Release binaries only support searching; adding or editing snippets requires installing from source, adding complexity for contributors.
Hosting your own server via the daemon folder is possible but might become less appealing over time, and it lacks extensive documentation.