hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.7K
active users

#taskwarrior

0 posts0 participants0 posts today

My #commandline and #tui everyday productivity workflow is getting more solid: #taskwarrior, #jrnl, #offlineimap, #notmuch, #neomutt. I was using some of these tools one or two decades ago until I was tempted or forced onto GUI and cloud solutions by various projects. But now I can access my terminals from anywhere thanks to my #tailscale #vpn – no need for other people's clouds.

One of these days I'll write a proper blog post or series about this setup.

The TaskWarrior 3 situation on Fedora shows quite well how much work the maintainers put in for you to conveniently install packages. It seems so simple, yet in reality a shitload of work is required.

It only takes like five minutes to install a library and build it from source. But it's amazing that there are people who invest time, patience, and knowledge to make it absolutely seamless.

discussion.fedoraproject.org/t

Fedora Discussion · Fedora 41 Taskwarrior 3Hello, rust-taskchampion was the last dependency and has finally landed in rawhide/F42, so we’ll update task to v3 there. I then need to verify that the update on F41/42 works as we thought it would. I expect we’ll definitely make it to F42, and hopefully into F41 too.

TaskWarrior needs time-travelling commands.

e. g.

task 123 mod due:due~~

set the due date on task 3 to the forelast due date.
Because sometimes I do batch processing and then I want to say "hey you're an exception you revert"

#TaskWarrior has a history and an undo stack

Replied in thread

@pascal_le_merrer Ne regrette pas ta décision, #taskwarrior reste un outil génial pour ajouter des tâches rapidement et son algorithme de calcul d'urgency est juste génial.
C'est juste que je souhaite diminuer mon nombre de silos d'information, un effet de bord de la magie d'Obsidian.
Et puis le plugin obsidian tasks n'est pas encore au niveau tant que cette issue n'aura pas été résolue :
<github.com/obsidian-tasks-grou>

GitHubMake the Urgency calculation aware of task dependencies · Issue #2655 · obsidian-tasks-group/obsidian-tasksBy claremacrae
Replied to Neil E. Hodges

Vielleicht treff ich ja eine.n #TaskWarrior Nutzer.in hier auf Masto. Aktuell ist es irgendwie ein Selbstgespräch über all die Dinge welche ich über TaskWarrior fühle.

Nutzt ihr "dup" zum duplizieren von Tasks?
Ich muss zugeben ich versuche es mir abzugewöhnen und stattdessen die Beschreibung zu kopieren und ein komplett neuen Task zu erzeuten. Mein task add alias erzeugt immer ein "until:2months" und wenn ich dupliziere wird dies nicht neu berechnet (viele Attribute teilen selbes Problem)

Replied to Neil E. Hodges

Die geplanten #TaskWarrior 3.0 Änderungen machen mich echt pissig. Nix wird eingebaut wenn man es "mit Bordmitteln umsetzen kann" (haha lustig, man kann mit Shell-Skripten die Dateien editieren also per Definition würde alles immer gehen und sie müssten somit nie etwas entwickeln) und jetzt ändern sie wie die Daten fundamental gespeichert werden (SQL Datenbank statt pseuso-json flat file db).

Und es wirkt einfach super unnötig, bisher war es alles sehr unix-style IMO

github.com/GothenburgBitFactor

GitHubRelease v3.0.0 · GothenburgBitFactory/taskwarriorThis new major version of Taskwarrior comes with an important change: the sync functionality has been rewritten entirely, and no longer supports taskserver/taskd. Instead, the recommended solution ...

Consiglio questo ottimo software per segnarsi le cose da fare direttamente da CLI, disponibile su tutte le maggiori piattaforme: https://taskwarrior.org/

Come prevedibile, disporrà di un ampio numero di comandi, per cominciare ne bastano tre e sono intuitivi:

task add testo a piacere
task list
task del numero del task

Consigliato da @alephoto85 nella chat #XMPP del GUUF, MUC per utenti Unix:

xmpp:hello-world-it@conference.magicbroccoli.de?join=

taskwarrior.orgTaskwarrior
#linux#software#CLI

#taskwarrior выпустил версию 3, в которой все сделано по другому. Сменили идеологию. Ранее это был простой консольный клиент, который хранил все задачи в текстовом виде в файлах. Был сервер синхронизации этих текстовых строк по принципу write-ahead-log. Новая версия теперь работает с sqlite, а ее файл вы синхронизируйте как вам нравится через любые облачные сервисы.

Так если бы переписал и все работало как ранее, то было бы ок. Но в новой версии sqlite используется просто как бинарное хранилище. В таблице два поля: uuid и текстом json контент задачи. Выбираются все айдишники, а потом по каждой задаче делается отдельная выборка и уже парсится контент. Производительность упала в десятки-сотни раз. github.com/GothenburgBitFactor
У одного пользователя просто список задач отдается 20 минут.

Меня это все триггерит, так как я долгое время сидел на taskwarrior и реально был рад им пользоваться. Версия 2 по моему мнению является просто крутейшим задачником до сих пор.

GitHub3.0.0 Performance collapse · Issue #3329 · GothenburgBitFactory/taskwarriorBy ElectricR

Pour celleux qui ne connaissent pas et ont toujours voulu un outil en ligne de commande simple et puissant pour gérer leurs tâches, j'utilise depuis quelques années #taskwarrior (taskwarrior.org/) et j'en suis super content. Il est super flexible, configurable, se scripte bien. Bref je suis amoureux de l'outil

J'ai mis en place mon service de synchro perso (nouveau service, version 3, beaucoup plus simple à gérer que l'ancien de la version 2, et beaucoup plus propre aussi (#rust FTW)).

taskwarrior.orgTaskwarrior

Fucking bullshit. >:(

This new major version of Taskwarrior comes with an important change: the sync functionality has been rewritten entirely, and no longer supports taskserver/taskd. Instead, the recommended solution is a cloud-storage backend, although taskchampion-sync-server is also available. See taskwarrior.org/docs/upgrade-3… for information on upgrading to Taskwarrior 3.0.
GitHubRelease v3.0.0 · GothenburgBitFactory/taskwarriorThis new major version of Taskwarrior comes with an important change: the sync functionality has been rewritten entirely, and no longer supports taskserver/taskd. Instead, the recommended solution ...