A terminal-style home page replicating the tree command .
Go to file
2020-08-24 16:07:29 -07:00
images added photos 2020-08-24 16:07:29 -07:00
skeletons added theme selection 2020-08-24 15:52:49 -07:00
themes added theme selection 2020-08-24 15:52:49 -07:00
config.yaml added theme selection 2020-08-24 15:52:49 -07:00
generate.py renamed main script 2020-08-24 15:57:37 -07:00
init.py added theme selection 2020-08-24 15:52:49 -07:00
README.md updated README 2020-08-24 15:54:37 -07:00

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.