Code Monkey home page Code Monkey logo

cutefetch's Introduction

cutefetch

Cute little sysinfo fetch script for use in screenshots.

This script works on both Linux and Mac OS systems. Enjoy~ :3

A "fork" of elenapan's bunnyfetch script. Uses improvements from strafe/bunnyfetch and adds Mac OS compatibility

image

Install

  • Place the fetch script somewhere on your $PATH (I use $HOME/.local/bin/)
  • Make it executable by running chmod a+x ./cutefetch in the directory it is located

Usage

After installation, run cutefetch in the terminal.

Command line arguments can be passed to specify the animal and eye style.

  • Valid animal arguments: --kitty, -k, --bunny, -b
  • Valid eye styles: integers from 0 to 13

Examples: cutefetch --kitty 6, cutefetch -k 6, cutefetch prints the default kitty. cutefetch --bunny 0, cutefetch -b 0, cutefetch -b, etc. prints a bunny.

Output of cutefetch --help

Cutefetch - Tiny coloured fetch script to display sysinfo

USAGE: cutefetch [MODE] [EYE_SELECTOR]

    [MODE]:
        -h, --help: print this help message
        -k, --kitty: show kitty ascii art with sysinfo
        -b, --bunny: show bunny ascii art with sysinfo
        -p, --puppy: show puppy ascii art with sysinfo
        -s, --simple: show sysinfo with no ascii art
        -v, --version: print the version number
        no option: same as -k, --kitty
        unkown option: print this help message
                       and return status code 1

    [EYE_SELECTOR] (optional):
        (numbers from 0 to 13)
         0:  . .
         1:  · ·
         2:  ^ ^
         3:  - -
         4:  ~ ~
         5:  * *
         6:  ^.^
         7:  -.-
         8:  ~.~
         9:  *.*
        10:  0.0
        11:  0 0
        12:  o o
        13:  o.o
        no/other number:
             ^.^ (kitty)
          or . . (bunny)
          or 0 0 (puppy)

Extras

cutefetch $(printf '-k\n-b\n-p' | shuf -n 1) $(shuf -i 1-13 -n 1) prints a random animal with random face. Add this to your .zshrc, .bashrc, config.fish, etc. to spice up your shell. :3

this wonderful idea of randomizing the animal and face was contributed by Westofer

Screenshots

desktop

Links:

cutefetch's People

Contributors

cybardev avatar magniquick avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.