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
- Host: GitHub
- URL: https://github.com/axect/hremember
- Owner: Axect
- License: bsd-3-clause
- Created: 2018-03-28T09:48:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-28T12:18:30.000Z (almost 8 years ago)
- Last Synced: 2025-07-30T19:40:04.970Z (5 months ago)
- Language: Haskell
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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 `;`