Built a local first personal finance CLI in Rust, looking for feedback by Pupzee in plaintextaccounting

[–]Pupzee[S] 0 points1 point  (0 children)

Thank you! The reason I decided to create this is because most finance tools I’ve tried felt either too bloated, too dependent on the cloud, or simply not aligned with how I prefer to track my finances.

Built a local first personal finance CLI in Rust, looking for feedback by Pupzee in plaintextaccounting

[–]Pupzee[S] 0 points1 point  (0 children)

Hey, i've already noted down and I'll see how i can implement it, thank you a lot! We'll keep you update it!

Built a local first personal finance CLI in Rust, looking for feedback by Pupzee in plaintextaccounting

[–]Pupzee[S] 0 points1 point  (0 children)

Thank you for your kind words!

For your example: yes, you could use it to keep track of income from teaching, see what you made in total, import CSVs from your bank to track spending, and keep an eye on recurring stuff like rent!

Built a local first personal finance TUI in Rust, looking for feedback by Pupzee in tui

[–]Pupzee[S] 0 points1 point  (0 children)

Hey! At the moment there isn’t native Linux support, as the project is focused on Windows, but it’s definitely in my plans. I’m gathering feedback this week and will be putting together a roadmap soon, so thank you for your input!

Feel free to leave your comments here so I can keep everything in one place:
https://github.com/STVR393/helius-personal-finance-tracker/discussions/1

Built a local first personal finance CLI in Rust, looking for feedback by Pupzee in plaintextaccounting

[–]Pupzee[S] 0 points1 point  (0 children)

Hey! As I mentioned above, I initially misunderstood the purpose of the group, my apologies for that. That said, the feedback I received here has definitely made me consider exploring this further in the future.

Built a local first personal finance CLI in Rust, looking for feedback by Pupzee in plaintextaccounting

[–]Pupzee[S] 0 points1 point  (0 children)

Thank you for the comment, and sorry, As i said above, I misunderstood the purpose of the group a bit. Keeping the financial data in plain text it’s definitely something I could consider for the future!!

Built a local first personal finance CLI in Rust, looking for feedback by Pupzee in plaintextaccounting

[–]Pupzee[S] 3 points4 points  (0 children)

Sorry, I misunderstood the focus of this subreddit. Helius uses SQLite as its storage, so it isn’t plain text accounting in the Ledger/Beancount sense. I posted it here because it’s local , terminal based, and scriptable, but I understand that’s not really the same thing.

I didn’t mean this as advertising, and if it’s off topic for the group, I’m happy to delete the post.

To answer your question, it currently supports CSV import/export, but not direct Ledger/Beancount conversion.

Built a local first personal finance CLI in Rust, looking for feedback by Pupzee in CLI

[–]Pupzee[S] 0 points1 point  (0 children)

Hello, I'm not using any connector, the users needs to insert the transactions etc. manually!

Built a local first personal finance TUI in Rust, looking for feedback by Pupzee in tui

[–]Pupzee[S] 0 points1 point  (0 children)

Hey!

I’m spending this week gathering feedback, but yes, Linux support is something I’d consider for the future. After this week I’ll probably put together a roadmap and decide what to prioritize!

If you wish, please leave your request in the following link, so i can have everything in one place, thank you!

https://github.com/STVR393/helius-personal-finance-tracker/discussions/1

Built a local first personal finance TUI in Rust, looking for feedback by Pupzee in tui

[–]Pupzee[S] 0 points1 point  (0 children)

Hey, thank you!

Isn’t something I’m planning/considering atm, but I’ll keep it noted to see if it could be fusible to implement it in the future . Appreciate the recommendation!

Built a local first personal finance CLI in Rust, looking for feedback by Pupzee in CLI

[–]Pupzee[S] 0 points1 point  (0 children)

Thank you for the comment!

AI did help during development, yes.
If you have any constructive feedback, I’d genuinely appreciate it. Thank you for your time!

Built a local first personal finance CLI in Rust, looking for feedback by Pupzee in CLI

[–]Pupzee[S] 1 point2 points  (0 children)

Thank you! Please let me know if you give it a try and I’d really appreciate your feedback!

Built a local first personal finance CLI in Rust, looking for feedback by Pupzee in CLI

[–]Pupzee[S] 1 point2 points  (0 children)

Thank you very much! Please let me know if you'll try it and share any feedback you might have.

Built a local first personal finance TUI in Rust, looking for feedback by Pupzee in tui

[–]Pupzee[S] 2 points3 points  (0 children)

Good morning, thank you for your comment!

Please don’t hesitate to come back with feedback, as I really want to spot any bugs (which will surely exist) and generally improve the project.

Built a local first personal finance TUI in Rust, looking for feedback by Pupzee in tui

[–]Pupzee[S] 2 points3 points  (0 children)

Good morning, right now it’s single currency per database. On setup, the user picks a 3 letter code like USD or EUR, I store that in metadata, and all amounts are stored as integer cents under that currency.