6 个版本
0.1.8 | 2023 年 11 月 7 日 |
---|---|
0.1.7 | 2023 年 11 月 1 日 |
0.1.6 | 2023 年 10 月 21 日 |
0.1.0 | 2023 年 9 月 9 日 |
#2423 在 命令行工具
每月 47 次下载
295KB
760 行
一个精简、低摩擦的终端应用程序,用于管理 Markdown 笔记。
安装
通过 Cargo 和 Crates.io
如果您已安装 Rust,则可以从 Crates.io 直接安装 Jottem
cargo install jottem
本地构建
如果您愿意,可以自己构建 Jottem
git clone https://github.com/dogue/jottem.git
cd jottem
cargo install --path .
Arch 用户仓库
Jottem 也可在 AUR 中通过 jottem-bin
软件包获取
yay -S jottem-bin
快速开始
# create a note
jottem create my_note
# edit a note
jottem edit my_note
# delete a note
jottem delete my_note
# find a note
jottem find --all
您可以在 维基 中找到有关可用命令及其选项的更深入的解释。
主要功能
- 快速: Jottem 使用 RocksDB 对笔记进行索引以实现快速检索和搜索。
- 灵活: 可选使用子目录组织您的笔记。
- 标签: 使用简单的标签系统轻松分类笔记。
- 无偏见: Jottem 使用您的
$EDITOR
变量在您首选的应用程序中编辑笔记。
许可证
依赖项
~27–40MB
~662K SLoC