=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== ledger2beancount-2.5/README.md-103- * `value`: skipped (not supported in beancount) ledger2beancount-2.5/README.md:104:* Fixated prices (`=$10` and the `fixed` directive) ledger2beancount-2.5/README.md-105-* Lot value expressions (no equivalence in beancount) ############################################## ledger2beancount-2.5/bin/ledger2beancount-1906- } else { ledger2beancount-2.5/bin/ledger2beancount:1907: print_warning_once "Balance assignment with same account `$i->[ACCOUNT]` found"; ledger2beancount-2.5/bin/ledger2beancount-1908- } ############################################## ledger2beancount-2.5/bin/ledger2beancount-2242- } else { ledger2beancount-2.5/bin/ledger2beancount:2243: print_warning_once "Directive `$1` with function is not supported: $2"; ledger2beancount-2.5/bin/ledger2beancount-2244- print_comment_top_level 0, $l; ############################################## ledger2beancount-2.5/bin/ledger2beancount-2359- if (!$config->{hledger}) { ledger2beancount-2.5/bin/ledger2beancount:2360: print_warning_once "Unsupported directive `$1` skipped"; ledger2beancount-2.5/bin/ledger2beancount-2361- } ############################################## ledger2beancount-2.5/bin/ledger2beancount-2402- $out = \@output; ledger2beancount-2.5/bin/ledger2beancount:2403: print_warning_once "Unsupported directive `$1` skipped"; ledger2beancount-2.5/bin/ledger2beancount-2404- # Not supported in beancount ############################################## ledger2beancount-2.5/docs/configuration.md-5-If that file is not found, it will look for ledger2beancount-2.5/docs/configuration.md:6:`$HOME/.config/ledger2beancount/config.yaml`. You can also pass an ledger2beancount-2.5/docs/configuration.md-7-alternative config file via `--config/-c`. The file must end in `.yml` ############################################## ledger2beancount-2.5/docs/features.md-62- * `value`: skipped (not supported in beancount) ledger2beancount-2.5/docs/features.md:63:* Fixated prices (`=$10` and the `fixed` directive) ledger2beancount-2.5/docs/features.md-64-* Lot value expressions (no equivalence in beancount) ############################################## ledger2beancount-2.5/docs/guide.md-717- ledger2beancount-2.5/docs/guide.md:718:If you want to skip several lines, you can use `$ignore_marker begin` ledger2beancount-2.5/docs/guide.md:719:and `$ignore_marker end`. This syntax is also useful for ledger ledger2beancount-2.5/docs/guide.md-720-`include` directives, which don't allow a comment on the same line. ############################################## ledger2beancount-2.5/docs/guide.md-731-Therefore, you can put a commented out line in the ledger input, mark it ledger2beancount-2.5/docs/guide.md:732:with the `$keep_marker` and ledger2beancount will uncomment the line and ledger2beancount-2.5/docs/guide.md-733-put it in the output. ############################################## ledger2beancount-2.5/docs/guide.md-746- ledger2beancount-2.5/docs/guide.md:747:You can also use `$keep_marker begin` and `$keep_marker end` to denote ledger2beancount-2.5/docs/guide.md-748-multiple lines that should be included in the output: ############################################## ledger2beancount-2.5/docs/installation.md-35-ledger2beancount itself consists of one script. You can clone the ledger2beancount-2.5/docs/installation.md:36:repository and run the script directly or copy it to `$HOME/bin` or ledger2beancount-2.5/docs/installation.md-37-a similar location: