Skip to content

Instantly share code, notes, and snippets.

View HotLoverGirl69's full-sized avatar

HotLoverGirl69

View GitHub Profile
@HotLoverGirl69
HotLoverGirl69 / select_menu.py
Created October 15, 2022 17:57 — forked from henryefranks/select_menu.py
Interactive CLI select menu in Python
from __future__ import print_function # Not needed in Python 3
import sys, tty, termios
class Menu:
"""Interactive select menu.
Attributes:
opts (list of str): Options for the user to choose from.
"""
opts = []

Brew Bundle Brewfile Tips

Copyright & License

Unless otherwise noted (either in this file or in a file's copyright section) the contents of this gist are Copyright ©️2020 by Christopher Allen, and are shared under spdx:Creative Commons Attribution Share Alike 4.0 International (CC-BY-SA-4.) open-source license.

Sponsor

If you more tips and advice like these, you can become a monthly patron on my GitHub Sponsor Page for as little as $5 a month; and your contributions will be multipled, as GitHub is matching the first $5,000! This gist is all about Homebrew, so if you like it you can support it by donating to them or becoming one of their Github Sponsors.