Show HN: iOS App Size Analysis Tool for macOS (apps.apple.com)
2 points by elpakal 8h ago 0 comments
Show HN: LocoStudio - A better UI for Ollama (locostudio.ai)
5 points by simmy345 22h ago 0 comments
Show HN: Tascli, a simple, fast, small, local activity tracker in CLI
3 Aperocky 0 5/7/2025, 1:07:57 PM github.com ↗
I've created tascli to solve a need of simple activity tracker including task and record in local CLI. It's available via cargo and brew tap.
It's simple, the API is minimal and without complex usage patterns.
It supports both task and records and treat them separately (task have deadlines, records are point in time)
It doesn't run any background processes.
It is small (compiled sizes <2MB)
It is fast (<5ms on each command on a normal computer/github workflow host).
It stores activities into a local sqlite db file.
Looking for new features requests too!
No comments yet