kodeblacc / ShoppingList

A simple shopping list for Android

Home Page:https://woefe.github.io/ShoppingList/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShoppingList

A simple shopping list for Android

Get it on F-Droid

ShoppingList text file

ShoppingList saves your shopping lists as a plain text files. You can use a file syncing solution like ownCloud/Nextcloud, Syncthing or Dropbox to share your shopping lists across multiple devices (to then edit the lists on your desktop computer in your favorite Editor 😉). The syntax of a ShoppingList file is quite simple and easy to read and edit.

Syntax

  • The very first line of the file is the name of the list in square brackets
  • Empty lines or lines with only whitespaces are ignored
  • Every item of the list corresponds to a single line in the file
  • Checked items start with //
  • Specifying the amount of an item is optional
  • The amount of an item and its name are separated by the #-Sign

Example

[ ShoppingList ]

Milk
Bananas #
Juice #2 Liters
// Eggs #12

About

A simple shopping list for Android

https://woefe.github.io/ShoppingList/

License:GNU General Public License v3.0


Languages

Language:Java 100.0%