hdfc-st

command module
v0.0.0-...-2988a50 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2023 License: GPL-3.0 Imports: 10 Imported by: 0

README

hdfc-st

A command-line tool to print data from HDFC bank CSV statement files.

example

Usage:

./hdfc-st -f file | - [-d text to match] [-x text to exclude] [-on dd/mm/yyyy] | [-from -after dd/mm/yyyy]
  -cred
    	print credits
  -d value
    	description to match, comma separated
  -deb
    	print debits
  -f string
    	statement text file | - stdin
  -from value
    	transactions from specified date
  -net
    	print net
  -on value
    	transactions on specified date
  -to value
    	transactions till specified date
  -x value
    	descriptions to exclude, comma separated

Features

  • Filter by

    • Matching description(case-insensitive)
    • Excluding description(case-insensitive)
    • On specific date
    • Between dates
  • Table formatted

  • Show credits, debits and net

Example

hdfc-st -f statement.txt -from 20/07/2023 -to 22/07/2023 -d "swiggy"

Building

go build

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL