rick

Crates.iorick
lib.rsrick
version0.3.0
sourcesrc
created_at2023-01-16 15:53:21.733215
updated_at2023-09-08 21:01:27.484849
descriptionA cross platform, general productivity tool that speeds up your workflows straight from the command line.
homepage
repositoryhttps://github.com/reaganmcf/rick
max_upload_size
id760261
size381,872
Reagan McFarland (reaganmcf)

documentation

README

rick

A cross platform, general productivity tool that speeds up your workflows straight from the command line.

Usage

docs

Easily open up the documentation for popular resources like Tailwind, MDN, or more (PR's welcome :smile:). Uses fzf to easily search for the thing you're looking for. Automatically opens up the docs page when selected.

For more info:

$ rick docs help

Open the documentation for a specific library, framework, or language

Usage: rick docs <COMMAND>

Commands:
  tw    Search tailwind docs
  mdn   Search mdn docs
  help  Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

Todo

A simple and pretty task tracker to easily manage your todos, right from your terminal.

$ rick todo help

Manage your todos

Usage: rick todo <COMMAND>

Commands:
  add      Add a new todo
  edit     Edit a todo by id
  delete   Delete a todo by id
  list     List all of your current todos
  monitor  Monitor your todos, refreshing periodically (default is 5 seconds)
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help  Print help

Installation

Before installing, you must have fzf installed on your system and in your PATH.

The preferred method for installing rick is through cargo

cargo install rick

However, you can find prebuilt binaries on the release page if you don't have cargo installed.

Commit count: 24

cargo fmt