Skip to content
/ gtran Public

Simple program to keep track of money lent and borrowed from different people.

Notifications You must be signed in to change notification settings

1BB3/gtran

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

gtran

Simple program to keep track of money lent and borrowed from different people.

Installing

To install download the zip or clone the repository and run the install.sh script.

$ git clone https://github.com/1BB3/gtran.git
$ cd gtran
$ ./install.sh

Usage

$ gtran [options] loanee amount

Type the name of the person who has borrowed from you in loanee and the amount in amount.

$ gtran gabs 100

If you have borrowed instead then just put the amount as negative

$ gtran gabs -100

Options :

      -d Display the transactions

      -x Remove the transactions whose amount has become 0

About

Simple program to keep track of money lent and borrowed from different people.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages