added: todoist-nativefier

This commit is contained in:
Sebastian Rust
2022-07-10 13:39:58 +02:00
parent b9e022694e
commit 2e3d890743
4 changed files with 5 additions and 2 deletions

3
.gitmodules vendored
View File

@@ -58,3 +58,6 @@
[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

View File

@@ -30,3 +30,4 @@ members:
- directory: plymouth-git
- directory: plymouth-theme-arch-breeze-git
- directory: focusmate-nativefier
- directory: todoist-nativefier

View File

@@ -11,8 +11,6 @@ def add(c, url, name=None):
print(name)
if name is None:
pos = url.rfind('/') + 1
print(url)
print(pos)
ending = url[pos:]
ending = ending.split(".")
name = ending[0]

1
todoist-nativefier Submodule

Submodule todoist-nativefier added at b32e97dc89