GitXplorerGitXplorer
e

pot

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
70d389e9d1020b91204fb96af1708fd2d83e121d

Add tests for grab command

eeast825 committed 11 years ago
Unverified
0c072ae88bbb99da4935f6613f466d2fb354f46c

Use loggers for console output

eeast825 committed 11 years ago
Unverified
8b4c98cecb46dd62dbc4548278bdd72caa9879db

Fix issue with install command

eeast825 committed 11 years ago
Unverified
b5bb105d47a2ecc163bf53d6d2eb7239f8328fd1

Delay in symlink_to_same_file test

eeast825 committed 11 years ago
Unverified
1c7cfb2419d1f90964b9a1b6938bd3626e045b79

Fixed issue with mtime.

eeast825 committed 11 years ago
Unverified
ac783ed37ec2b7632a1e401b803ff6de700089b7

Invalid action type.

eeast825 committed 11 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