Skip to content
This repository has been archived by the owner on Feb 21, 2022. It is now read-only.

Pilgo 0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 03:56
· 54 commits to master since this release

Pilgo is released!

So... this is the first release of Pilgo, a project I have been working on for some time now. It's a CLI to help you organizing your dotfiles across different computers by using a reproducible configuration file inside your dotfiles repository.

Try it out by downloading a binary from this release.

$ plg -help
USAGE:
    plg [OPTIONS] <COMMAND>

OPTIONS:
        -config    Use a different configuration file. (default: "pilgo.yml")
    -h, -help      Print this help message.

COMMANDS:
    check      Check the status of your dotfiles.
    config     Configure a dotfile in the configuration file.
    init       Initialize a configuration file.
    link       Link your dotfiles as set in the configuration file.
    show       Show your dotfiles in a tree view.
    version    Print version.