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
- Host: GitHub
- URL: https://github.com/kaushiksk/linkup
- Owner: kaushiksk
- License: mit
- Created: 2017-02-06T07:47:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-20T14:01:43.000Z (about 2 years ago)
- Last Synced: 2025-08-13T22:30:00.177Z (11 months ago)
- Topics: bookmarking, json, python, webbrowser
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/