Skip to main content

Get your Daily Dev bookmarks from CLI

Project description

Daily Dot Dev Bookmark's CLI

  • View your daily.dev bookmarks from the CLI with Python
  • A simple Python Package

Installation

In a Python Environment

To install the python package, install with pip or any other python package management tool of your choice.

pip install dailydotdev-bookmark-cli

After installing the python package simply enter the command bookmarks,

bookmarks

This 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.

https://user-images.githubusercontent.com/40317114/158827491-974249eb-1e04-469b-b907-87a8b3a75b0f.mp4

Daily Dev CLI

With Docker

Using the Dockerfile, you can simply execute the following commands:

FROM python:3

RUN pip install dailydotdev-bookmark-cli

Copy the Dockerfile in the your current working directory, build the image and run the image with interactive mode in bash.

docker build . -t bookmarkcli
docker run -it bookmarkcli bash

https://user-images.githubusercontent.com/40317114/158831643-01a10a27-6e78-4a0a-a791-62f2ccee50e1.mp4

Edit a Existing RSS Feed URL link(id)

To 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.

bookmakrs --ch

Delete the RSS Feed URL link(id)

To delete an existing RSS Feed URL, you can enter the following command, this will delete the file that holds your ID(URL for Bookmarks)

bookmakrs --rm

Dependencies

TODO

  • Add a TUI to view articles

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dailydotdev_bookmark_cli-0.1.4.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

dailydotdev_bookmark_cli-0.1.4-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page