GitXplorerGitXplorer
e

pot

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
06c89d74393b451bed7fdfc79d43c9fa48637b49

Added tests (a lot!).

eeast825 committed 12 years ago
Unverified
7c2396f18cbeed1c83b2af227daab550f527745c

A lot of small improvements

eeast825 committed 12 years ago
Unverified
e616af897c58e7561b6cfc87e9f53aeb3e319f94

Added bash completion script.

eeast825 committed 12 years ago
Unverified
f1d71db0040cf302cbf4d6fad90bc8a8796b8006

Renamed attribute of Namespace object,

eeast825 committed 12 years ago
Unverified
fd01d40616617caeb89a1cc40b5f75c301673691

Context manager for logging. Verbosity and failfast arguments.

eeast825 committed 12 years ago
Unverified
e9e69d9b5d14db3e7b4de97ab5396a0547f81563

Dotfile fields serialized in proper order.

eeast825 committed 12 years ago

README

The README file for this repository.

POT

Pot is a simple dotfiles manager written in Python. It has simple command line interface that allows you to automatize some common operations with configuration files.

Directory format

::

.pot
├── config.yaml
└── dotfiles
    ├── .git
    ├── .gitignore
    ├── .gitmodules
    ├── README.md
    ├── spread.sh
    ├── .vim
    └── .vimrc

As you see all configuration stored in config.yaml. It may seems you familiar if you worked with static site genetators like Jekyll_ or Obraz_ before.

.. _Jekyll: https://github.com/mojombo/jekyll .. _Obraz: https://bitbucket.org/vlasovskikh/obraz/overview