init: term colors, completion, execution

This commit is contained in:
2019-01-19 15:40:52 +01:00
commit c909a11420
26 changed files with 3097 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<ul>
<li><a href="#">First level entry</a></li>
<li>
<a href="#">First level container</a>
<ul>
<li><a href="#">Second level entry</a></li>
<li><a href="#">Second level entry</a></li>
</ul>
</li>
</ul>