Skip to content

Instantly share code, notes, and snippets.

@dmerrick
Last active February 28, 2022 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmerrick/31a590154239341f9edd6db307db53e7 to your computer and use it in GitHub Desktop.
Save dmerrick/31a590154239341f9edd6db307db53e7 to your computer and use it in GitHub Desktop.
#!/bin/bash
figlet bat
# https://github.com/sharkdp/bat
echo
echo bat ~/work/reverie/README.md
echo
echo bat ~/work/reverie/setup.py
echo
#!/bin/bash
figlet lsd
# https://github.com/Peltoche/lsd
echo
echo lsd ~/work/reverie
echo
echo lsd -al ~/work/reverie
echo
#!/bin/bash
figlet neofetch
# https://github.com/dylanaraps/neofetch
echo
echo neofetch
echo
#!/bin/bash
figlet jq
# https://github.com/stedolan/jq
echo
echo curl -s ipinfo.io \| jq
echo
echo curl -s ipinfo.io \| jq .ip
echo
echo curl -s https://testing.reverie-stage-1.reverielabs.dev/clementine-lincs/environment \| jq .reverie
echo
#!/bin/bash
figlet tmux
# https://github.com/tmux/tmux
echo
echo tmux attach
echo
echo tmuxinator
echo
#!/bin/bash
figlet rich
# https://github.com/Textualize/rich
echo
echo python3 ~/other_projects/rich/examples/repr.py
echo
echo python3 ~/other_projects/rich/examples/bars.py
echo
echo python3 ~/other_projects/rich/examples/jobs.py
echo
echo python3 ~/other_projects/rich/examples/exception.py
echo
echo python3 ~/other_projects/rich/examples/spinners.py
echo
echo python3 ~/other_projects/rich/examples/table_movie.py
echo
#!/bin/bash
figlet k9s
# https://github.com/derailed/k9s
echo
echo aws-stage -- k9s
echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment