mirror of
https://github.com/Paul-Houser/StartTree.git
synced 2025-02-22 10:30:47 +01:00
Added TODO to README
This commit is contained in:
parent
54cf3a4961
commit
ace58e03d1
17
README.md
17
README.md
@ -1,2 +1,19 @@
|
|||||||
# StartTree
|
# StartTree
|
||||||
A terminal-style home page replicating the tree comand.
|
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/"
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user