1 个稳定版本
1.0.0 | 2022 年 6 月 23 日 |
---|
#16 在 #tries
19KB
219 行
Sticky
一个命令行笔记管理器,试图平衡简洁性和易用性。有点像在您的工作区周围放置便利贴,但不会造成混乱。
安装
使用
USAGE:
sticky [SUBCOMMAND]
OPTIONS:
-h, --help Print help information
-V, --version Print version information
SUBCOMMANDS:
add add a new sticky note
clear remove sticky notes marked as done, or all notes if the `-a` flag is given
done toggle the completion status of a note
help Print this message or the help of the given subcommand(s)
remove remove a sticky note
在不使用子命令的情况下运行 sticky
将显示您当前所有笔记的列表。
为了简洁起见,笔记存储在纯文本文件中,这提供了易于程序化或批处理编辑的额外好处。格式为每行一个笔记,以星号 (*) 开头的行表示已完成的笔记。笔记文件将位于以下目录之一,具体取决于您的操作系统。
Linux
~/.本地/共享/sticky 或$XDG_DATA_HOME/sticky
Mac
~/图书馆/应用程序支持/xyz.moddedBear.sticky
Windows
C:\Users\{username}\AppData\Roaming\moddedBear\sticky\data
使用想法
- 将粘性添加到您的 shell 配置中,以便每次启动新终端时都能看到您的笔记
- 修改您的 shell 的 "清除屏幕" 键绑定(可能是 Ctrl+L),在清除屏幕后运行粘性。
依赖项
~3.5MB
~67K SLoC