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

https://github.com/sweetbbak/manga-bookmarker

I keep forgetting what manga and novels I'm reading so I made a tool that lets you view your manga history by ripping it from the browser history and organizing it. Optional use with FZF and Gum.
https://github.com/sweetbbak/manga-bookmarker

Last synced: 3 months ago
JSON representation

I keep forgetting what manga and novels I'm reading so I made a tool that lets you view your manga history by ripping it from the browser history and organizing it. Optional use with FZF and Gum.

Awesome Lists containing this project

README

        

# manga-bookmarker
## a tool to dump manga from your browser history

## Usage
```bash
$ bookmarker -b -u
```

This is a huge WIP and needs to be refactored and improved.
The general idea is to use the bookmarker to dump manga from your browser history.
I often forget what I have read and recently had a website with a bookmarking capability
remove every single account, losing 2 years worth of bookmarks. I found that the best
way to find all of those bookmarks was to dig through my search history and find the
things that I have read and where I've left off.

This tool just dumps your history and matches them by domain names of your favorite reading
sites and then organizes them by removing duplicates, grouping them together, removing garbage links
and then dumping them into a json file. This way, you always have your relevant reading history on hand.

This optionally uses FZF and/or Gum to select a manga and open it in a browser. I want to connect this to
the OpenWith extension so that I can use it from the browser to update my reading history.