Skip to content

thatjames/config

 
 

Repository files navigation

Config

Config is a small Git wrapper that uses a Git Bare repository for managing your local config files. By setting some needed defaults and using a config file, config can monitor files from any root directory. Once you have initialised the CLI, you interact with it the same way you would use Git, except the binary is config.

Getting started

To install, either build from source by cloning the repo or using go install.

Installing from source

git clone https://github.com/dmhdeveloper/config.git config
cd config
make build
cp config /usr/local/bin/

Installing with go

go install github.com/dmhdeveloper/config@latest

Roadmap

  • Implement storing and retrieving git config from config file
  • Implement command feature init
  • Implement command feature display
  • Implement command feature app
  • Support shell completion files
  • Support Windows

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 79.9%
  • Makefile 20.1%