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

https://github.com/axect/hremember

Haskell program to support your memorization
https://github.com/axect/hremember

Last synced: 5 months ago
JSON representation

Haskell program to support your memorization

Awesome Lists containing this project

README

          

# HRemember

Haskell program to supple your memorization.

## Prerequisites

* Stack

## Install

```bash
git clone https://github.com/Axect/HRemember
cd HRemember
./install.sh
```

* If you get the message "Permission Denied", then type next command :

```bash
chmod 755 install.sh
```

## Usage

* `src/Q.txt` is Questions
* `src/A.txt` is Answers
* Edit it freely but there is one rule
* Separate questions and answers by `;`
* You can use line break in both questions and answers before `;`