mirror of
https://github.com/Paul-Houser/StartTree.git
synced 2024-11-07 16:14:03 +01:00
26 lines
705 B
Markdown
26 lines
705 B
Markdown
# StartTree
|
|
A terminal-style home page replicating the tree command.
|
|
|
|
<p align="center">
|
|
<img src="/StartTree.png", title="StartTree"/>
|
|
</p>
|
|
|
|
## TODO
|
|
- [x] Add screenshot to README.md
|
|
- [x] add install script
|
|
- [ ] Should allow selection of search engine
|
|
- [x] Should allow for multiple columns
|
|
- [x] User makes a 'config.yaml' file that is parsed and translated into the HTML
|
|
- [ ] Allow setting the font size in the config
|
|
- [ ] Install the update script into a `$PATH` directory
|
|
|
|
```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/"
|
|
```
|