Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 command

Flags:
-h, --help help for shopping_list-cli

Use "shopping_list-cli [command] --help" for more information about a command.
```