Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samperlmutter/tkm

A terminal based task manager. Written in Rust.
https://github.com/samperlmutter/tkm

rust rust-lang task-manager terminal-based top

Last synced: about 2 months ago
JSON representation

A terminal based task manager. Written in Rust.

Awesome Lists containing this project

README

        

# tkm
[![Crate Status](https://img.shields.io/crates/v/tkm.svg)](https://crates.io/crates/tkm)

A terminal based **t**as**k** **m**anager.

# Running locally
Note: tkm does not support windows or arm based macs
1. Make sure you have [rust installed](https://doc.rust-lang.org/book/ch01-01-installation.html) 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`