money

module
v0.0.0-...-901c18c Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2019 License: MIT

README

Go Report Card GoDoc

Money

Manage your finances from the terminal
alt-text

Install

you need to have go installed, please refer to Download Go

To install money:

$ go get -u github.com/mohfunk/money

Usage

$ money -flags <command> <args ...>

Commands

list

Lists all your assets

$ money ls

Alias $ money l

ad

Adds a new asset type

#                                  optional    for metals 
$ money ad -flags <name> <symbol> <quantity> <quantity unit>

Alias $ money a

Flags
flags function
-f adds asset as a fiat currency
-c adds asset as a cryptocurrency
-m adds asset as a precious metal
Example
# Fiat Currencies
$ money ad -f us-dollar USD
$ money ad -f ca-dollar CAD 343.23
# Cryptocurrencies
$ money ad -c bitcoin BTC
$ money ad -c cardano ADA 5356 
# Precious Metals
$ money ad -m gold SLV 999 g
$ money ad -m gold GLD 0.5 kg
md

Modifies holding quantity for an asset

#                       + or -
$ money modify <symbol> <sign> <quantity>

Alias $money m

Example
$ money m CAD + 25000
$ money m BTC + 0.329
$ money m SLV - 12 kg

Directories

Path Synopsis
cmd
money command
pkg
util
The MIT License (MIT) Copyright (c) 2017 Arlex Martinez <@lexmartinez> https://github.com/lexmartinez/go-currency-converter
The MIT License (MIT) Copyright (c) 2017 Arlex Martinez <@lexmartinez> https://github.com/lexmartinez/go-currency-converter

Jump to

Keyboard shortcuts

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