client/container: usage help updates

This commit is contained in:
2025-10-23 12:12:05 -07:00
parent 9bc6be3a49
commit 0266157abe
6 changed files with 30 additions and 30 deletions

View File

@@ -2,7 +2,7 @@
# docker-finance | modern accounting for the power-user
#
# Copyright (C) 2021-2024 Aaron Fiore (Founder, Evergreen Crypto LLC)
# Copyright (C) 2021-2025 Aaron Fiore (Founder, Evergreen Crypto LLC)
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -51,15 +51,15 @@ function main()
\e[32mCommand:\e[0m
all \e[34;3mFetches, imports, generates taxes and reports w/ [args] year\e[0m
edit \e[34;3mEdit existing container data\e[0m
fetch \e[34;3mFetch remote accounts\e[0m
import \e[34;3mImport CSVs for given year (default: current year)\e[0m
hledger \e[34;3mRun CLI accounting commands\e[0m
hledger-ui \e[34;3mStart terminal UI\e[0m
edit \e[34;3mEdit container configurations, metadata and journals\e[0m
fetch \e[34;3mFetch prices, remote accounts and blockchain data\e[0m
import \e[34;3mImport CSV data since given year (default: current year)\e[0m
hledger \e[34;3mRun hledger commands\e[0m
hledger-ui \e[34;3mStart hledger terminal UI\e[0m
hledger-vui \e[34;3mStart visidata terminal UI\e[0m
hledger-web \e[34;3mStart web-based UI\e[0m
meta \e[34;3mSearch local financial metadata\e[0m
plugins \e[34;3mExecute given plugin available in plugins' path\e[0m
hledger-web \e[34;3mStart hledger web-based UI\e[0m
meta \e[34;3mSearch and view financial metadata\e[0m
plugins \e[34;3mExecute a categorical shell plugin (non-\`root\`)\e[0m
reports \e[34;3mGenerate balance sheet, income statement, etc.\e[0m
root \e[34;3mRun ROOT.cern instance for docker-finance analysis\e[0m
taxes \e[34;3mGenerate tax reports\e[0m
@@ -83,8 +83,8 @@ function main()
\e[37;2m# Show Carol's total USD value of Bitcoin across all asset accounts\e[0m
$ $global_basename friends${global_arg_delim_1}carol hledger bal assets cur:BTC --value=now
\e[37;2m# Generate quarterly reports for your vendor 'ABC Inc.' in the year 2023\e[0m
$ $global_basename vendors${global_arg_delim_1}abc_inc reports all${global_arg_delim_2}type interval=quarterly year=2023
\e[37;2m# Generate quarterly reports for your client 'ABC Inc.' in the year 2023\e[0m
$ $global_basename clients${global_arg_delim_1}abc_inc reports all${global_arg_delim_2}type interval=quarterly year=2023
"
#