added: todoist-nativefier
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -58,3 +58,6 @@
|
|||||||
[submodule "focusmate-nativefier"]
|
[submodule "focusmate-nativefier"]
|
||||||
path = focusmate-nativefier
|
path = focusmate-nativefier
|
||||||
url = https://git.rust.cloud/harlequix/focusmate-nativefier
|
url = https://git.rust.cloud/harlequix/focusmate-nativefier
|
||||||
|
[submodule "todoist-nativefier"]
|
||||||
|
path = todoist-nativefier
|
||||||
|
url = https://git.rust.cloud/harlequix/todoist-nativefier
|
||||||
|
|||||||
@@ -30,3 +30,4 @@ members:
|
|||||||
- directory: plymouth-git
|
- directory: plymouth-git
|
||||||
- directory: plymouth-theme-arch-breeze-git
|
- directory: plymouth-theme-arch-breeze-git
|
||||||
- directory: focusmate-nativefier
|
- directory: focusmate-nativefier
|
||||||
|
- directory: todoist-nativefier
|
||||||
|
|||||||
2
tasks.py
2
tasks.py
@@ -11,8 +11,6 @@ def add(c, url, name=None):
|
|||||||
print(name)
|
print(name)
|
||||||
if name is None:
|
if name is None:
|
||||||
pos = url.rfind('/') + 1
|
pos = url.rfind('/') + 1
|
||||||
print(url)
|
|
||||||
print(pos)
|
|
||||||
ending = url[pos:]
|
ending = url[pos:]
|
||||||
ending = ending.split(".")
|
ending = ending.split(".")
|
||||||
name = ending[0]
|
name = ending[0]
|
||||||
|
|||||||
1
todoist-nativefier
Submodule
1
todoist-nativefier
Submodule
Submodule todoist-nativefier added at b32e97dc89
Reference in New Issue
Block a user