Skip to content

jshwi/hin

Repository files navigation

hin

License PyPI Build CodeQL pre-commit.ci status codecov.io readthedocs.org python3.8 Black isort docformatter pylint Security Status Known Vulnerabilities hin

Dotfile manager

Usage: hin [OPTIONS] COMMAND [ARGS]...

  Dotfile manager.

Options:
  -h, --help     Show this message and exit.
  -v, --version  Show the version and exit.

Commands:
  add        Add new FILE to version control.
  clone      Clone a dotfile repository from a URL.
  commit     Commit changes to FILE.
  install    Install a dotfile repository.
  link       Create a new LINK from TARGET.
  list       List all versioned dotfiles.
  push       Push changes to remote.
  remove     Remove FILE from version control.
  status     Check version status.
  undo       Revert previous commit and actions.
  uninstall  Uninstall a dotfile repository.