home.social

#todoapp — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #todoapp, aggregated by home.social.

fetched live
  1. Und da ist sie: die mögliche Open-Source-Alternative zu Things, die leider immer noch keine Ende-zu-Ende-Verschlüsselung anbieten… Morgen gleich mal anschauen! mindwtr.app/de/

    #SelfHosting #GTD #OpenSource #FOSS #TodoApp #Things

  2. TwoDoo - die etwas freundlichere To-Do-App hat jetzt coole (aktivierbare) Quick-Wins:

    twodoo.app/ #todo #todoapp #twodoo

  3. @CppGuy

    #ToDo #ToDoList #ToDoApp #AskFedi
    I use Dynalist, free subscription for basic (and largely enough) functionality. It is not Foss, but managed by a small Texan company. Uses their servers to synchronize between mobile and desktop. It has a really great outline feature to open subtasks etc.. The UI is really handy.
    I used to use Workflowy, but it was expensive for the same service.

  4. CW: I Just Made a Temporary Todo App For Linux - Burner Todo

    I just developed a todo app in Qt, called Burner Todo, which lets you create temporary todos, which can be wiped out with a press of a button (Kaboom!), and also when you close the program (default setting, which can be changed). It's like a burner phone, but in a todo app form (hence the name) lol

    Other features include editing and deleting a todo, which you would probably expect from a todo app. There are also some settings to toggle delete, kaboom and quit confirmation, and whether to wipe out todos on quit or not (todos are saved to a local database regardless, and aren't wiped out if the program isn't closed properly, e.g. if the system crashes, so the todos aren't lost).

    The program is available for Linux as a raw binary, AppImage and Flatpak, and all of these can also be built manually, using the instructions in the repo's README.

    The code is written in Python, but compiled into C, to have a better performance, smaller size.

    codeberg.org/fossery-tech/burn

    If you're curious about some behind the scenes stuff (why I developed this app, my tech stack choice), check out the Odysee post (unfortunately it's too long to post it here): odysee.com/@fossery-tech:4/bur

    #BurnerTodo #TodoApp #LinuxApp #FosseryTech #FOSS #OpenSource

  5. (more Linux and FOSS news in previous posts of thread)

    ONLYOFFICE 9.3 makes document editing easier than ever:
    omgubuntu.co.uk/2026/02/onlyof

    Shotcut 26.2 Open-Source Video Editor Released with Various Improvements:
    9to5linux.com/shotcut-26-2-ope

    Calibre 9.4 Adds Reading Stats to the E-Book Viewer to Show Reading Progress:
    9to5linux.com/calibre-9-4-adds

    Ardour 9.1 fixes editor pane, adds MIDI note chase and duplication:
    alternativeto.net/news/2026/2/

    Ardour 9.2 Open-Source DAW Released with MIDI Note Chasing and Duplication:
    9to5linux.com/ardour-9-2-open-

    LibreOffice 26.2.1 Open-Source Office Suite Released with 65 Bug Fixes:
    9to5linux.com/libreoffice-26-2

    Typhoon weather app clears up with Qt6 port:
    omgubuntu.co.uk/2026/02/typhoo

    SpaghettiKart the Mario Kart 64 fan-made PC port gets a big upgrade:
    gamingonlinux.com/2026/02/spag

    Burner Todo progress report:
    Binaries are almost ready. AppImage already built, Flatpak is also mostly functional, except on KDE, the desktop entry has no icon for some reason, will have to figure out, why is that the case (a bit weird, it isn't the case on GNOME, only on KDE).

    (more FOSS news in comment)

    #WeeklyNews #OpenSource #FOSSNews #OpenSourceNews #FOSS #News #ONLYOFFICE #Shotcut #Calibre #Ardour #LibreOffice #Typhoon #SpaghettiKart #BurnerTodo #OfficeSuite #VideoEditor #DAW #ContentCreation #TodoApp #FOSSGame #OpenSourceGame #Ebook #EbookReader #WeatherApp #FosseryTech

  6. (Linux news in previous posts)

    FOSS NEWS

    Blender 5.1 Beta Enables Hardware Ray-Tracing by Default for AMD GPUs:
    9to5linux.com/blender-5-1-beta

    Intel's Discontinued Open-Source OpenPGL Project Finds A New Home:
    phoronix.com/news/Intel-OpenPG
    (Another project being picked up by the Linux Foundation, who would have guessed lol)

    Calibre 9.3 E-Book Manager Improves Support for the Hanvon N10 e-Reader:
    9to5linux.com/calibre-9-3-e-bo

    Helium Browser debuts experimental vertical tabs for improved user experience:
    alternativeto.net/news/2026/2/

    Transmission 4.1.1 BitTorrent Client Released with Bug Fixes and Improvements:
    9to5linux.com/transmission-4-1

    BleachBit 5.1.0 Beta adds cookie manager and expert mode:
    omgubuntu.co.uk/2026/02/bleach

    LibreOffice 25.8.5 Is Now Available for Download with More Than 60 Bug Fixes:
    9to5linux.com/libreoffice-25-8

    Free and open source RTS 0 A.D. release 28 "Boiorix" is live:
    gamingonlinux.com/2026/02/free

    Widelands, the open source Settlers-like, devs plan to ban all AI generated contributions:
    gamingonlinux.com/2026/02/wide

    ollama 0.17 Released With Improved OpenClaw Onboarding:
    phoronix.com/news/ollama-0.17

    OpenAI hires OpenClaw creator Peter Steinberger, will keep the AI agent open source:
    alternativeto.net/news/2026/2/

    Burner Todo progress report:
    Some custom styling is added to make it look nicer. I also found a way to compile the Python code into C (using Nuitka) to make it more performant, smaller in size. And the AppImage version is also done, except there are still some desktop integration issues, AppImageLaucher and other tools can't integrate it for some reason. Will figure out what's the issue.
    codeberg.org/fossery-tech/burn

    (more FOSS news in comment)

    #WeeklyNews #OpenSource #FOSSNews #FOSS #OpenSourceNews #News #Blender #Calibre #HeliumBrowser #Transmission #BitTorrent #Bleachbit #LibreOffice #Ollama #OpenClaw #BurnerTodo #AI #ArtificialIntelligence #OpenPGL #Browser #OfficeSuite #Ebook #EbookReader #WebBrowser #Torrent #Gaming #Game #0AD #Widelands #FOSSGame #FOSSGaming #TodoApp #ContentCreation #Productivity #AIAgent #AgenticAI #FosseryTech

  7. CW: Burner Todo progress report

    I made a solid progress, all features are now implemented, I'm working on the styling part now. There are some quirks though which I came across regarding Qt. I find the built-in widgets pretty limiting, and sometimes even broken. I had to manually set everything for a message box just because the predefined message boxes don't allow custom button text, including positioning, which is a pain in the arse, the message box doesn't want to stay in the center if I resize the window, no matter what I do, haven't find any useful resource about it on the internet, whatever, I'll leave it that way for now. Also, I can't add CSS/QSS classes to the individual elements of the message box and input dialog, so styling options are also pretty limited. Not to talk about checkboxes breaking, not showing checked state, if I add a border style to the indicator. I'll have to subclass that just because I want to add some styling. If it isn't broken, idk what is...
    codeberg.org/fossery-tech/burn

    #TodoApp #Programming #Coding #Qt #BurnerTodo #FosseryTech

  8. Alguma app de tarefas FOSS (Android + web)?

    Obrigado!

    Gostava muito de Wanderlust, mas foram comprados por Microsoft. Logo usei moito TickTick, mas não é FOSS. Provei Task.org, mas não tem versão web. Gosto de Vikunja, mas a app não avanza e usar a 2FA na webapp no telemóvel é uma tortura.

    #ToDo #ToDoApp

  9. Build a Full-Stack Todo App with Quarkus, Panache, and Qute
    From Zero to Web App with a Reactive Backend, Templated Frontend, and Zero Config PostgreSQL
    myfear.substack.com/p/quarkus-
    #Java #Quarkus #ToDoApp #Beginner #Developer

  10. CW: Search for a ToDo App

    Just remembered my ToDo app is USA with data stored in the USA. I have a lot of data in there for several clients I would prefer to keep out of the USA. It took several years to find something that worked with my brain.

    Open to suggestions. Yes, there are TONS of blogs out there highlighting why todo list such and such is good, but so far, none are what I need/want. I've a small homelab, and run a VPN over IKEv2, self-hosted would be fab

    #boycottUSA #elbowsup #todoapp

  11. Finalize your OWL TodoApp with task saving, filtering, and UI enhancements. Learn to manage tasks using OWL framework's reactive state. Perfect for developers seeking practical guidance. #OwlFramework #WebDevelopment #TodoApp #ProgrammingTutorial

    teguhteja.id/owl-tutorial-todo

  12. Learn to build a TodoApp with the Owl Framework. This tutorial covers adding, toggling, and deleting tasks using components and reactive state management. Ideal for both beginners and developers! #OwlFramework #WebDevelopment #TodoApp #ProgrammingTutorial

    teguhteja.id/owl-tutorial-part

  13. Kleine Umfrage: Wer hat bereits Erfahrungen mit 'Superlist', der neuesten Todo-App von den Machern von Wunderlist, gesammelt? Wie unterscheidet sie sich von MS Todo oder Google Keep?

    P.S.: Ich habe natürlich schon Artikel dazu gelesen, aber ich bin an persönlichen Erfahrungen interessiert. #Superlist #TodoApp #Umfrage #followerpower

  14. If you're looking for a nice looking Foss to-do app for android, you're gonna love this!

    Checkout : github.com/DarkMooNight/ToDark

    #foss #todoapp #android #opensource #privacy

  15. 🎉Part 4: Building a Fullstack App with #dart_frog and u/FlutterDev in a Monorepo is now LIVE🚀!

    🛠 Implement r/PostgreSQL db, added r/laravel -inspired HTTPController, fully implement CRUD, datasource, repository.
saileshdahal.com.np/building-a
    #fullstack #monorepo #todoapp #flutter
    submitted by /u/saileshbro
    [link] [comment…

    reddit.com/r/FlutterDev/commen

    #flutter #flutterdev