Sure, here's a basic README.md
for your script:
zoom.sh
is a simple script designed to quickly adjust the font size of your console. It provides an easy interface to zoom in or out between predefined font sizes for better readability.
Ensure you have the required fonts installed on your system. If you don't have the necessary fonts or encounter any font-related errors, follow the setup instructions provided in fonts.md.
To use zoom.sh:
-
Copy the script somewhere on your $PATH. I use ~/bin
-
Make the script executable:
chmod +x zoom
-
Zoom in (increase font size):
zoom in
-
Zoom out (decrease font size):
zoom out
-
Reset font size
zoom
For help or more information:
./zoom -h
This project is open-sourced and available to everyone. Feel free to contribute, modify or distribute as you see fit.