cli-for-ynab
cli-for-ynab copied to clipboard
Complete command-line interface for YNAB.
Bumps [net2](https://github.com/deprecrated/net2-rs) from 0.2.33 to 0.2.38. Commits 2c0abd4 Release v0.2.38 eb44275 Remove special casing for Redox as it is supported by unix target family a183475 Release v0.2.37 6081dff haiku: Fix...
Bumps [miow](https://github.com/yoshuawuyts/miow) from 0.2.1 to 0.2.2. Commits 6fd7b9c Bump version to 0.2.2 550efc2 Merge branch 'fix-sockaddr-convertion-v0.2.x' into 0.2.x ca8db53 Stop using from_ne_bytes to be compatible with Rust < 1.32.0 3e217e3...
Bumps [hyper](https://github.com/hyperium/hyper) from 0.11.27 to 0.14.5. Release notes Sourced from hyper's releases. v0.14.5 Bug Fixes client: omit default port from automatic Host headers (#2441) (0b11eee9) headers: Support multiple Content-Length values...
Bumps [linked-hash-map](https://github.com/contain-rs/linked-hash-map) from 0.5.1 to 0.5.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
When I try to do `ynab list categories` I get: ``` ynab error: Error parsing data from YNAB API: invalid type: null, expected i32 at line 1 column 501 ```...
I was playing around and found myself wanting a way to add a simple query. **Examples** List Categories, ignoring the 'hidden' ones: `ynab list categories --query hidden=false` List Categories running...
Love the concept of this tool but probably the thing I'd like most to be able to do with YNAB is approve transactions more quickly. It would be awesome if...
Howdy there, thanks so much for this incredibly useful project! I went looking for something like this written in Rust a bit ago and by far your project, this one,...