Giter Site home page Giter Site logo

ymt's Introduction

YTM

Your Money Tracker - a simple command line accounting utility. Download precompiled binaries.

Features

$ ymt help
ymt version 0.2.5 - Your Money Tracker.
i     init  <dbname> initializes a new database
r   remove  <dbname> removes an existing database
s   switch  <dbname> switches to the specified database
a      add [OPTIONS] use -h to read the usage manual on adding data
l     list [OPTIONS] use -h to read the usage manual on listing data
q    query [OPTIONS] use -h to read the usage manual on querying data
d describe [OPTIONS] use -h to read the usage manual on getting summary output
p     plot [OPTIONS] use -h to read the usage manual on plotting data
e   export [OPTIONS] use -h to read the usage manual on exporting data
m   import [OPTIONS] use -h to read the usage manual on importing data
c    clean           delete all data
v  version           display current version
h     help           this help manual

EXAMPLE: ymt init crow.db

Dependencies

You need to install sqlite3 and cairo libraries.

Linux

sudo apt install libsqlite3-dev
sudo apt install libcairo2-dev

MacOS

sqlite3 comes preinstalled on macOS. You only need to install cairo using brew package manager:

brew install cairo

Windows

Both sqlite3 and cairo libraries come with the ymt binary. You don't need to install anything. Find the ddl libraries in the libs folder and put them into the same folder as your ymt binary.

Build

dub build

LICENSE

All code is licensed under the MIT license.

ymt's People

Contributors

kirillsaidov avatar rillki avatar

Stargazers

 avatar  avatar

Watchers

 avatar

ymt's Issues

Commands accept options from other commands

ymt list -h

ymt list version 0.1 -- list database data.
OPTIONS:
   types list available categories
         -l --limit list last N rows
   names list names within those categories
         -x --typeID filter using type id
receipts list receipt data
         -t     --today list data added today
         -w  --lastweek list data for past 7 days
         -m --lastmonth list data for past 30 days
         -a       --all list all available data
  layout show database table layout
 savedir show YMT save directory

ymt list types --typeID 3 accepts --typeID, -t, etc... It must accept -l, --limit only.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.