really love using `task` (https://taskfile.dev/) everywhere on my systems and projects 😎
#justsaying #tooloftheday #tools #opensource #task #taskfile #softwaredevelopment
really love using `task` (https://taskfile.dev/) everywhere on my systems and projects 😎
#justsaying #tooloftheday #tools #opensource #task #taskfile #softwaredevelopment
The Week in Review, Edition 89 (2025-17)
Topics:
🖥️ Ebay: an iMac for 6.51 Euros
🏡 Village works. Sometimes.
🗺️ Bikerouter – The Handbook (Work in Progress)
🗻 Codeberg vs. GitHub for Open Source Hosting
📸 Rediscovered: FastRawViewer for quick photo sorting
🐚 CLI Tool of the Week: Taskfile
🔊 Listened to this week: Marlene del Mar, Tim Kollberg
#Weekly #iMac #Ebay #Village #Bikerouter #Handbook #Documentation #Codeberg #GitHub #FastRawViewer #Photography #Mac #CLI #Task #Taskfile #Techno
Wochenrückblick, Ausgabe 89 (2025-17)
Themen:
🖥️ Ebay: ein iMac für 6,51 Euro
🏡 Dorf funktioniert. Manchmal.
🗺️ Bikerouter – das Handbuch (Work in Progress)
🗻 Codeberg vs. GitHub für Open Source Hosting
📸 Wieder entdeckt: FastRawViewer zum schnellen Vorsortieren von Fotos
🐚 Das CLI-Tool der Woche: Taskfile
🔊 In dieser Woche gehört: Marlene del Mar, Tim Kollberg
#Wochenrückblick #iMac #Ebay #Dorf #Bikerouter #Handbuch #Dokumentation #Codeberg #GitHub #FastRawViewer #Fotografie #Mac #CLI #Task #Taskfile #Techno
I went to bed at 5 o'clock because of #Taskfile . #automatetheshitoutofit
task-services: Manage your application processes in production hassle-free like Heroku CLI with go-task and Systemd
https://codeberg.org/lil5/task-services
Using #Coolify #Docker has been easy (but slow), simple (with underlying cruft), containerised (and obese)
I miss when downtime was measured in milliseconds
何やらTaskfile.ymlというファイルを見つけたので使い方を軽〜く調べてみた
https://qiita.com/Chibimaro/items/eebcbda6f1fe02b1d908?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
I am late to the party with #Taskfile usage. It's lovely. https://taskfile.dev
Osoby, które mocniej wniknęły w Linuxa lub często kompilują programy napisane w C/C++ z pewnością znają narzędzie Makefile. Na przestrzeni lat pojawiło się jego nowe wcielenie, które pozwala przygotowywać skrypty do budowania na wyższym poziomie. Poznajcie Taskfile i jego wesołą gromadkę bibliotek towarzyszących.
#taskfile #automation #continuousIntegration
https://cloudnativeengineer.substack.com/p/ep-5-taskfile-a-modern-alternative
@aohorodnyk @ede I came here to say that. #Taskfile syntax is very similar to the examples in bkn, so it might be a good inspiration.
And there is nothing wrong about reinventing things. It's fun, you can a lot along the way, and maybe you can even make something better and be an inspiration for someone else. Keep going!
@ede Great project!
if want to find a place where to look for some implementations or ideas, you can use https://taskfile.dev. I has been using #taskfile for a long time and have only positive feedback about it.
Wrote up my experience using #taskfile #golang to automate a little side project using a Taskfile.yaml file instead of my usual single-or-double quote induced hell of Makefiles.
https://bitsby.me/2023/02/taskfile.dev/
Basically, I'm in!
I stumbled across https://taskfile.dev which resembles the original use case of Makefiles - but in YAML. It even comes with a built-in —watch mode. And you can easily skip steps, if you already have the desired status - even programmable.
But skipping steps depending on variables (abusing the status) and only supporting environment variables, but not flags are a bummer.