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

app rick

一个跨平台的通用生产力工具,可以从命令行直接加速您的 工作流程。

3个版本 (破坏性更新)

0.3.0 2023年9月8日
0.2.0 2023年1月27日
0.1.0 2023年1月16日

67#general

MIT 许可证

71KB
319 行代码(不包括注释)

rick

一个跨平台的通用生产力工具,可以从命令行直接加速您的 工作流程。

用法

文档

轻松打开像 TailwindMDN 或更多(欢迎PR 😄)等流行资源的文档。使用 fzf 容易搜索您正在寻找的内容。选择后自动打开文档页面。

更多信息

$ 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

待办事项

一个简单而美观的任务跟踪器,可以轻松地从终端管理您的待办事项。

$ 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

安装

在安装之前,您必须在您的系统和PATH中安装 fzf

安装 rick 的首选方法是通过 cargo

cargo install rick

但是,如果您没有安装 cargo,您可以在发布页面上找到 预构建的二进制文件

依赖关系

~4–17MB
~162K SLoC