todo-cli:在CLI管理待办事项清单

时间:2021-03-07 00:33:42
【文件属性】:
文件名称:todo-cli:在CLI管理待办事项清单
文件大小:31KB
文件格式:ZIP
更新时间:2021-03-07 00:33:42
cli golang todo Go 待办事项 在CLI管理待办事项清单 安装 从GitHub克隆后使用go get或make install go get github.com/dondakeshimo/todo-cli/cmd/todo 或者 make install 确保您已经将二进制路径添加到PATH export PATH= $PATH : $( go env GOPATH ) /bin 完成时间 您可以对bash或zsh使用完成。 :warning: zsh完成 如果未配置以下设置,则ZSH完成可能会显示不合适的候选对象。 我们建议您设置zsh-completion配置。 重击 设置PROG=todo并加载scripts/bash_autocomplete 。 将以下行添加到您的BASH配置文件(通常是.bash_profile )将使自动完成功能在新的Shell中得以保留。 PROG=todo source pat
【文件预览】:
todo-cli-master
----pkg()
--------scheduler()
--------notifier()
--------writer()
----cmd()
--------todo()
----internal()
--------gateways()
--------commands()
--------entities()
----.github()
--------PULL_REQUEST_TEMPLATE.md(25B)
--------workflows()
----LICENSE(1KB)
----.gitignore(275B)
----.golangci.yml(98B)
----CHANGELOG.md(47B)
----Makefile(1KB)
----go.sum(4KB)
----README.md(2KB)
----scripts()
--------bash_autocomplete(572B)
--------uninstall.sh(509B)
--------zsh_autocomplete(470B)
----go.mod(224B)

网友评论