文件名称:eton:eton是记笔记的cli工具
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-28 22:26:12
go sqlite Go
伊顿 eton是一个记笔记的cli工具。 sqlite数据库存储 快速搜寻 使用唯一别名快速直接访问便笺 标记重要笔记 安装或升级 go get -u github.com/siadat/eton 用法示例 # display the help message eton -h 新的 # quick add eton new ' eton is simple ' eton new ' https://... ' eton new ' [ ] try eton ' # create a new note using $EDITOR eton new # add from STDIN ps aux | eton new - # add files eton addfile file1.txt file2.txt find -type f | eton addfile - 编辑 # edit l
【文件预览】:
eton-master
----go.mod(395B)
----main.go(4KB)
----go.sum(2KB)
----nulltime.go(498B)
----options.go(3KB)
----README.md(2KB)
----commands.go(8KB)
----attr.go(20KB)