mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 02:38:02 +00:00
headers refactoring
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
"""
|
||||
author: deadc0de6 (https://github.com/deadc0de6)
|
||||
Copyright (c) 2017, deadc0de6
|
||||
Represent an action in dotdrop
|
||||
|
||||
represent an action or transformation
|
||||
in dotdrop
|
||||
"""
|
||||
|
||||
import subprocess
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
"""
|
||||
author: deadc0de6 (https://github.com/deadc0de6)
|
||||
Copyright (c) 2017, deadc0de6
|
||||
config file manager
|
||||
|
||||
yaml config file manager
|
||||
"""
|
||||
|
||||
import yaml
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
author: deadc0de6 (https://github.com/deadc0de6)
|
||||
Copyright (c) 2017, deadc0de6
|
||||
|
||||
entry point
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
author: deadc0de6 (https://github.com/deadc0de6)
|
||||
Copyright (c) 2017, deadc0de6
|
||||
|
||||
represents a dotfile in dotdrop
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
author: deadc0de6 (https://github.com/deadc0de6)
|
||||
Copyright (c) 2017, deadc0de6
|
||||
|
||||
handle the installation of dotfiles
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
"""
|
||||
author: deadc0de6 (https://github.com/deadc0de6)
|
||||
Copyright (c) 2017, deadc0de6
|
||||
handle logging to stdout/stderr
|
||||
|
||||
provides logging functions
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
author: deadc0de6 (https://github.com/deadc0de6)
|
||||
Copyright (c) 2017, deadc0de6
|
||||
|
||||
jinja2 template generator
|
||||
"""
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
"""
|
||||
author: deadc0de6 (https://github.com/deadc0de6)
|
||||
Copyright (c) 2017, deadc0de6
|
||||
|
||||
utilities
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user