https://github.com/paulanerus/okane
a very small tool to organize all your financials in your cli
https://github.com/paulanerus/okane
cli finance linux manager money organize organizer windows
Last synced: 6 months ago
JSON representation
a very small tool to organize all your financials in your cli
- Host: GitHub
- URL: https://github.com/paulanerus/okane
- Owner: Paulanerus
- License: gpl-3.0
- Created: 2023-02-20T12:11:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-29T18:59:56.000Z (about 1 year ago)
- Last Synced: 2025-03-26T20:55:43.997Z (6 months ago)
- Topics: cli, finance, linux, manager, money, organize, organizer, windows
- Language: C++
- Homepage: https://paulee.dev/okane
- Size: 194 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Okane - a small tool to organize all your financials in your cli
# Dependencies
- [rang](https://github.com/agauniyal/rang) for colored console output
# Build
Currently only Windows(vs build tools) and GNU/Linux (GNU Make) are supported.
I'm using [premake5](https://premake.github.io/) to generate my project/make files.
**For GNU Make:**
```
premake5 gmake2make config=release
```**For other project files vistit: [Using Premake](https://premake.github.io/docs/Using-Premake)**.
# Install
**Windows (winget):**
- `winget install okane`
**Arch Linux:**
- `yay -S okane`
**Flatpak:**
- planned
**Homebrew:**
- planned
# Features
- Add any income or expense with a corresponding tag
- Add repeating payments
- Display a small or detailed view of your financial status

Type `okane help` for more informations.
**Planned**
- Support more languages
- Password protection
- Apple support