Skip to content

Commit

Permalink
feat: add typing testers ttyper and typioca
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Aug 29, 2024
1 parent 66d9646 commit b051381
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ansible/playbooks/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,24 @@
# Ignore sudo error in the test as previous script isn't run
ignore_errors: yes
become: true

###########################
# ttyper
# Terminal-based typing test
#
# https://github.com/bloznelis/typioca
###########################
- name: Install ttyper
community.general.cargo:
name: ttyper
locked: true

###########################
# typioca
# Cozy typing speed tester in terminal
#
# https://github.com/bloznelis/typioca
###########################
- name: Install typioca
ansible.builtin.command: go install github.com/bloznelis/typioca@latest

0 comments on commit b051381

Please sign in to comment.