mirror of
https://github.com/Paul-Houser/StartTree.git
synced 2025-08-09 08:14:58 +02:00
Added TODO to README
This commit is contained in:
17
README.md
17
README.md
@ -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/"
|
||||
```
|
||||
|
Reference in New Issue
Block a user