sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| #!/opt/homebrew/bin/python3 | |
| # coding: utf-8 | |
| from chardet.universaldetector import UniversalDetector | |
| import sys | |
| def help(): | |
| print("Usage: python encoding_detector.py <file> ...") | |
| if __name__ == "__main__": |