Skip to content

shanepaton/gufetch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A CLI for fetching Github and Gitlab profiles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published