Put flip somewhere in your $PATH and chmod a+x it.
Copy fuck into ~/.bashrc.
| # first install pygmentize to the mac OS X or macOS system with the built-in python | |
| sudo easy_install Pygments | |
| # then add alias to your ~/.bash_profile or ~/.bashrc or ~/.zshrc etc. | |
| alias pcat='pygmentize -f terminal256 -O style=native -g' |
| #!/usr/bin/env python | |
| import os | |
| import sys | |
| import time | |
| from datetime import datetime, timedelta | |
| def main(): | |
| if len(sys.argv) >= 3: | |
| music_service = str(sys.argv[1]) | |
| minutes_to_wait = float(sys.argv[2]) |
| *.acn | |
| *.acr | |
| *.alg | |
| *.aux | |
| *.bak | |
| *.bbl | |
| *.bcf | |
| *.blg | |
| *.brf | |
| *.bst |