https://github.com/jordymoos/haskell-todo
https://github.com/jordymoos/haskell-todo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jordymoos/haskell-todo
- Owner: JordyMoos
- License: bsd-3-clause
- Created: 2019-06-16T14:11:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T15:37:32.000Z (almost 6 years ago)
- Last Synced: 2024-12-31T19:15:17.531Z (5 months ago)
- Language: Haskell
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# haskell-todo
## Usage
### Info
```
stack exec -- haskell-todo-exe -p ./example.txt info
```### Init
```
stack exec -- haskell-todo-exe -p ./example.txt init
```### List
```
stack exec -- haskell-todo-exe -p ./example.txt list"
```### Add
```
stack exec -- haskell-todo-exe -p ./example.txt add TITLE -d DESCRIPTION -p 2 -b "2010/08/21 12:00:00"
```### Remove
```
stack exec -- haskell-todo-exe -p ./example.txt remove 0"
```### Update
```
stack exec -- haskell-todo-exe -p example.txt update 0 --title Bier
```