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