2020-10-08
cli-page

列一下,最近找到還滿有趣的 cli (command line tool)

  • z
  • fd * 滿好用的 find cmd,可以多用用看

Reference

Read More

2020-09-30
python-click-tutorial

Read More

2020-09-30
go-prompt-example

Example

Reference

  • c-bata/go-prompt : Building powerful interactive prompts in Go, inspired by python-prompt-toolkit.
Read More

2020-09-29
python-fire-note

紀錄一下,找到的 python fire 相關資料

Reference

Read More

2020-09-23
cheat-cli-tool

在試用一些工具時,有找到 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

Reference

Read More