Skip to content

Commit 61d0974

Browse files
docs: update README
1 parent 138efc3 commit 61d0974

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "practicestuff"
3-
version = "0.3.4"
3+
version = "0.4.0"
44
description = "Simple CLI trainer for improving calculation and memorisation skills"
55
authors = ["Bartłomiej Jaszczak"]
66
repository = "https://gitlab.com/bartekjaszczak/practicestuff"

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
# WIP
2-
3-
This is a work in progress. Basic functionality has already been implemented, but there are a few things I'm planning to do:
4-
5-
- coloured output with --colour option to control it
6-
- time rush mode (as many correct answers in given time)
7-
81
# practicestuff
92

103
**practicestuff** is a CLI app designed to help you practise skills by asking questions and checking your answers. At the end, you'll see a number of correct answers, as well as some statistics. You can stop early by pressing `Ctrl+C`.

0 commit comments

Comments
 (0)