Skip to content

jean/pinboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my local 'pinterest' collection, a tag-based bookmark system using python and sqlite3.

screenshot

  • Read entries are marked gray.

Philosophy

  • Minimalist.

  • Local, non-social.

    I don't need sync since I never read long articles on my phone. And all my development folders are Dropbox-ed.

Usage:

python3 init.py : initiate the database

python3 shell.py add : add a record.

python3 shell.py show : generate index.html file and open in Chrome

You can always directly hack the database through sqlite3 bookmarks.db.

Work in progress.

Useful linkes:

About

My local version of pinboard -- a tag based bookmark system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 69.4%
  • HTML 27.3%
  • CSS 3.3%