Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samperlmutter/tkm
- Owner: samperlmutter
- License: mit
- Created: 2019-01-31T22:21:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T16:34:18.000Z (11 months ago)
- Last Synced: 2024-10-13T11:59:37.794Z (3 months ago)
- Topics: rust, rust-lang, task-manager, terminal-based, top
- Language: Rust
- Homepage:
- Size: 63.5 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`