All Projects → mariosangiorgio → vscode-ledger

mariosangiorgio / vscode-ledger

Licence: MIT license
Visual Studio Code support for Ledger files

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to vscode-ledger

ledger-plots
R functions to plot data from your ledger
Stars: ✭ 24 (+33.33%)
Mutual labels:  ledger, plaintext-accounting
Hledger
A reliable, user-friendly Plain Text Accounting tool with command line, terminal and web interfaces.
Stars: ✭ 1,887 (+10383.33%)
Mutual labels:  ledger, plaintext-accounting
beancount-mobile
Your personal finance manager. iOS and Android App for Beancount.io
Stars: ✭ 75 (+316.67%)
Mutual labels:  ledger, plaintext-accounting
hledger-iadd
A terminal UI as drop-in replacement for hledger add.
Stars: ✭ 61 (+238.89%)
Mutual labels:  ledger, plaintext-accounting
ledgible
Web-based double-entry accounting (ledger-cli frontend)
Stars: ✭ 58 (+222.22%)
Mutual labels:  ledger, plaintext-accounting
beancount-boilerplate-cn
docs.google.com/spreadsheets/d/1jnds3X_-RSTN4ATuOFV-v6tar0KfAla88vC43Vq6ubc/edit#gid=0
Stars: ✭ 186 (+933.33%)
Mutual labels:  ledger, plaintext-accounting
Ledger
Double-entry accounting system with a command-line reporting interface
Stars: ✭ 4,062 (+22466.67%)
Mutual labels:  ledger, plaintext-accounting
ledg
Batch modifiable ledger-like written in nodejs
Stars: ✭ 32 (+77.78%)
Mutual labels:  ledger, plaintext-accounting
knut
knut is an efficient plain text accounting tool with support for multiple currencies and valuation.
Stars: ✭ 40 (+122.22%)
Mutual labels:  ledger, plaintext-accounting
nledger
.Net Ledger: Double-Entry Accounting System
Stars: ✭ 141 (+683.33%)
Mutual labels:  ledger, plaintext-accounting
r-ledger
R package for importing data from plain text accounting files
Stars: ✭ 34 (+88.89%)
Mutual labels:  ledger, plaintext-accounting
vscode-R
R Extension for Visual Studio Code
Stars: ✭ 788 (+4277.78%)
Mutual labels:  vscode-extension
rust-ledger-parser
Rust library for parsing ledger cli (https://www.ledger-cli.org/) input files.
Stars: ✭ 22 (+22.22%)
Mutual labels:  ledger
ledger2beancount
Ledger to Beancount text-based converter
Stars: ✭ 63 (+250%)
Mutual labels:  ledger
Nault
⚡ The most advanced Nano wallet with focus on security, speed and robustness
Stars: ✭ 228 (+1166.67%)
Mutual labels:  ledger
vscode-live2d
一个简单的VSCode看板娘插件,会跟随你的鼠标动作变化,写代码累了可以逗逗她哦
Stars: ✭ 87 (+383.33%)
Mutual labels:  vscode-extension
pyledger
A simple ledger for smart contracts written in python
Stars: ✭ 18 (+0%)
Mutual labels:  ledger
total recall
Turn any csv into Ledger journals. Canonical repository can be found at -->
Stars: ✭ 16 (-11.11%)
Mutual labels:  ledger
distributed-compliance-ledger
DCL is a public permissioned ledger framework for Zigbee compliance certification of device models. The ledger is based on Cosmos SDK and Tendermint.
Stars: ✭ 41 (+127.78%)
Mutual labels:  ledger
ripple-binary-codec
Convert between json and hex representations of transactions and ledger entries on the XRP Ledger. Moved to: https://github.com/XRPLF/xrpl.js/tree/develop/packages/ripple-binary-codec
Stars: ✭ 18 (+0%)
Mutual labels:  ledger

IMPORTANT: I'm no longer actively working on this project

I recently started using beancount/fava instead of ledger and I'm probably not going to spend much time on this project.

If you have improvements I'll try to merge and publish pull requests. If you're interested in maintaining the project please get in touch and we can figure out the best way to work together or to transfer it to you.

Content of this repository

This repository contains both the code for the client and server side of the Visual Studio Code extension. Their directories contain the code and more details.

How to develop

The process is a bit more convoluted than I'd like, anyway here are the steps you'll need to follow to get something running:

  • npm install in both the client and server directories
  • open two Visual Studio Code windows, one for the client and one for the server
  • in the server's window, hit CTRL + Shift + B. It will build the server and copy into the client folder
  • in the client folder, hit CTRL + Shift + B to build and then F5 when you want to launch a new Visual Studio Code window with a debugger attached.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].