Skip to content

hurtki/configsManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConfigsManager

ConfigsManager is a simple and efficient CLI application that helps you manage your configuration files by associating keys with file paths, then easly sync them with cloud. Supports only UNIX-like systems.

Built with Cobra CLI library to provide a powerful and user-friendly command line interface.

With configsManager, you can:

  • Manage configs
  • Sync configs with cloud
  • Retrieve config paths by keys
  • View content of config files
  • List all stored config keys
  • Open config files in your preferred editor

Fast start

AUR ( Arch linux User Repository )

yay -S configsManager

Other package managers coming soon ( homebrew, ..)

Straight binary installation

Linux (x86_64 / AMD64)

curl -L https://github.com/hurtki/configsManager/releases/latest/download/cm-linux-amd64 -o cm
chmod +x cm
sudo mv cm /usr/local/bin/
cm init

macOS Intel

curl -L https://github.com/hurtki/configsManager/releases/latest/download/cm-darwin-amd64 -o cm
chmod +x cm
sudo mv cm /usr/local/bin/
cm init

Linux ARM64

curl -L https://github.com/hurtki/configsManager/releases/latest/download/cm-linux-arm64 -o cm
chmod +x cm
sudo mv cm /usr/local/bin/
cm init

macOS Apple Silicon(ARM)

curl -L https://github.com/hurtki/configsManager/releases/latest/download/cm-darwin-arm64 -o cm
chmod +x cm
sudo mv cm /usr/local/bin/
cm init

Initializing

cm init

About

Easy tool for configs managing

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages