Added TODO to README

This commit is contained in:
Paul Houser 2020-08-23 15:50:40 -07:00 committed by GitHub
parent 54cf3a4961
commit ace58e03d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,19 @@
# StartTree
A terminal-style home page replicating the tree comand.
## TODO
- [ ] Add screenshot to README.md
- [ ] add install script
- [ ] Should allow selection of search engine
- [ ] Should allow for multiple columns
- [ ] User makes a 'config.yaml' file that is parsed and translated into the HTML
```yaml
Tree_1:
General:
Google: "https://www.google.com/"
Youtube: "https://www.youtube.com/"
Reddit:
Homepage: "https://www.reddit.com/"
Unixporn: "https://www.reddit.com/r/unixporn/"
```