{"id":13502957,"url":"https://github.com/Szymongib/bookmark","last_synced_at":"2025-03-29T13:30:28.826Z","repository":{"id":63566922,"uuid":"272045579","full_name":"Szymongib/bookmark","owner":"Szymongib","description":"Save your favourite URLs from the comfort of your terminal and open them quickly in the browser.","archived":false,"fork":false,"pushed_at":"2024-08-03T07:04:53.000Z","size":2624,"stargazers_count":69,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-08-04T07:39:08.494Z","etag":null,"topics":["bookmarks","rust","terminal"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Szymongib.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-06-13T16:29:00.000Z","updated_at":"2024-08-03T07:04:56.000Z","dependencies_parsed_at":"2024-01-18T23:26:04.746Z","dependency_job_id":"2407b87f-72a4-4b2c-8ec3-54494675e626","html_url":"https://github.com/Szymongib/bookmark","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Szymongib%2Fbookmark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Szymongib%2Fbookmark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Szymongib%2Fbookmark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Szymongib%2Fbookmark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Szymongib","download_url":"https://codeload.github.com/Szymongib/bookmark/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222495272,"owners_count":16993289,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bookmarks","rust","terminal"],"created_at":"2024-07-31T22:02:31.748Z","updated_at":"2025-03-29T13:30:28.820Z","avatar_url":"https://github.com/Szymongib.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n \u003cimg src=\"./assets/bookmark_logo_text.png\" height=\"130\"\u003e\n\u003c/p\u003e\n\n# Bookmark\n\n![Build and test workflow](https://github.com/Szymongib/bookmark/workflows/Build%20And%20Test/badge.svg?branch=master)\n\nBookmark allows you to save your favourite URLs without leaving the terminal and then quickly open them in the browser.\n\n![Bookmark - Demo](./assets/bookmark-demo.gif)\n\n\n## Installation \n\n\u003e **CAUTION:** It is recommended to use released version. Use master version on your own risk. There might be breaking changes or experimental features.\n\n### Released version\n\nDownload for Linux:\n```bash\nwget https://github.com/Szymongib/bookmark/releases/download/v0.2.3/bookmark-linux-amd64\n\nchmod +x bookmark-linux-amd64\nsudo mv bookmark-linux-amd64 /usr/local/bin/bookmark\n```\n\nDownload for Mac OS:\n```bash\nwget https://github.com/Szymongib/bookmark/releases/download/v0.2.3/bookmark-darwin-x86_64\n\nchmod +x bookmark-darwin-x86_64\nsudo mv bookmark-darwin-x86_64 /usr/local/bin/bookmark\n```\n\n\n### Using git and Cargo\n\n```bash\ngit clone git@github.com:Szymongib/bookmark.git\n```\n```bash\ncd bookmark\n```\n```bash\ncargo install --path .\n```\n\n\n## Usage\n\n\u003e **NOTE:** For correct usage documentation, check documentation from tag for corresponding version.\n\nExample commands:\n\nAdd URL:\n```bash\nbookmark add GitHub https://github.com\n```\n\nEnter interactive mode:\n```bash\nbookmark\n```\nUse `enter` to open URL in the browser, `q` to quite the interactive mode and `h` to display help panel.\n\n\nList URLs:\n```bash\nbookmark ls\n```\n\nFor complete usage of both the Interactive mode and the Standard mode, checkout [the usage documentation.](./docs/usage.md)\n\n\n## Migrate to new version\n\nIf you used Bookmark in version `v0.0.x` you can import your bookmarks to `v0.1.x`. \nTo see how to do it, checkout [the documentation.](./docs/import-from-previous-version.md)\n\n## Groups and tags\n\nURLs can be added to groups and labeled with tag. Some groups and tags principles include:\n- Every URL can be in a single group.\n- Every URL can have multiple tags.\n- URL names in scope of one group have to be unique.\n\nSome things to consider when using groups and tags:\n- If the group is not specified when **adding** the URL, the `default` group is used.\n- If the group is not specified when **listing** URLs, all groups are listed. \n- If multiple tags are specified when **listing** URLs, all URLs matching at least one tag are listed.\n\nUse `-g [GROUP_NAME]` flag to add or list URLs from a specified group.\nUse `-t [TAG_NAME]` flag/flags to add or list URLs with specified tags.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSzymongib%2Fbookmark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSzymongib%2Fbookmark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSzymongib%2Fbookmark/lists"}