Intro
babil0nia-kli (bkli) can be used to save/organize your favourite urls, URLs are saved into the sqlite3 db and then you can do some searchs, filtering or download the saved url to a file (jpg).
Also available bablin0nia-server (bserver), is the same but through web, and the same db can be shared/sync.
How it looks.
To know.
Feel free to change the code in order to adapt the program to your needs.
During the first run the program:
- Creates ~/babil0nia.db file which is the database.
- Creates ~/.babil0niafiles which is the folder to store the web downloaded (as image).
Installation
git clone https://code.lacashita.com/sml/bkli
go build bkli.go
./bkli
Usage
| Description | Command |
|---|---|
| Add url | bkli add -u https://lacashita.com -d "Cool blog" |
| Add url with tags | bkli add -u https://lacashita.com -d "Cool blog" -t linux,coding,go |
| List url by tag | bkli list -t linux |
| List url by word | bkli list -w myword |
| List all urls | bkli list |
| List url by status | bkli list -s Open |
| Delete url | bkli delete |
| Modify tags | bkli mod -t hacking,testing |
| Modify description | bkli mod -d "My new description" |
| Download Url | bkli download |
| View image if downloaded | bkli view |
Description
Languages
Go
100%
