|
1 year ago | |
---|---|---|
README.md | 1 year ago | |
toread.py | 1 year ago |
Simple script that help you keep a track on the articles you want to read.
toread.py
or toread.py -p
to print the content of the data file
toread.py -a link
to store the link into the data file
toread.py -r int (or first/last)
to remove one link of the data file
Clone the repo git clone https://git.eleos.space/eleos/to_read.git
In order to use it, add to your PATH the destination to the folder
(for example in your .bashrc/.zshrc): export PATH="/path/to/to_read:$PATH
It’s a quite simple script so I assume you can understand how it work by reading the file.
The script store your data in a non encrypted file called to_read
and is
stored at the $XDG_HOME_DATA
(if the environnement variable isn’t define, it
use $HOME/.local/share
).