{"id":17201399,"url":"https://github.com/timwspence/bookmarks","last_synced_at":"2025-03-25T09:13:07.867Z","repository":{"id":87371399,"uuid":"190087364","full_name":"TimWSpence/bookmarks","owner":"TimWSpence","description":"A cli to manage bookmarks","archived":false,"fork":false,"pushed_at":"2019-08-27T09:57:47.000Z","size":16,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T08:24:08.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TimWSpence.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","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":"2019-06-03T21:51:19.000Z","updated_at":"2021-04-14T06:04:05.000Z","dependencies_parsed_at":"2023-05-15T18:31:02.679Z","dependency_job_id":null,"html_url":"https://github.com/TimWSpence/bookmarks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimWSpence%2Fbookmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimWSpence%2Fbookmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimWSpence%2Fbookmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TimWSpence%2Fbookmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TimWSpence","download_url":"https://codeload.github.com/TimWSpence/bookmarks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245431726,"owners_count":20614184,"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":[],"created_at":"2024-10-15T02:11:46.196Z","updated_at":"2025-03-25T09:13:07.839Z","avatar_url":"https://github.com/TimWSpence.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bookmarks Manager\n\nA Haskell rewrite of [bookmarks.rb](https://github.com/TimWSpence/bookmarks.rb)\n\n### Why a rewrite?\n\nBecause Haskell :) But also because building a binary with Stack is much\neasier and more reliable than trying to set ruby up to `bundle exec` with the right Ruby/Gem\nversions. My own installation of `bookmarks.rb` has broken on numerous occasions\nwhen installing/changing system Ruby versions, etc\n\n### Overview\n\n\nI have yet to find a good bookmark syncing application or way of\nmanaging my bookmarks so wrote this as an experiment.\n\nThe idea is to dump bookmarks into a YAML file of the format\n```yaml\n---\n\nbookmarks:\n- name: one\n  url: http://foo.com\n  tags:\n  - one\n  - example\n- name: two\n  url: https://bar.com\n  tags:\n  - two\n  - example\n```\n\nand then have a tool which offers the following operations:\n* list\n* search\n* add\n* edit\n\nThe key advantages I see this offering are:\n1. The data format is plain text so can be easily version controlled, edited, etc\n2. The ability to attach metadata (tags) to enable more complex querying for\n   bookmarks\n3. Entirely browser-agnostic (although does require running a terminal as well\n   to search for bookmarks but most terminal emulators will allow you to directly\n   open links by clicking on them so I don't see this being prohibitively painful)\n\n### Installation\n\n1. Install [Stack](https://docs.haskellstack.org/en/stable/README/)\n2. Ensure Stack's install directory is on your path (probably something like `$HOME/.local/bin`)\n3. `stack install`\n4. `bookmarks-exe --help`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimwspence%2Fbookmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimwspence%2Fbookmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimwspence%2Fbookmarks/lists"}