StartTree/README.md

26 lines
705 B
Markdown
Raw Normal View History

2020-08-24 06:32:31 +02:00
# StartTree
2020-08-24 09:14:08 +02:00
A terminal-style home page replicating the tree command.
2020-08-24 06:32:31 +02:00
2020-08-24 01:43:38 +02:00
<p align="center">
<img src="/StartTree.png", title="StartTree"/>
</p>
2020-08-24 00:50:40 +02:00
## TODO
2020-08-24 01:46:21 +02:00
- [x] Add screenshot to README.md
2020-08-24 06:32:31 +02:00
- [x] add install script
2020-08-24 00:50:40 +02:00
- [ ] Should allow selection of search engine
2020-08-24 23:11:05 +02:00
- [x] Should allow for multiple columns
- [x] User makes a 'config.yaml' file that is parsed and translated into the HTML
2020-08-24 23:34:34 +02:00
- [ ] Allow setting the font size in the config
- [ ] Install the update script into a `$PATH` directory
2020-08-24 00:50:40 +02:00
```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/"
```