Story Details

  • Show HN: Bagels – TUI expense tracker

    Posted: 2025-01-26 08:57:51

    Bagels is a terminal-based expense tracker written in Python. It provides a simple text-based user interface (TUI) for recording and viewing expenses, allowing users to add transactions with descriptions, amounts, and categories. Bagels emphasizes ease of use and speed, offering features like auto-completion and quick keyboard navigation. It also supports exporting data to CSV for further analysis or use in other tools.

    Summary of Comments ( 60 )
    https://news.ycombinator.com/item?id=42828833

    HN users generally praised Bagels for its simplicity and use of a text-based interface. Several commenters appreciated the developer's focus on a straightforward, easy-to-use tool that avoids unnecessary complexity. Some suggested potential improvements, like adding support for budgeting or different currencies. One user highlighted the benefit of plain text data storage for easy backups and portability. The project's reliance on Python and the textual TUI framework also drew positive remarks. A few questioned the long-term viability of the project and suggested exploring alternatives like Ledger.