diff options
| author | Nikolaus Gotsche <n@softwarefools.com> | 2019-01-28 04:07:50 +0100 |
|---|---|---|
| committer | Nikolaus Gotsche <n@softwarefools.com> | 2019-01-28 04:07:50 +0100 |
| commit | d02a8cb49104817621555545ee31ac5069ead0b4 (patch) | |
| tree | ef31e25edb719adf5590f53457c0dd93801dc531 /example.cheat | |
| parent | dc2a043f75de7fbdb9b04f88269c699acf06e8c7 (diff) | |
Timer, Parameters and nice example0.4
Diffstat (limited to 'example.cheat')
| -rw-r--r-- | example.cheat | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/example.cheat b/example.cheat new file mode 100644 index 0000000..420874c --- /dev/null +++ b/example.cheat @@ -0,0 +1,31 @@ +***Title + +***Additional Titles will override the first + +Some Text that is not part of a Category +All Texts without any seperators will be shown centered. Wrapping is not yet implemented. +The User should edit newlines +If he wishes everything to be displayed without scrolling. + +##Category Title 1 +Again some Leading Text that describes the category. +Some Info -- Description +Some Command -- And its desricption + Tabs are -- Filtered out + Info -- And description always alligned to center + +##Category Title 2 +Lists -- + -- Can Be + -- Made with + -- empty Infos +As long as no Seperators are present text will be displayed in one Row + +##Some Unix Commands +An example of what Fenestra is intended to show + +mkdir <name> -- Make a Directory called <name> +rm -r <name> -- Remove a directory <name> recursivly +touch <filename> -- Create an empty file named <filename> + +//Comments and Empty Lines are Ignored |
