1个不稳定版本
0.1.0 | 2022年7月19日 |
---|
#26 在 #handles
11KB
216 行
欢迎来到not!
Not是一个基于终端的记事本应用。它以Markdown格式处理您的笔记,因此可以在您的设备之间同步笔记。
构建
not是用Rust编写的,因此您需要获取Rust安装以编译它。not使用Rust 1.34.0(稳定版)或更高版本。通常,not跟踪Rust编译器的最新稳定版本。
构建not
$ git clone https://gitlab.com/joao-vitor-sr/not
$ cd not
$ cargo build --release
$ ./target/release/not version
0.1.0
依赖项
~1.5MB
~28K SLoC