Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wavewave/hoodle
hoodle : A pen notetaking program written in haskell
https://github.com/wavewave/hoodle
Last synced: 5 days ago
JSON representation
hoodle : A pen notetaking program written in haskell
- Host: GitHub
- URL: https://github.com/wavewave/hoodle
- Owner: wavewave
- Created: 2012-06-11T01:16:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T09:10:11.000Z (over 1 year ago)
- Last Synced: 2024-10-16T05:33:48.696Z (21 days ago)
- Language: Haskell
- Homepage:
- Size: 5.39 MB
- Stars: 143
- Watchers: 7
- Forks: 12
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hoodle
![Build](https://github.com/wavewave/hoodle/actions/workflows/build.yml/badge.svg)
A pen notetaking program written in haskell
[![hoodle](https://img.youtube.com/vi/Z2wzpyxsVSU/0.jpg)](https://www.youtube.com/watch?v=Z2wzpyxsVSU)
Build and run
-------------
Hoodle development recommends using nix for the build.
The build requires Nix >= 2.4 which has the support for flakes.```
$ nix build .#
$ result/bin/hoodle
```For developement, build in nix-shell and cabal:
```
$ nix develop .#
$ cabal v2-build hoodle
$ cabal v2-run hoodle
```