Skip to content

HyperType v1.0.0

Latest

Choose a tag to compare

@KrishT0 KrishT0 released this 03 Feb 02:12
· 4 commits to main since this release

๐ŸŽ‰ HyperType v1.0.0 - Initial Release

Welcome to HyperType โ€” a fast, lightweight typing speed test tool built for your terminal!

โšก Quick Install

Windows (PowerShell)

powershell -Command "Invoke-WebRequest -Uri https://raw.githubusercontent.com/KrishT0/hypertype/main/install.ps1 -OutFile install.ps1; .\install.ps1; Remove-Item install.ps1"

Linux / macOS

curl -sSL https://raw.githubusercontent.com/KrishT0/hypertype/main/install.sh | bash

Then open a new terminal and run:

hypertype start 30

โœจ Features

  • Multiple Test Modes โ€” 15s, 30s, and 60s typing tests
  • Real-time Feedback โ€” See your progress with color-coded text:
    • ๐ŸŸข Green = Correct
    • ๐Ÿ”ด Red = Incorrect
    • โฌœ Dim = Not yet typed
  • WPM & Accuracy Tracking โ€” Get instant feedback on your performance
  • Persistent Stats โ€” All your results are saved locally
  • Cross-platform โ€” Works on Windows, Linux, and macOS
  • Terminal Native โ€” No GUI, just pure terminal goodness

๐Ÿ“– Usage

hypertype              # Welcome screen
hypertype start 15     # 15 second test
hypertype start 30     # 30 second test  
hypertype start 60     # 60 second test
hypertype stats        # View your statistics

๐ŸŽฎ How It Works

  1. Run hypertype start <seconds>
  2. Words appear on screen
  3. Timer starts when you type your first character
  4. Type as fast and accurately as you can
  5. Get instant feedback with color-coded text
  6. See your WPM and accuracy at the end
  7. All results saved automatically

๐Ÿ“Š What's Included

This release includes:

  • โœ… hypertype-windows.exe โ€” Windows binary
  • โœ… hypertype-linux โ€” Linux binary
  • โœ… hypertype-mac โ€” macOS binary

The installers will automatically download the correct binary for your system, rename it to hypertype, and add it to your PATH.


๐Ÿ™ Feedback Welcome

This is the first release! If you encounter any bugs or have feature requests, please open an issue.

Happy typing! โŒจ๏ธ