cli
2020-10-08
Read More
2020-09-30
Read More
2020-09-30
Example
- c-bata/kube-prompt : An interactive kubernetes client featuring auto-complete.
- ktr0731/evans : more expressive universal gRPC client
Reference
- c-bata/go-prompt : Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
2020-09-29
紀錄一下,找到的 python fire 相關資料
- Introducing Python Fire, a library for automatically generating command line interfaces
- google/python-fire
- The Python Fire Guide * 介紹 & 範例文件
- python fire使用指南 上面這份文件的中文版
- Using a Fire CLI * 說明如何使用 cli 的文件
- The Python Fire Guide * 介紹 & 範例文件
Reference
2020-09-23
在試用一些工具時,有找到 cheat & cheatsheets 的方式,覺得在 command line 上還滿方便的,就來試試看 & 加以紀錄
使用方式
- 到 cheat/cheat 下載對應的 binary 檔,放到自己的 path 中
- 執行 init config 設定
1
$ mkdir -p ~/.config/cheat && cheat --init > ~/.config/cheat/conf.yml
- 看 ~/.config/cheat/conf.yml 的檔案,建立需要的 folder,其中 community 我是用 git clone 的方式
1
2$ cd ~/.config/cheat/cheatsheets
$ git clone https://github.com/cheat/cheatsheets community