Compare commits
3 Commits
7b1d6bc047
...
9f4e4f96c4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9f4e4f96c4 | ||
|
|
2e3d890743 | ||
|
|
b9e022694e |
9
.gitmodules
vendored
9
.gitmodules
vendored
@@ -55,3 +55,12 @@
|
||||
[submodule "plymouth-theme-arch-breeze-git"]
|
||||
path = plymouth-theme-arch-breeze-git
|
||||
url = https://aur.archlinux.org/plymouth-theme-arch-breeze-git.git
|
||||
[submodule "focusmate-nativefier"]
|
||||
path = focusmate-nativefier
|
||||
url = https://git.rust.cloud/harlequix/focusmate-nativefier
|
||||
[submodule "todoist-nativefier"]
|
||||
path = todoist-nativefier
|
||||
url = https://git.rust.cloud/harlequix/todoist-nativefier
|
||||
[submodule "habitica-nativefier"]
|
||||
path = habitica-nativefier
|
||||
url = https://git.rust.cloud/harlequix/habitica-nativefier
|
||||
|
||||
@@ -29,3 +29,6 @@ members:
|
||||
- directory: plog
|
||||
- directory: plymouth-git
|
||||
- directory: plymouth-theme-arch-breeze-git
|
||||
- directory: focusmate-nativefier
|
||||
- directory: todoist-nativefier
|
||||
- directory: habitica-nativefier
|
||||
|
||||
1
focusmate-nativefier
Submodule
1
focusmate-nativefier
Submodule
Submodule focusmate-nativefier added at f33b70e458
1
habitica-nativefier
Submodule
1
habitica-nativefier
Submodule
Submodule habitica-nativefier added at 8680e6dbdc
4
tasks.py
4
tasks.py
@@ -8,8 +8,10 @@ def aur(c, name):
|
||||
|
||||
@task
|
||||
def add(c, url, name=None):
|
||||
print(name)
|
||||
if name is None:
|
||||
ending = url.rfind('/') + 1
|
||||
pos = url.rfind('/') + 1
|
||||
ending = url[pos:]
|
||||
ending = ending.split(".")
|
||||
name = ending[0]
|
||||
c.run(f"git submodule add {url} {name}")
|
||||
|
||||
1
todoist-nativefier
Submodule
1
todoist-nativefier
Submodule
Submodule todoist-nativefier added at b32e97dc89
Reference in New Issue
Block a user