Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.07 KB

zoom.md

File metadata and controls

38 lines (23 loc) · 1.07 KB

Sure, here's a basic README.md for your script:

zoom.sh - Console Font Size Adjuster

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.

zoom.sh Demo

Download here.

Prerequisites

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.

Usage

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

License

This project is open-sourced and available to everyone. Feel free to contribute, modify or distribute as you see fit.