dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit 7b3844d5526fd6710caf97f5dbf47c42eb17ecae
parent 09d820f79115ec50ab8f13437b79dea4d39748c7
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Wed,  3 Aug 2022 19:55:45 +0900

add description to chogo

Diffstat:
Mbin/chogo | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/bin/chogo b/bin/chogo @@ -1,4 +1,12 @@ #!/bin/sh +# This is my personal accounting script +# The format of a Kakeibo file is as follows: +# <id> <account>:<???>:<Kamoku>[:<tekiyou>[ ... ]] <ammount> <comment> +# id : the identifier of the transaction (sor far this does nothing) +# account: account name +# ??? : assets|liabilities|equity|expenses|income +# Kamoku : any name to identify the useage +# comment: any string without a newline usage(){ echo 'usage: '$(basename "$0")' [-d <depth>] <command> [<file>]'