Skip to content

Instantly share code, notes, and snippets.

@bearzk
Last active July 2, 2024 12:40
Show Gist options
  • Save bearzk/4ca179a598c83bff2504dac5d9968d61 to your computer and use it in GitHub Desktop.
Save bearzk/4ca179a598c83bff2504dac5d9968d61 to your computer and use it in GitHub Desktop.
some tools

Tools

desktop tools

Alfred

  • pastebin history
  • tldr
  • global snippets
  • ip
  • layout

Raycast alfred alternative, free for personal use

Manico

  • fast app switching

insomnia

cyberduck

  • s3
  • ftp

medis2

  • redis client, rewrite as native macOS app

medis

  • redis client

Kap

  • screen recording

web tools

httpbin http test

webhook.site http test, this one seems even better

regexr test regex

jsonplaceholder

placeholder

explainshells

terminal tools

jump around

search

fuzzy search

  • fzf
    • Ctrl + r, search in command history
    • Crtl + t, search in paths

http client

check http status code

  • 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
}

proxies tunnel to localhost

json parser

  • jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment