StartTree/README.md
2020-08-24 14:52:50 -07:00

918 B

StartTree

A terminal-style home page replicating the tree command.

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
    • Allow setting the font size in the config
    • Install the update script into a $PATH directory
font_size: 15
theme: void

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/"

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.