shadowmax31 / crypto_log

This is a cli-tool to log and track the Cost Basis and Capital Gain when transacting with CryptoCurrency
GNU General Public License v2.0
0 stars 0 forks source link

Import CSV #5

Closed shadowmax31 closed 3 years ago

shadowmax31 commented 3 years ago

Add a way to import CSV files from:

The goal is to import multiple CSV files and call the right transactions (buy, sell or exchange).

shadowmax31 commented 3 years ago

The function will be called generate instead of import. This will simply echo text to the terminal. This is how it should be used:

crypto generate file.csv > ~/gen
~/gen

This makes it so it does not break the export and undo functions