2022-07-15 07:17:03 -07:00
2022-07-12 05:44:09 -07:00
2022-07-14 15:04:09 -07:00
2022-07-13 12:01:05 -07:00
2022-07-14 17:17:11 -07:00
2022-07-14 14:22:21 -07:00
2022-07-14 14:18:25 -07:00
2022-07-14 15:04:09 -07:00
2022-07-14 14:22:21 -07:00
2022-07-14 17:12:35 -07:00
2022-07-15 07:17:03 -07:00
2022-07-12 05:44:09 -07:00
2022-07-14 15:53:28 -07:00
2022-07-14 14:22:21 -07:00
2022-07-14 14:22:21 -07:00
2022-07-14 15:04:09 -07:00
2022-07-14 15:04:09 -07:00
2022-07-14 17:09:13 -07:00
2022-07-14 15:04:09 -07:00
2022-07-14 15:04:09 -07:00
2022-07-14 14:22:21 -07:00
2022-07-12 05:44:09 -07:00

Simple Grocery List (Sigl)

Simple Grocery List, or Sigl (pronounced "sigil") is a lightweight shopping list manager designed for shared grocery lists (or any other shopping list). Sigl is designed to be intuitive and flexible, emphasizing an ad-hoc approach to shopping lists rather than "recipe" based lists.

Quick Start

Install Docker and Docker Compose for your platform. Then run the following commands to clone the Jade Tree repository and run a local instance of Jade Tree on your machine. Note that the database migration only has to be done once to set up a fresh database or to upgrade a database to the latest schema.

$ git clone https://github.com/asymworks/sigl.git sigl
$ docker-compose -f sigl/docker-compose.yaml up -d
$ docker-compose -f sigl/docker-compose.yaml \
    exec app /home/sigl/docker-entry.sh db upgrade
$ docker-compose -f sigl/docker-compose.yaml restart app

Then access the Sigl server at http://localhost:5151

Description
Simple Grocery List
Readme 228 KiB
Languages
Python 65.4%
Jinja 31.6%
Makefile 1.3%
Dockerfile 0.8%
Mako 0.4%
Other 0.5%