Skip to content

Extremely simple fetch tool that outputs to a single line with a three character distro logo and other basic information.

License

Notifications You must be signed in to change notification settings

giuseppepelusi/tzyfetch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tzyfetch .8.

tzyfetch is an extremely simple fetch utility, built for a single line output featuring a unique, three character distro logo.

Install

Arch Linux Family

  1. Install via AUR: tzyfetch is available in the AUR. You can use your favorite AUR helper to install it. For example, with yay:
    yay -S tzyfetch

Other Distros

  1. Clone the repository:

    git clone https://github.com/cappsyco/tzyfetch.git

    or

    git clone [email protected]:cappsyco/tzyfetch.git
  2. Move to the repository directory:

    cd tzyfetch
  3. Run the installer script:

    sudo make install

Usage

After installing, you can use the tzyfetch command as follows:

  • Displays the distro logo, name, and current system information:
     tzyfetch
  • Use -t or --time to displays uptime in a human-readable format:
     tzyfetch -t
     tzyfetch --time
  • Use -d or --distro to display the logo of a specific distro ID:
     tzyfetch -d ubuntu
     tzyfetch --distro freebsd
    • Outputs all distro logos and IDs recognized by tzyfetch
       tzyfetch -d all
  • Use -h or --help to prints the help information:
     tzyfetch -h
     tzyfetch --help

Uninstall

To uninstall tzyfetch:

  • Run the uninstaller script:
    sudo make uninstall

About

Extremely simple fetch tool that outputs to a single line with a three character distro logo and other basic information.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.2%
  • Makefile 2.8%