Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 713 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 713 Bytes

gufetch

gufetch is a CLI tool written in Go that can fetch your GitHub or Gitlab profile

Setting up on Arch Linux

Manually

git clone https://github.com/shanepaton/gufetch.git
cd gufetch
makepkg -si

Configuration

  • Upon installation a configuration file will be created in ~/.config/gufetch/config.yaml
token:
    gitlab: "gitlab token"
defualt:
    githubUsername: "github username"
    gitlabID: "gitlab id"

The defualt names are used when the program is called without a specified username/id.
To fetch Gitlab you need to provide and access token in the config file.

gufetch is created by Shane Paton under the MIT Licence