Skip to content

A web interface for the coolest kind of todo-list: a simple plain file!

Notifications You must be signed in to change notification settings

code-monkeys/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo

A web interface for the coolest kind of todo-list: a simple plain file!
There's a cli: todo-cli

Installation

Only use it for testing etc. i don't know if it's really stable.
So:

git clone https://github.com/lukasepple/todo.git
cd todo
virtualenv -p python3.3 .
source bin/activate
pip-3.3 install -r requirements.txt

Edit app.py, change app.secret_key (use something random!). Then create salt.txt and insert something random, too.
Then use hash_gen.py to generate a salt of the passwort you want to use. Then open users.txt and insert:

USERNAME HASH /path/to/todofile

todofile means the location where the todo.txt should be stored (create this file!).
You can add more than one user like that!
Now simply do ./app.py and your development server should run!

About

A web interface for the coolest kind of todo-list: a simple plain file!

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages