Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 660 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 660 Bytes

tkm

Crate Status

A terminal based task manager.

Running locally

Note: tkm does not support windows or arm based macs

  1. Make sure you have rust installed and your toolchain is set to nightly
    • You can set your default toolchain to nightly by running rustup default nightly
  2. In the root of the project, run cargo run to start the program
    • To install tkm and it run it anywhere, run cargo install tkm