{"id":22161099,"url":"https://github.com/mr-destructive/bookmarks-cli","last_synced_at":"2025-03-24T15:24:10.147Z","repository":{"id":40464155,"uuid":"469146813","full_name":"Mr-Destructive/bookmarks-cli","owner":"Mr-Destructive","description":"Your daily dev bookmarks from the command line","archived":false,"fork":false,"pushed_at":"2022-05-06T17:19:59.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T16:05:37.013Z","etag":null,"topics":["daily-dev","feedparser","python","rich","rss-feed"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/dailydotdev-bookmark-cli/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mr-Destructive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-12T17:04:46.000Z","updated_at":"2025-01-09T11:24:27.000Z","dependencies_parsed_at":"2022-08-09T21:12:40.462Z","dependency_job_id":null,"html_url":"https://github.com/Mr-Destructive/bookmarks-cli","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/Mr-Destructive%2Fbookmarks-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fbookmarks-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fbookmarks-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mr-Destructive%2Fbookmarks-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mr-Destructive","download_url":"https://codeload.github.com/Mr-Destructive/bookmarks-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245295549,"owners_count":20592057,"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":["daily-dev","feedparser","python","rich","rss-feed"],"created_at":"2024-12-02T04:13:10.228Z","updated_at":"2025-03-24T15:24:10.056Z","avatar_url":"https://github.com/Mr-Destructive.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Daily Dot Dev Bookmark's CLI\n\n[![PyPI version](https://badge.fury.io/py/dailydotdev-bookmark-cli.svg)](https://badge.fury.io/py/dailydotdev-bookmark-cli)\n\n- View your daily.dev bookmarks from the CLI with Python\n- A simple [Python Package](https://pypi.org/project/dailydotdev-bookmark-cli/)\n\n## Installation\n\n### In a Python Environment\n\nTo install the python package, install with pip or any other python package management tool of your choice.\n\n```\npip install dailydotdev-bookmark-cli\n```\n\nAfter installing the python package simply enter the command `bookmarks`,\n\n```\nbookmarks\n```\n\nThis will prompt you to enter your daily.dev's bookmark RSS Feed URL, simply copy and paste as it is and finally the list of all your bookmarks will be displayed. \n\n**NOTE: You do not have to enter the bookmark URL link again and again, it will be stored in a file. If you want to change it, you can modify or delete the file containing the id as explained later.**\n\nhttps://user-images.githubusercontent.com/40317114/158827491-974249eb-1e04-469b-b907-87a8b3a75b0f.mp4\n\n![Daily Dev CLI](https://res.cloudinary.com/techstructive-blog/image/upload/v1647365911/blog-media/rf8nqohqu2k3orf4atso.gif)\n\n### With Docker\n\nUsing the [Dockerfile](https://github.com/Mr-Destructive/bookmarks-cli/blob/main/Dockerfile), you can simply execute the following commands:\n\n```Dockerfile\n\nFROM python:3\n\nRUN pip install dailydotdev-bookmark-cli\n\n```\n\nCopy the Dockerfile in the your current working directory, build the image and run the image with interactive mode in bash.\n\n```\ndocker build . -t bookmarkcli\n```\n\n```\ndocker run -it bookmarkcli bash\n```\n\nhttps://user-images.githubusercontent.com/40317114/158831643-01a10a27-6e78-4a0a-a791-62f2ccee50e1.mp4\n\n\n### Edit a Existing RSS Feed URL link(id)\n\nTo change/edit an existing RSS Feed URL, you can enter the following command, and it will ask for the new URL, simply input that and you should be good to go.\n```\nbookmakrs --ch\n```\n\n### Delete the RSS Feed URL link(id)\n\nTo delete an existing RSS Feed URL, you can enter the following command, this will delete the file that holds your ID(URL for Bookmarks)\n\n```\nbookmakrs --rm\n```\n\n### Terminal User Interface (using Textual and Rich)\n\nIf you want a TUI for your bookmarks, you have a option to display it using the `--tui` option in the package. \n\n**NOTE: It will only support the terminal systems with support the functionality of displaying rich content.**\n\n```\nbookmarks --tui\n```\n\n## Dependencies \n\n- [Feedparser](https://pypi.org/project/feedparser/)\n- [Rich](https://pypi.org/project/rich/)\n- [Textual](https://pypi.org/project/textual/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-destructive%2Fbookmarks-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-destructive%2Fbookmarks-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-destructive%2Fbookmarks-cli/lists"}