Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f4e4f96c4 | |||
| 2e3d890743 | |||
| b9e022694e |
@@ -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
|
||||
|
||||
Submodule
+1
Submodule focusmate-nativefier added at f33b70e458
Submodule
+1
Submodule habitica-nativefier added at 8680e6dbdc
@@ -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}")
|
||||
|
||||
Submodule
+1
Submodule todoist-nativefier added at b32e97dc89
Reference in New Issue
Block a user