#notes #card #command #utility #line #command-line #supernotes

app supernotes-client

Supernotes 命令行工具

1 个不稳定版本

0.1.0 2021年2月10日

99#card

MIT 许可证

17KB
187

Supernotes 客户端

Latest Release CI codecov License

这是一个简单的 Rust 编写的 Supernotes 命令行工具。目前它只能创建新的卡片。

安装

最新版本页面 下载您系统上的二进制文件。

用法

要么设置环境变量 SN_USERNAMESN_PASSWORD 为您的 Supernotes 用户名和密码,或者使用 -u-p 选项。

创建新卡片

使用 create 命令创建新卡片。指定卡片标题和包含卡片内容的文件。

sn create "Meeting notes" notes.md

如果省略文件,则从标准输入读取内容。

sn create "Groceries" <<.
- Milk
- Bread
.

依赖项

~11–24MB
~380K SLoC