A way to keep your reminders stored crudely in a text file in a way that could cause some serious errors.
- Download repository
- Extract to any location
- Make sure all directories leading to the files are not 'read-only' by following these instructions on each file and directory to them (for Windows and every other OS for all I know):
- Right-click the file/directory
- Click 'Properties'
- Un-check the 'Read-only' box
- Do all the bla-dee-bla it tells you to do
- Click 'Apply' and 'OK'
- Open the python file and have a nice day using the world's most to-the-metal version of a reminder-keeper (?).
- When prompted 'What do you want to do? (+, -, c, or s):', + is for adding reminders, - for deleting them, c for clearing all reminders, and s for showing the current reminders.
- When asked whether you want to delete reminders by line number or the actual, raw form of the reminder (as in string form, if that was confusing), d is for inputting line number and r is for the raw form.