文件名称:note:用于存储和查找标记笔记的 Shellscript
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-11 11:16:29
Shell
笔记 note 是一个用于存储、检索和搜索笔记的程序。 note 可以接受来自 stdin 或$VISUAL定义的编辑器的输入。 安装 curl --silent -G https://raw.github.com/nuex/note/master/note -o ~/bin/note chmod +x ~/bin/note 如果您还没有 ~/bin 目录并且在您的 $PATH 中有它(使用echo $PATH检查),您可以在前面的命令中添加以下前缀: mkdir -p ~/bin echo "PATH=\$PATH:~/bin" >> ~/.bashrc 用法 note new -t tag -t tag2 note new -t tag1 -t tag2 -d ~/.bookmarks note show [id] note list -t tag note edit [id]
【文件预览】:
note-master
----note(3KB)
----README.md(1KB)