diff --git a/.gitmodules b/.gitmodules index d65b4b6..e155bc4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/build-pacman-repo.yaml b/build-pacman-repo.yaml index 091c4ca..5630978 100644 --- a/build-pacman-repo.yaml +++ b/build-pacman-repo.yaml @@ -30,3 +30,4 @@ members: - directory: plymouth-git - directory: plymouth-theme-arch-breeze-git - directory: focusmate-nativefier +- directory: todoist-nativefier diff --git a/tasks.py b/tasks.py index 0a47da9..87f378d 100644 --- a/tasks.py +++ b/tasks.py @@ -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] diff --git a/todoist-nativefier b/todoist-nativefier new file mode 160000 index 0000000..b32e97d --- /dev/null +++ b/todoist-nativefier @@ -0,0 +1 @@ +Subproject commit b32e97dc89bc4691f1ba9bf72667292c44e56096