Commit Graph

48 Commits

Author SHA1 Message Date
d6f2c299b5 Merge pull request from AulonSal/master
Fix `make install` on macOS
2021-07-27 16:15:08 -04:00
4b9d5308f3 Replace install -D in Makefile to make it work on macOS 2021-06-28 23:54:39 +05:30
b12c783104 Merge branch 'pr5' v0.4.1 2021-06-06 16:25:58 -04:00
7139e5d881 Removed extraneous log statement. 2021-06-06 16:25:45 -04:00
ba86d65b06 Add uninstall rule to Makefile 2021-04-03 02:06:49 +05:30
e0b29e1316 Mark PHONY rules in Makefile 2021-04-03 02:06:42 +05:30
d8019277f7 Add DESTDIR and PREFIX variables to Makefile 2021-04-03 01:55:31 +05:30
ff53710f69 Remove execute permissions from manpage 2021-04-02 05:49:37 +05:30
0eef02f9f9 Create ~/.tt if it doesn't exist. 2021-01-18 03:59:42 -05:00
514ab0660f Tidied up directory structure 2021-01-16 19:40:13 -05:00
57357e2674 Modify default theme. 2021-01-16 03:36:39 -05:00
a56ebca3a4 Added arm target. 2021-01-15 22:54:50 -05:00
3dc96b8f3d v0.4.0
Partial rewrite.

  Changes too numerous to list (see the man page).

  Highlights:

 - Added -quotes.
 - Added support for navigating between tests via right/left.
 - Now store the user's position within a file if one is specified.
 - Improved documentation.
v0.4.0
2021-01-15 22:51:19 -05:00
bae57c2cec Doc tweak 2021-01-04 02:13:05 -05:00
955d28a8bd v0.3.0
- Added support for custom word lists (`-words).
 - `-theme` now accepts a path.
 - Added `~/.tt/themes` and `~/.tt/words`.
 - Scrapped ~/.ttrc in favour of aliases/flags.
 - Included more default word lists. (`-list words`)
v0.3.0 v0.3.3
2021-01-04 02:08:31 -05:00
bb442d1773 Updated documentation. 2021-01-03 02:20:52 -05:00
529158e690 Version 0.2.2
- Modified -g to correspond to the number of groups rather than the group size.
- Added -multi
- Added -v
- Changed the default behaviour to restart the currently generated test rather than generating a new one
- Added a CHANGELOG :P
v0.2.2
2021-01-03 01:40:56 -05:00
d5c9dc598a Merge pull request from precondition/patch-2
Fixed typos in README
2021-01-02 21:45:55 -05:00
6447163109 Merge pull request from precondition/patch-1
Replaced smart apostrophes by '
2021-01-02 21:45:37 -05:00
40414df54e Fixed typos in README
aribirary → arbitrary
english → English
with other with other *nix tools → with other *nix tools
2021-01-02 11:41:25 +01:00
969afa1935 Replaced smart apostrophes by '
Replaced the smart apostrophes in "don’t" and "won’t" by easier-to-type dumb typewriter apostrophes.
2021-01-02 11:01:45 +01:00
5e053b0df0 Fix backspace on windows. 2020-12-31 02:04:18 -05:00
a22a902808 Fixed cursor regression from windows patch. 2020-12-28 22:10:13 -05:00
8e3ac3c0a4 Fail gracefully if /dev/tty is not availble (i.e patch for windows users). 2020-12-28 18:35:54 -05:00
402160834a Updated Documentation 2020-12-28 02:13:11 -05:00
38261f8e73 Updated Documentation 2020-12-28 02:11:09 -05:00
18f806ba41 Purged binaries from git history (please re-clone).
I didn't realize quite how much space the binaries were taking
so they have been purged from the repo. They will subsequently
be distributed using github's release mechanism. If you
cloned tt previously you will need to reclone it (it should
save you in excess of 100MB of disk space :P). Apologies
if you are one of the poor souls who tried to 'go get' it.
0.0.1
2020-12-28 02:08:00 -05:00
f93ca9ef9f Doc tweak 2020-12-28 01:10:50 -05:00
4eae6a11f4 Various improvements.
- Added -showwpm
 - Added -g
 - Added -noreport
 - Updated generated themes.
 - Improved automatic line wrapping.
 - Fixed timer bug.
 - Moved -o to -oneshot
 - The exit code now corresponds to the exit action
 - Updated documentation.
2020-12-28 01:04:29 -05:00
a3e308cab6 Updated binaries and documentation. 2020-12-25 21:37:17 -05:00
7ed491ff44 Added theme functionality. 2020-12-25 21:27:53 -05:00
a233c26e00 Added -t 2020-12-25 17:43:46 -05:00
0d80fcf494 Fixed backspace bug 2020-12-24 21:54:08 -05:00
cf0224be75 Added -noskip. 2020-12-24 21:30:58 -05:00
0e4414ad27 Added -w 2020-12-24 19:54:59 -05:00
40de23e124 Added -o (oneshot mode) 2020-12-24 18:23:02 -05:00
439c1a80dc Updated documentation 2020-12-24 18:06:00 -05:00
f05e461fd1 - Format text by default (opt out via -raw).
- Treat each paragraph in the input as a segment of the test.
- Aggregate results from multiple runs and output them on exit if -csv
  is given.
2020-12-24 18:00:45 -05:00
54a63eaac8 Updated readme 2020-12-24 07:13:04 -05:00
d68cab4843 Fixed typo 2020-12-24 06:43:37 -05:00
f55480ed64 Added binaries 2020-12-24 06:42:22 -05:00
6441dcbabc Fixed typos 2020-12-22 17:50:47 -05:00
3505af6830 Updated help 2020-12-22 17:19:50 -05:00
3a3ac85f52 Added support for Alt+Backspace 2020-12-22 16:54:05 -05:00
4610eed249 Updated help. 2020-12-22 16:02:49 -05:00
aaa6940ff1 Updated makefile 2020-12-22 15:39:10 -05:00
ba4870fe62 readme tweaks 2020-12-22 01:00:57 -05:00
6f624aef1a First commit 2020-12-22 00:52:33 -05:00