Skip to content

belegaps/omz-hledger-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

hledger plugin

This plugin provides aliases and completions for hledger, a powerful, double-entry accounting tool.

Installation

oh-my-zsh

  1. Clone this repository into your custom plugins directory:
    git clone https://github.com/your-username/hledger-zsh-plugin.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/hledger
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):
    plugins=(... hledger)
  3. Restart your shell or run source ~/.zshrc.

Aliases

| Alias  | Command       | Description                         |
| :----- | :------------ | :---------------------------------- |
| `hl`   | `hledger`     | Execute hledger                     |
| `hlis` | `hledger is`  | Generate an Income Statement        |
| `hlbs` | `hledger bs`  | Generate a Balance Sheet            |
| `hlr`  | `hledger reg` | Display matched postings (Register) |

Features

  • Standard aliases for common hledger commands.
  • (Future) Auto-completion for accounts and descriptions.

Usage

Simply run any of the aliases provided above:

hl is
hlbs

About

An `hledger` plugin for oh-my-zsh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages