2020-08-24 01:43:38 +02:00
|
|
|
<p align="center">
|
|
|
|
<img src="/StartTree.png", title="StartTree"/>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
2020-08-24 00:27:41 +02:00
|
|
|
# StartTree
|
2020-08-24 00:28:22 +02:00
|
|
|
A terminal-style home page replicating the tree comand.
|
2020-08-24 00:50:40 +02:00
|
|
|
|
|
|
|
## 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/"
|
|
|
|
```
|