Hacker News new | ask | show | jobs
by tardisx 895 days ago
I looked at ArchiveBox and several similar projects a while ago, but realised I didn't want anything so complex. I just wanted bookmarks, with free-text content search so I could find something again based on more than just a title.

So I wrote my own: https://github.com/tardisx/linkwallet

Emphasis on tiny system requirements and dependancies (single binary, no service dependencies). As a consequence the text indexing is very basic (basic HTML scrape). But it's working for me :-)

1 comments

This looks perfect for my needs, thank you :)