ttip

Crates.iottip
lib.rsttip
version0.1.0
created_at2025-08-19 22:16:36.906816+00
updated_at2025-08-19 22:16:36.906816+00
descriptionA tip of the day in the CLI. So far we have Vim, and Korean
homepagehttps://github.com/kurt/ttips
repository
max_upload_size
id1802574
size123,794
Kurt Rhee (kurt-rhee)

documentation

README

ttip - Tip of the Day

A command-line tool that gives you a new tip every day.

Features

  • Get a new Vim command each day.
  • Get a new Korean word each day.

Build

To build the project, you need to have Rust and Cargo installed.

cargo build --release

Install in Terminal

Usage

To get a Vim tip of the day:

./target/release/ttip -v

or

./target/release/ttip --vim

To get a Korean word of the day:

./target/release/ttip -k

or

./target/release/ttip --korean
Commit count: 0

cargo fmt