Skip to content

einsJannis/crabtype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrabType

A TUI based alternative to MonkeyType written in rust.

Installation

Cargo

Simply type

cargo install crabtype

Nix

To build CrabType for nix just add this derivation to your nix config

    rustapple = pkgs.callPackage (pkgs.fetchFromGitHub {
        owner = "einsJannis";
        repo = "CrabType";
        rev = "<Git Revision>";
        sha256 = "<Git SHA>";
    }) {};

You can figure out the revision and the sha265 by running the application nix-prefetch-git

Run

crabtype [options...]

Options

-g|--gamemode <file>

Changes the game mode to the one defined in <file>. This file must contain each possible text, separated by newlines.

-u|--user <file>

Sets the user file to <file>, which is the file which stores the stats in a TOML format.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •