Swiftpack.co - Nef10/SwiftBeanCountCLI as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by Nef10.
Nef10/SwiftBeanCountCLI v0.0.3
Command line tool for SwiftBeanCount
⭐️ 1
🕓 3 weeks ago
.package(url: "https://github.com/Nef10/SwiftBeanCountCLI.git", from: "v0.0.3")

SwiftBeanCountCLI

CI Status License: MIT Latest version platforms supported: linux | macOS

This project is part for SwiftBeanCount, please check out the main documentation here.

What

This is the command line tool of SwiftBeanCount.

Usage

As this is currently an alpha version, it only supports this very limited list of functions:

  • check Parses your ledger and prints any errors it finds
  • stats Statistics of a ledger (e.g. # of transactions)
  • accounts Print all accounts

Installation

This executable is built using the Swift Package Manger, so it can be installed via Mint:

mint install Nef10/SwiftBeanCountCLI

Completion

Thanks to the swift-argument-parser you can generate autocompletion scripts via swiftbeancount --generate-completion-script {zsh|bash|fish}. The exact command for your shell may vary, but for example for zsh with ~/.zfunctions in your fpath you can use:

swiftbeancount --generate-completion-script zsh > ~/.zfunctions/_swiftbeancount

GitHub

link
Stars: 1
Last commit: 3 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

0.0.3 Autocompletion
2 years ago

add autocompletion

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics