repofetch 0.2.0

Fetch details about your remote repository
repofetch-0.2.0 is not a library.

repofetch

Crates.io Crates.io Build Status

Fetch details about your remote repository

Screenshot

NOTE This screenshot will likely be out-of-date while repofetch's version < 1.0.0

screenshot

Installation

Latest Release from Crates.io

cargo install repofetch

Latest Commit from this repo

cargo install --git https://github.com/spenserblack/repofetch.git

Configuration

The first time you execute repofetch, it will create a repofetch.yml file in your default config folder. You can edit this file to change repofetch's output.

You can find where repofetch.yml is saved by default by executing repofetch --help and viewing the help for the <config> option.

Config File Contents

---
emojis: # Here you can change which emojis are displayed
  url: 🌐
  star: 
  subscriber: 👀
  fork: 🔱
  issue: 
  pull request: 🔀
  created: 🎉 # This tells repofetch you want to use 🎉 for the `created` stat instead of the default (🐣)
  updated: 📤
  size: 💽
  original: 🥄
  help wanted: 🙇
  good first issue: 🔰
  hacktoberfest: 🎃
  placeholder: "  " # This is currently unused, but exists for potential future usage
labels: # Here you can provide aliases for labels
  help wanted: help wanted
  good first issue: great first issue # This tells repofetch that you want to search `label:"great first issue"` for good first issues