EatList is a fast and simple command-line tool for creating and organizing order lists directly from your terminal.
It works on both Windows πͺ and Linux π§, delivering a clean, lightweight and efficient experience.
Adds a new item to the list with the specified quantity.
If no quantity is provided, the default is 1.
Example:
add Milk
add bread 8
add cheese skewer 5Removes an existing item from the list with the specified quantity.
If no quantity is provided, the default is 1.
Example:
rm Milk
rm bread 8
rm cheese skewer 5