cone icon indicating copy to clipboard operation
cone copied to clipboard

Would it be possible to provide some ledger commands?

Open daraul opened this issue 4 years ago • 11 comments

I've been thinking, it might be useful to include some ledger commands, and put their output on a page in cone. A balance command comes to mind immediately, but others may prove useful. I wouldn't expect one to recreate these functions in cone, but perhaps some version of the ledger binary could be included, and used instead?


While doing research on my own I found these answers:

https://stackoverflow.com/a/15099666/3403924 - speaks to adding a native binary to a native android app https://stackoverflow.com/a/17384650/3403924 - the same thing, using ANT https://stackoverflow.com/a/60961325/3403924 - 0 votes, but specifically for flutter, so (perhaps) most useful? https://flutter.dev/docs/development/platform-integration/c-interop - a tutorial from flutter that may prove useful

daraul avatar Mar 25 '20 13:03 daraul