Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbridges/ledgerble
https://github.com/sbridges/ledgerble
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sbridges/ledgerble
- Owner: sbridges
- License: apache-2.0
- Created: 2019-10-13T04:46:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T04:55:43.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T12:31:28.963Z (6 months ago)
- Language: JavaScript
- Size: 2.36 MB
- Stars: 89
- Watchers: 6
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: changes.txt
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - sbridges/ledgerble - (others)
README
# ledgerble
A ui for [ledger-cli](https://www.ledger-cli.org/) files
# Installation
## Windows
First install [ledger-cli](https://www.ledger-cli.org/)
Download the [latest release](https://github.com/sbridges/ledgerble/releases/latest), unzip it and run ledgerble.exe
If ledger isn't on your path, you can point to the ledger executable in the Options screen.
After starting, use the "Files" menu to select and open your ledger file.
## Mac
First install [ledger-cli](https://www.ledger-cli.org/)
Download the [latest release](https://github.com/sbridges/ledgerble/releases/latest), unzip it and in a terminal type
open ledgerble.app
If ledger isn't on your path, you can point to the ledger executable in the Options screen.After starting, use the "Files" menu to select and open your ledger file.
## Linux
First install [ledger-cli](https://www.ledger-cli.org/) and [npm](https://www.npmjs.com/get-npm).
When those are installed, install ledgerble using the command,
npm install ledgerble
After this, you can type `ledgerble` to start.
After starting, use the "Files" menu to select and open your ledger file.
# Screenshots
![Income/Expenses](web/inc_exp.png)
![Expenses](web/exp.png)
![balance](web/bal.png)