JHertz5 / shopping_list

python script to generate shopping list from Google Sheets spreadsheet
GNU General Public License v3.0
1 stars 0 forks source link

Avoid using pushbullet, just have todo.txt local. #29

Closed JHertz5 closed 10 months ago

JHertz5 commented 10 months ago

Rather than using pushbullet within the tool, just create a todo.txt file in a location specified by the user, (and allow this to be stored in config?). The user can then use pushbullet or whatever means they like to send the file to any other location, or just use the file in-place

JHertz5 commented 10 months ago

filename is argument, as well as append vs overwrite. Default behaviour is to append. Add overwrite vs append in different issue though.

JHertz5 commented 10 months ago

--generate_list must now take a filepath argument.