From 38c1e422a418b7290804a21ee4d3cefc126084f3 Mon Sep 17 00:00:00 2001 From: m455 Date: Sun, 11 Nov 2018 22:01:21 -0500 Subject: [PATCH] moved todo list to the top of the readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 120efe0..ef3fd2f 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ # nicethings A Python program to be used on shared unix servers to cheer people up (A little program for [tilde.town](https://tilde.town)) +# To-dos +- [ ] Only allow quoted messages to be added +- [ ] Decentralize by allowing users to store their own +repository in their home folder + # How it works Stores the user's input into a generated `list.txt` file if an argument is given in quotes. If no arguments are given, a random line from the `list.txt` file will be displayed. @@ -10,8 +15,3 @@ Stores the user's input into a generated `list.txt` file if an argument is given ## Outputting a random line from list.txt: `$ nicethings` - -# To-dos -- [ ] Only allow quoted messages to be added -- [ ] Decentralize by allowing users to store their own -repository in their home folder