StartTree/README.md

39 lines
996 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">
2020-08-25 01:07:57 +02:00
<img src="/images/StartTree.png", title="StartTree"/>
2020-08-24 01:43:38 +02:00
</p>
2020-08-25 01:08:18 +02:00
<p align="center">
<img src="/images/void.png", title="void"/>
</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-25 00:54:37 +02:00
- [x] Allow setting the font size in the config
2020-08-24 23:34:34 +02:00
- [ ] Install the update script into a `$PATH` directory
2020-08-24 00:50:40 +02:00
```yaml
2020-08-24 23:52:50 +02:00
font_size: 15
theme: void
2020-08-25 00:54:37 +02:00
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/"
2020-08-24 00:50:40 +02:00
```
2020-08-24 23:52:50 +02:00
# Themes
A variety of themes can be found in the `themes` directory.
If one wishes to dynamically theme from `pywal`, they may select `pywal` as their chosen theme in `config.yaml`.