An open API service indexing awesome lists of open source software.

https://github.com/kaushiksk/linkup

Automate saving and opening web links topic/subtopic-wise using Python json and webbrowser modules
https://github.com/kaushiksk/linkup

bookmarking json python webbrowser

Last synced: about 2 months ago
JSON representation

Automate saving and opening web links topic/subtopic-wise using Python json and webbrowser modules

Awesome Lists containing this project

README

          

# linkup
Automate saving and opening web links topic/subtopic-wise using Python json and webbrowser modules as an alternative to bookmarking web pages.

## Usage
`$ ./linkup [options] [args]`

## Options
```
-h : This help text.
-a [topic] [subtopic] [links] : Add links
-l [topic] [subtopic] : Load links in subtopic
-la [topic] : Load all links in topic
-s [topic] : Show subtopics and link counts in subtopic
-sa : Show all topics with subtopics and link counts in subtopic
```
Detailed demo : http://kaushiksk.github.io/2017/06/22/linkup-bookmarking-from-the-command-line/