An open API service indexing awesome lists of open source software.

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

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 gmake2

make 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

![status](images/status.png)
![detailed](images/detailed.png)
![abo](images/abo.png)

Type `okane help` for more informations.

**Planned**

- Support more languages
- Password protection
- Apple support