Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/captncodr/inventory-cli
https://github.com/captncodr/inventory-cli
cli csv fsharp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/captncodr/inventory-cli
- Owner: CaptnCodr
- Created: 2022-03-04T19:27:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T18:56:14.000Z (about 2 years ago)
- Last Synced: 2024-05-01T19:47:07.125Z (8 months ago)
- Topics: cli, csv, fsharp
- Language: F#
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inventory CLI
Save your products in a list using your CLI.
##### Command tree of all (sub-) commands and parameters:
```
> inv [command | alias] [subcommand | alias] [parameter][ item | -i ]
+--[ add | -a ]
| +--[ ean | -e ]
| +--[ quantity | -q ]
| +--[ description | -desc ]
| +--[ unit | -u ]
| +--[ price | -p ]
+--[ edit | -e ]
| +--[ ean | -e ]
| +--[ quantity | -q ]
| +--[ description | -desc ]
| +--[ unit | -u ]
| +--[ price | -p ]
+--[ delete | -d ]
| +--[ ean ]
+--[ increase | -inc ]
| +--[ ean ]
+--[ decrease | -dec ]
| +--[ ean ]
+--[ list | -l ][ tag | -t ]
+--[ add | -a ]
| +--[ ean | -e ]
| +--[ name | -n ]
+--[ remove | -r ]
| +--[ ean | -e ]
| +--[ name | -n ]
+--[ list | -l ]
+--[ tag ][ settings | -s ]
+--[ setpath ]
| +--[ path ]
+--[ getpath ][ version | -v ]
[ help | -h ]
```Configure your `inventory.csv` path with:
`> inv settings setpath `