Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hidakatsuya/shopping_list-cli
A command line interface for Shopping List
https://github.com/hidakatsuya/shopping_list-cli
go
Last synced: 14 days ago
JSON representation
A command line interface for Shopping List
- Host: GitHub
- URL: https://github.com/hidakatsuya/shopping_list-cli
- Owner: hidakatsuya
- License: other
- Created: 2022-08-13T10:12:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T12:00:01.000Z (over 1 year ago)
- Last Synced: 2024-10-21T16:02:13.196Z (2 months ago)
- Topics: go
- Language: Go
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shopping List CLI
[![Test](https://github.com/hidakatsuya/shopping_list-cli/actions/workflows/test.yml/badge.svg)](https://github.com/hidakatsuya/shopping_list-cli/actions/workflows/test.yml)
A command line interface for [Shopping List](https://github.com/hidakatsuya/shopping_list).
## Status
Under development
## Usage
```
export SHOPPING_LIST_URL=
export SHOPPING_LIST_API_KEY=
```
```
$ shopping_list-cli add milk
Successfully added!
```See the output of the `--help` for details:
```
$ shopping_list-cli --help
A command line interface for Shopping List.Usage:
shopping_list-cli [command]Available Commands:
add Add an item to your shopping list
help Help about any commandFlags:
-h, --help help for shopping_list-cliUse "shopping_list-cli [command] --help" for more information about a command.
```