Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mihaimaruseac/book-of-marks

Bookmark manager written in Haskell. Non-browser. Either GUI or cmdline. Linux/GTK only.
https://github.com/mihaimaruseac/book-of-marks

hacktoberfest

Last synced: 3 months ago
JSON representation

Bookmark manager written in Haskell. Non-browser. Either GUI or cmdline. Linux/GTK only.

Awesome Lists containing this project

README

        

# bookofmarks [![Haskell Cabal](https://github.com/mihaimaruseac/book-of-marks/actions/workflows/presubmit-cabal.yaml/badge.svg)](https://github.com/mihaimaruseac/book-of-marks/actions/workflows/presubmit-cabal.yaml) [![Haskell Stack](https://github.com/mihaimaruseac/book-of-marks/actions/workflows/presubmit-stack.yaml/badge.svg)](https://github.com/mihaimaruseac/book-of-marks/actions/workflows/presubmit-stack.yaml) [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/mihaimaruseac/book-of-marks/badge)](https://api.securityscorecards.dev/projects/github.com/mihaimaruseac/book-of-marks)

Note: This is deprecated, I haven't managed to update it in thime, so there's
no actual software here (at least for now).

Small application for managing bookofmarks.

So far it is experimental coding so that I learn how to properly write a
Haskell project with testing, comments, persistent/acid-state (I chose the
later), GUI design, etc.

Development is erratic, a few commits one day, much more a few weeks later
then a large hiatus while I work on something else and so on. It all depends
on what I find interesting one day and what can be done.