#cross-platform #command-line #workflow #up #productivity #general #tool

app rick

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

3 releases (breaking)

0.3.0 Sep 8, 2023
0.2.0 Jan 27, 2023
0.1.0 Jan 16, 2023

#61 in #general

MIT license

71KB
319 lines

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 😄). 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.

Dependencies

~4–16MB
~155K SLoC