- pastebin history
- tldr
- global snippets
- ip
- layout
Raycast alfred alternative, free for personal use
- extensions quantity and quality improves fast
- fast app switching
- s3
- ftp
- redis client, rewrite as native macOS app
- redis client
- screen recording
httpbin http test
webhook.site http test, this one seems even better
regexr test regex
- autojump, j
- z
- silversearcher, ag
- fzf
- Ctrl + r, search in command history
- Crtl + t, search in paths
 
- httpie http
- httpcat
httpcat () {
    http https://http.cat/"$1" | /Users/kaizhang/.iterm2/imgcat
}
- httpdog
httpdog () {
    http https://httpstatusdogs.com/img/"$1".jpg | /Users/kaizhang/.iterm2/imgcat
}
- httpcd
httpcd () {
    httpcat $1 && httpdog $1
}
- jq