All Projects → Szymongib → bookmark

Szymongib / bookmark

Licence: MIT license
Save your favourite URLs from the comfort of your terminal and open them quickly in the browser.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to bookmark

Ultimate Resources Android Devs
Compiled & Curated List of Resources for Android Developers
Stars: ✭ 68 (+4.62%)
Mutual labels:  bookmarks
Vim Markbar
Display all accessible marks and their surrounding lines in a collapsible sidebar.
Stars: ✭ 159 (+144.62%)
Mutual labels:  bookmarks
Bookmarks
🔖 +4.3K awesome resources for geeks and software crafters 🍺
Stars: ✭ 210 (+223.08%)
Mutual labels:  bookmarks
Bookmarks Organizer
With the Bookmarks Organizer it's easy to put order in your bookmarks. The Bookmarks Organizer finds no longer working bookmarks, redirects, duplicates and more!
Stars: ✭ 90 (+38.46%)
Mutual labels:  bookmarks
Lofloccus
Sync Floccus' browser bookmarks to a local folder / any cloud.
Stars: ✭ 132 (+103.08%)
Mutual labels:  bookmarks
Alfred Safari Assistant
Alfred 3+ workflow to search and use Safari bookmarks, history, reading list and tabs.
Stars: ✭ 169 (+160%)
Mutual labels:  bookmarks
Vbookmarks
A successor of Neat Bookmarks.
Stars: ✭ 61 (-6.15%)
Mutual labels:  bookmarks
LRReader
A feature-complete reader and client for LANraragi
Stars: ✭ 62 (-4.62%)
Mutual labels:  bookmarks
Alfred Firefox
Search and control Firefox from Alfred
Stars: ✭ 142 (+118.46%)
Mutual labels:  bookmarks
Awesome Devtools
🤖 A curated list of in-browser bookmarklets, tools, and resources for modern full-stack software engineers.
Stars: ✭ 184 (+183.08%)
Mutual labels:  bookmarks
Reminiscence
Self-Hosted Bookmark And Archive Manager
Stars: ✭ 1,303 (+1904.62%)
Mutual labels:  bookmarks
Yi Note
YiNote browser extension - online video note taking tool
Stars: ✭ 96 (+47.69%)
Mutual labels:  bookmarks
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+3946.15%)
Mutual labels:  bookmarks
Snipit
Snipit allows you to capture and save interesting sections from any source of information. Be it textbooks, journals, computer screens, photographs, flyers, writings on a whiteboard, etc.
Stars: ✭ 70 (+7.69%)
Mutual labels:  bookmarks
Bookmarks.dev
Bookmarks and Code Snippets Manager for Developers & Co
Stars: ✭ 218 (+235.38%)
Mutual labels:  bookmarks
Focusedtask
MacOS menu bar todo app built with Electron, React and Redux. It goals is to help you do deep work.
Stars: ✭ 67 (+3.08%)
Mutual labels:  bookmarks
Ruby Bookmarks
Ruby and Ruby on Rails bookmarks collection
Stars: ✭ 1,972 (+2933.85%)
Mutual labels:  bookmarks
time-capsule
A WebExtension to send links to your future self
Stars: ✭ 27 (-58.46%)
Mutual labels:  bookmarks
Chrome Bookmarks Alfred Workflow
Chrome/Canary/Chromium/Microsoft Edge bookmarks search workflow for Alfred
Stars: ✭ 241 (+270.77%)
Mutual labels:  bookmarks
Bookmarks
🔖 ⭐️ Collection of public dev bookmarks, shared with ❤️ from www.bookmarks.dev
Stars: ✭ 181 (+178.46%)
Mutual labels:  bookmarks

Bookmark

Build and test workflow

Bookmark allows you to save your favourite URLs without leaving the terminal and then quickly open them in the browser.

Bookmark - Demo

Installation

CAUTION: It is recommended to use released version. Use master version on your own risk. There might be breaking changes or experimental features.

Released version

Download for Linux:

wget https://github.com/Szymongib/bookmark/releases/download/v0.1.0/bookmark-linux-amd64

chmod +x bookmark-linux-amd64
sudo mv bookmark-linux-amd64 /usr/local/bin/bookmark

Download for Mac OS:

wget https://github.com/Szymongib/bookmark/releases/download/v0.1.0/bookmark-darwin-amd64

chmod +x bookmark-darwin-amd64
sudo mv bookmark-darwin-amd64 /usr/local/bin/bookmark

Using git and Cargo

git clone [email protected]:Szymongib/bookmark.git
cd bookmark
cargo install --path .

Usage

NOTE: For correct usage documentation, check documentation from tag for corresponding version.

Example commands:

Add URL:

bookmark add GitHub https://github.com

Enter interactive mode:

bookmark

Use enter to open URL in the browser, q to quite the interactive mode and h to display help panel.

List URLs:

bookmark ls

For complete usage of both the Interactive mode and the Standard mode, checkout the usage documentation.

Migrate to new version

If you used Bookmark in version v0.0.x you can import your bookmarks to v0.1.x. To see how to do it, checkout the documentation.

Groups and tags

URLs can be added to groups and labeled with tag. Some groups and tags principles include:

  • Every URL can be in a single group.
  • Every URL can have multiple tags.
  • URL names in scope of one group have to be unique.

Some things to consider when using groups and tags:

  • If the group is not specified when adding the URL, the default group is used.
  • If the group is not specified when listing URLs, all groups are listed.
  • If multiple tags are specified when listing URLs, all URLs matching at least one tag are listed.

Use -g [GROUP_NAME] flag to add or list URLs from a specified group. Use -t [TAG_NAME] flag/flags to add or list URLs with specified tags.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].