Skip to content

rstacruz/hledger-vis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hledger-vis

Web UI for hledger

Usage

  • hledger is required. See hledger downloads for more info on how to install it in other platforms.

    apt-get install hledger  # debian/ubuntu
    brew install hledger     # osx

* Install hledger-vis.

  > *No release yet; see [dev setup](#dev-setup) below on how to install it.*

  <!--
  ```sh
  npm install -g @rstacruz/hledger-vis
  hledger vis

-->

  • Run hledger-vis. This will open a browser.

    hledger vis
  • You may also pass arguments that will be passed to hledger. These will affect all views in hledger-vis (see hledger vis --help).

    hledger vis -f file.ledger
    hledger vis --cost --date2

Dev setup

  • Setup:

    git clone https://github.com/rstacruz/hledger-vis.git
    cd hledger-vis
    npm install
  • Start in development mode (auto-reloads):

    npm start
  • Make it available globally (optional):

    npm link

Thanks

hledger-vis © 2016+, Rico Sta. Cruz. Released under the MIT License.
Authored and maintained by Rico Sta. Cruz with help from contributors (list).

ricostacruz.com  ·  GitHub @rstacruz  ·  Twitter @rstacruz

About

[WIP] Web UI for hledger

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published