• 2022.07.24 cf5fa2ca29

    budRich released this 2024-02-04 10:19:30 +00:00 | 0 commits to master since this release

    Fixed an issue where if scorefile (~/.cache/typiskt/scorefile) was symlinked. the link was replaced by a regular file.

    Downloads
  • 2022.06.30.1 63a33557be

    budRich released this 2022-06-30 17:27:01 +00:00 | 5 commits to master since this release

    Fixed issue where program needed a restart to account
    for new size of window.

    Support for --lines LINES which will set the maximium
    number of preview lines. This setting can also be set
    in the config file (lines=2) or environment variable
    TYPISKT_LINES.

    Added --details option, which will write detailed
    information about the last test to a file in
    ~/.cache/typiskt/details.

    Fixed issue with certain locales not printing the
    correct value due to different decimal separator.

    Added support for XDG_CACHE_HOME.

    Fixed an issue where escape codes of arrow keys
    could appear in the prompt in excercise mode.

    Downloads
  • 2022.05.24.1 d4db6bf5c9

    NEW BUILD Stable

    budRich released this 2022-05-24 18:53:25 +00:00 | 38 commits to master since this release

    new build process

    Downloads
  • 2020.07.10.0 8995b4aff0

    budRich released this 2020-07-10 08:35:24 +00:00 | 45 commits to master since this release

    Fixed bug not allowing temporary file descriptors being used in --source and --book mode. Now this works: typiskt --book <(echo budlabs made me do it).

    Downloads
  • 2020.07.05.12 efd9d2c9ee

    budRich released this 2020-07-05 11:24:01 +00:00 | 47 commits to master since this release

    fixed bug ( #11 ) where words didn't get marked as wrong if space was pressed before the word was completed.

    improved add-gtypist-exercises.sh so it orders the exercises from C correct, also annotated the script with some more comments. ( #10 )

    Downloads
  • 2020.07.04.5 fa59fbb79f

    budRich released this 2020-07-04 17:52:51 +00:00 | 51 commits to master since this release

    fixed bug with --list not actually listing anything.

    Downloads
  • 2020.07.03.30 4f92983130

    TOUCH PRIDE Stable

    budRich released this 2020-07-03 16:47:17 +00:00 | 53 commits to master since this release

    A bug in go-md2man caused the whole manpage looking like a overthrown table, i forked go-md2man and is using my version to render this manpage. Also added options to set colors in the config. (if you installed typiskt prior to this release you may have to manually add these to the configfile)

    # color of active word depending on status
    # value should be an integer 0-15
    # in the background tput setaf $status-color-error
    # is used to generate the escape code
    status-color-error = 1
    status-color-correct = 2
    status-color-active = 3
    

    thanks @BachoSeven from issue #7

    Downloads
  • 2020.07.03.8 3589bea62e

    budRich released this 2020-07-03 10:16:45 +00:00 | 55 commits to master since this release

    Updated dependency list, and added checkdependencies() function to address issue: #5 (thanks @kattjevfel)

    Downloads
  • 2020.07.02.6 bdbe436368

    budRich released this 2020-07-02 21:46:29 +00:00 | 57 commits to master since this release

    systemwide configuration files are now installed to /etc/typiskt instead of /usr/share/typiskt . Reorganized the repo by moving previously embedded config files to the config/ dir, together with wordlists and wordmask.

    Downloads
  • 2020.07.02.1 c81d027a91

    budRich released this 2020-07-02 13:08:34 +00:00 | 60 commits to master since this release

    thanks @Foxboron on #archlinux@freenode for the pointers on how to make makefiles without looking like a complete fool.

    Downloads