1
1
# thokr
2
- ✨ sleek typing tui written in rust
2
+ ✨ sleek typing tui with visualized results and historical logging
3
3
4
- [ ![ GitHub Build Workflow] ( https://github.com/coloradocolby /thokr/actions/workflows/build.yml/badge.svg )] ( https://github.com/coloradocolby /thokr/actions/workflows/build.yml )
5
- [ ![ GitHub Deploy Workflow] ( https://github.com/coloradocolby /thokr/actions/workflows/deploy.yml/badge.svg )] ( https://github.com/coloradocolby /thokr/actions/workflows/deploy.yml )
4
+ [ ![ GitHub Build Workflow] ( https://github.com/thatvegandev /thokr/actions/workflows/build.yml/badge.svg )] ( https://github.com/thatvegandev /thokr/actions/workflows/build.yml )
5
+ [ ![ GitHub Deploy Workflow] ( https://github.com/thatvegandev /thokr/actions/workflows/deploy.yml/badge.svg )] ( https://github.com/thatvegandev /thokr/actions/workflows/deploy.yml )
6
6
[ ![ License] ( https://img.shields.io/badge/License-MIT-default.svg )] ( ./LICENSE.md )
7
7
[ ![ Crate Version] ( https://img.shields.io/crates/v/thokr )] ( https://crates.io/crates/thokr )
8
- [ ![ Github Stars] ( https://img.shields.io/github/stars/coloradocolby/thokr )] ( https://github.com/coloradocolby/thokr/stargazers )
8
+ [ ![ Github Stars] ( https://img.shields.io/github/stars/thatvegandev/thokr )] ( https://github.com/thatvegandev/thokr/stargazers )
9
+
10
+ ![ demo] ( https://github.com/thatvegandev/assets/raw/main/thokr/demo.gif )
11
+
12
+ ## Usage
13
+
14
+ For detailed usage run ` thokr -h ` .
15
+
16
+ ```
17
+ thokr 0.4.1
18
+ sleek typing tui with visualized results and historical logging
19
+
20
+ USAGE:
21
+ thokr [OPTIONS]
22
+
23
+ OPTIONS:
24
+ -f, --full-sentences <NUMBER_OF_SENTENCES>
25
+ number of sentences to use in test
26
+
27
+ -h, --help
28
+ Print help information
29
+
30
+ -l, --supported-language <SUPPORTED_LANGUAGE>
31
+ language to pull words from [default: english] [possible values: english, english1k,
32
+ english10k]
33
+
34
+ -p, --prompt <PROMPT>
35
+ custom prompt to use
36
+
37
+ -s, --number-of-secs <NUMBER_OF_SECS>
38
+ number of seconds to run test
39
+
40
+ -V, --version
41
+ Print version information
42
+
43
+ -w, --number-of-words <NUMBER_OF_WORDS>
44
+ number of words to use in test [default: 15]
45
+
46
+ ```
9
47
10
- ![ demo] ( ./assets/demo.gif )
11
48
12
49
## Installation
13
50
@@ -20,7 +57,7 @@ $ cargo install thokr
20
57
### Docker
21
58
22
59
``` sh
23
- $ docker run -it coloradocolby /thokr
60
+ $ docker run -it thatvegandev /thokr
24
61
```
25
62
26
63
### Arch Linux
@@ -95,7 +132,7 @@ can easily track your progress over time.
95
132
All contributions are ** greatly appreciated** .
96
133
97
134
If you have a suggestion that would make thokr better, please fork the repo and
98
- create a [ pull request] ( https://github.com/coloradocolby /thokr/pulls ) . You can
135
+ create a [ pull request] ( https://github.com/thatvegandev /thokr/pulls ) . You can
99
136
also simply open an issue and select ` Feature Request `
100
137
101
138
1 . Fork the repo
@@ -105,7 +142,7 @@ also simply open an issue and select `Feature Request`
105
142
5 . Push to your branch (` git push origin [your_username]/xyz ` )
106
143
6 . Fill out pull request template
107
144
108
- See the [ open issues] ( https://github.com/coloradocolby /thokr/issues ) for a full
145
+ See the [ open issues] ( https://github.com/thatvegandev /thokr/issues ) for a full
109
146
list of proposed features (and known issues).
110
147
111
148
## License
@@ -123,8 +160,6 @@ Check out these amazing projects that inspired thokr!
123
160
124
161
## Follow
125
162
126
- [ ![ github] ( https://img.shields.io/github/followers/coloradocolby?style=social )] ( https://github.com/coloradocolby )
127
-
128
- [ ![ twitter] ( https://img.shields.io/twitter/follow/coloradocolby?color=white&style=social )] ( https://twitter.com/coloradocolby )
129
-
130
- [ ![ youtube] ( https://img.shields.io/youtube/channel/subscribers/UCEDfokz6igeN4bX7Whq49-g?style=social )] ( https://youtube.com/user/coloradocolby )
163
+ [ ![ github] ( https://img.shields.io/github/followers/thatvegandev?style=social )] ( https://github.com/thatvegandev )
164
+ [ ![ twitter] ( https://img.shields.io/twitter/follow/thatvegandev?color=white&style=social )] ( https://twitter.com/thatvegandev )
165
+ [ ![ youtube] ( https://img.shields.io/youtube/channel/subscribers/UCEDfokz6igeN4bX7Whq49-g?style=social )] ( https://youtube.com/user/thatvegandev )
0 commit comments