Metadata-Version: 2.1
Name: KatFetch
Version: 1.3.0
Summary: A minimal and customizable fetch script.
Home-page: https://gitlab.com/kathamer/katfetch
Author: Katelyn Hamer
License: MIT
Description: # KatFetch
        
        KatFetch is a minimal and customizable fetch script.
        
        ## What is a fetch script?
        
        A fetch script is a script that **fetches** some information about your system. It is commonly used when taking screenshots of your desktop and is designed to show off your terminal and it's colours.
        
        ## Installation
        
        You can install KatFetch using Pip. Simply run ```pip3 install katfetch``` as root (or use the --user option if ~/.local/bin is in your path).
        
        KatFetch also includes an installer. To use it, simply run `python3 setup.py install` and KatFetch will be installed to `/usr/bin` along with all dependencies.
        
        ## Command line arguments
        
        ```shell
          --bar / --no-bar             Whether or not to display bar  
          --just-bar / --not-just-bar  Display bar only  
          --accent TEXT                Accent color to use for highlighted entries,  
                                       set to off for none  
          
          --bar-length INTEGER         Amount of colors to display in bar  
          --bar-height INTEGER         Height of bar  
          --stdout / --no-stdout       Output plaintext  
          --help                       Show this message and exit.
         ```
        
        ## Screenshots
        
        ![KatFetch Screenshot](https://gitlab.com/KatHamer/katfetch/raw/master/Screenshots/2020-10-28-163554_539x354_scrot.png)
        
        
Keywords: fetch info system
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX :: Linux
Description-Content-Type: text/markdown
