Tasker CLI
A command line application to manage your daily tasks.
Installation
Crates.io
You can install Tasker CLI from the crates.io registry.
I also recommend using a tool like cargo binstall for a faster installation.
Binary Install
You can also download a precompiled binary from the releases page.
Select the one that corresponds to your operating system and extract it, you can then move the binary to somewhere on your PATH for ease of use.
Build From Source
To build this package from source, you'll the need a Rust Toolchain installed.
- Clone this repository.
- Execute
cargo build --release - The binary will be built in the
target/releasedirectory at the root of the repository.
I also recommend using a tool like UPX to compress the resulting binary and GNU Stow to manage symlinks and avoid managing the package manually.
Usage
)