New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fish-js

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fish-js

a cli thing for sorting out personal finance

0.1.6
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

fish

a cli thing for sorting out personal finance

install

$ npm install -g fish-js

usage

Add a .fish.yaml file to your $HOME directory (see .fish.example.yaml for an example).

Then run fish on a csv file:

$ fish data.csv

┌───────┬────────┬───────┬─────────┐
│ tag   │ credit │ debit │ balance │
├───────┼────────┼───────┼─────────┤
│ a     │      3 │   -23 │     -20 │
├───────┼────────┼───────┼─────────┤
│ b     │     20 │     0 │      20 │
├───────┼────────┼───────┼─────────┤
│ total │     23 │   -23 │       0 │
└───────┴────────┴───────┴─────────┘

Keywords

personal

FAQs

Package last updated on 27 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts