#markdown #memo #productivity #editor #command-line #life #improve

bin+lib rusmo

辅助您的笔记生活,提高您的生产力

7 个版本 (2 个稳定版)

1.0.1 2023年3月13日
0.1.5 2021年7月24日
0.1.4 2021年3月15日
0.1.3 2021年1月2日
0.1.1 2020年10月30日

#371命令行界面

每月37次下载

MIT 许可证

11KB
258

rusmo

rusmo 辅助您的笔记生活,提高您的生产力。

rusmo 是一个命令,用于在您喜欢的编辑器中创建、编辑、删除 Markdown 文件。

使用方法

Usage:
  rusmo
  rusmo (new    | n) [-t <filename>]
  rusmo (edit   | e) <filename>
  rusmo (list   | l)
  rusmo (config | c)
  rusmo (delete | d) <filename>
  rusmo (--help | --version)

Options:
  -h, --help     Show this screen
  -v, --version  Show version
  -t <filename>  create with title

要求

安装

rusmo 支持macOS和Linux。

如果您已经设置了Rust环境,则需要设置Rust环境。

您可以使用 cargo install 命令

$cargo install rusmo

配置

运行 rusmo configrusmo c

editor = "vim"          #your favorite editor
path = "/path/to/you/"  #file will save here
extension = "md"        #your favorite file extension

许可证

MIT

作者

Hasu

依赖项

~4.5–7MB
~122K SLoC