yesser-todo-cli

Crates.ioyesser-todo-cli
lib.rsyesser-todo-cli
version1.1.2
created_at2024-04-28 10:32:48.355329+00
updated_at2025-05-07 11:10:55.18222+00
descriptionA to-do CLI written in Rust
homepagehttps://github.com/Yesser-Studios/yesser-todo-cli
repositoryhttps://github.com/Yesser-Studios/yesser-todo-cli
max_upload_size
id1223173
size25,338
(yesseruser)

documentation

README

yesser-todo-cli

a CLI app for managing your tasks

Publishing (for developers)

Crates.io

Note: Make sure you're logged in with cargo login

First, run cargo package to generate a .crate file. Then, run cargo publish to upload the crate to crates.io.

Homebrew

First, create a GitHub release to make a tag for Homebrew to download. Then, download the source code as a .tar.gz file, generate a sha256 hash, and add the hash and link to the formula. Next, on both an ARM64 macOS machine run brew install --build-bottle --bottle-arch=arm64_sonoma yesser-todo-cli. On a x64 Linux machine run brew install --build-bottle --bottle-arch=x86_64_linux yesser-todo-cli. On both machines, run brew bottle yesser-todo-cli and upload the file to GitHub releases. Generate a sha256 hash for the file and replace the corresponding field in the formula. Make sure to change the root_url as well. Also, change the version in the test's assertion.

Windows build

On a x64 Windows machine, install cargo-wix with cargo install cargo-wix and run cargo wix. Next, upload the generated .msi file to the GitHub release.

Fedora COPR build

  1. On a Fedora machine with rpm build tools and rust2rpm installed, run the update.sh script located at https://github.com/yesser-studios/rpms/tree/main/yesser-todo-cli.
  2. Commit and push the changes. COPR should build the new commit automatically.
Commit count: 57

cargo fmt