mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-06 23:35:38 +00:00
Add option to symlink only child files
This commit is contained in:
8
dotdrop/linktypes.py
Normal file
8
dotdrop/linktypes.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from enum import IntEnum
|
||||
|
||||
|
||||
class LinkTypes(IntEnum):
|
||||
NOLINK = 0
|
||||
PARENTS = 1
|
||||
CHILDREN = 2
|
||||
|
||||
Reference in New Issue
Block a user