Git Product home page Git Product logo

accountant's Introduction

accountant

[ABANDONED] Expense tracking CLI application written in Rust

Usage

accountant 1.0
Sathwik Matsa <[email protected]>
Expense tracking CLI application

USAGE:
    accountant [OPTIONS] [ARGS] [SUBCOMMAND]

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -c, --category <category>    kind of transaction
    -t, --tags <tags>            tags for data analysis

ARGS:
    <cost>           price of the item
    <description>    note on the transaction

SUBCOMMANDS:
    category    list or add new categories
    friend      add, delete or find a friend
    help        Prints this message or the help of the given subcommand(s)
    list        list the expenses in raw format

accountant-friend
add, delete or find a friend

USAGE:
    accountant friend [ARGS] [SUBCOMMAND]

ARGS:
    <name>      name for identification, must be unique
    <upi_id>    UPI ID
    <phone>     phone number

SUBCOMMANDS:
    delete    delete a friend and corresponding records
    find      find a friend
    list      list friends
accountant-friend-delete
delete a friend and corresponding records

USAGE:
    accountant friend delete <name>

ARGS:
    <name>    name of friend
accountant-friend-list
list friends

USAGE:
    accountant friend list

accountant-friend-find
find a friend

USAGE:
    accountant friend find <pattern>

ARGS:
    <pattern>    name of friend
accountant-category
list or add new categories

USAGE:
    accountant category [kind] [SUBCOMMAND]

ARGS:
    <kind>    kind of transactions

SUBCOMMANDS:
    delete    delete a category
    list      list available categories

accountant-category-delete
delete a category

USAGE:
    accountant category delete <kind>

ARGS:
    <kind>    name of category
accountant-category-list
list available categories

USAGE:
    accountant category list
accountant-list
list the expenses in raw format

USAGE:
    accountant list [FLAGS] [OPTIONS]

FLAGS:
        --all        display all expenses

OPTIONS:
    -f, --first <first>    display first `n` expenses
    -l, --last <last>      display latest `n` expenses

accountant's People

Contributors

sathwikmatsa avatar

Watchers

 avatar  avatar

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.