oppara / anyconf

You never need to google file path for any tools configuration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anyconf

anyconf is local configuration file finder.

Install

go get github.com/inabajunmr/anyconf

Usage

When you want to edit config file about AWS.

anyconf aws

Example

Local extension

When you want to add config path to only your local environment, you can use local config file.

vim ~/.anyconf/configs.txt

When you add line to ~/.anyconf/configs.txt like following example, you can find yourtool on anyconf.

yourtool ~/yourtool/config

Development

Prerequisite

anyconf use statik for build process.

Build

After editing static/configs.txt, following command is needed.

$ statik -src static

Contribution

Please add new config to static/configs.txt. When you want to add ~/.aws/config, you can add line like following example.

aws/credentials ~/.aws/credentials
+ aws/config ~/.aws/config
fish ~/.config/fish/config.fish
git/config ~/.gitconfig

About

You never need to google file path for any tools configuration.

License:MIT License


Languages

Language:Go 100.0%