added a README

This commit is contained in:
Dominik Moritz Roth 2020-07-17 20:33:22 +02:00
parent 3aaca4ee8f
commit ca7ed1ee44

65
README.md Normal file
View File

@ -0,0 +1,65 @@
#Rex
##Rex is a simple CLI-Interface using asyncio and aioconsole.
: @@@@
: &@((((((((@@&(@@@
: &(((((@(((((((@(((((((((((((((
: ,(((((((%(((((((((@((((((@
: (((((@(@(((((((((
: @((((((((((@@
: @(
: @(
: @( @@@@@@@@@@
: @( @
: @( @ &
: @( @@ @ &@
: @( / @ ( @
: @( % @ & (
: @( @ @ (
: @( @ @
: @( @ # @
: @( * # #* (
: @( @ ### ####
: @( @ ##### ## ## ,
: @( ## ## ## ## @
: @( @ ,, , ,, ## #,##. #### ## ,,,, ,. @
: @( (@ ,, , ,, ### ## # # ## ### ,,,, ,. @(@
: @( @ ((@ ,, , ,, ### # (### ,,,, , @((* @@
: @( @ ((( (((*
: @( @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
: %(((@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
: %(((@ @###################################################################
: %(((@ @####@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#####
: %(((@ @ #########@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@########
: @ ##########&@@@@@@@@@@@@@@@@@@@@@@@@@@@###########
: @ ########%@@@@@@@@@@@@@@@@@#########
: @ ####@@@@@@@@@@@@@@#####
: * % ###@@@@@@@@@@@@@### @
: / % @ ###@@@@@@@@@@@### @ (
: @ @ ###@@@@@@@@@###. @ , @
: @ @ @ ###@@@@@@@@@### @
: @ @ ###@@@@@@@### @ @ @
: & @ #@@,,,,@@## @ @ @
: @ @ . @,@@@@,@@@,, @ @ @
: @ @ @ (@@@@#######@@@,@ @ % @
: @ # @ @@,@ ########### @@@ @ @
: @ @ ,,@ ########### &,, @ @@@
: @@@ ,, ########### *,, @@@@
: (,@ ########### @,,
: *, ########### ,,@ @@
: (. @ %, ########### @& #@ @
: @ @ #@ ########### , #@ @
: @ @ #@@@@@@@@@# @@ @
: .@ (@/ #@@@@@@@@@# @@ @@
: (@ @@@@@@@@@ @@ ,
: @ #@* @@@@@@@@@# @
: @ @
: @@@@, @@@
Commands are mapped using an nested dictionary containing async functions.
When parsing a command the nested dictionary gets traversed like a tree and the leftover
parts are given as arguments to the found function.
Autocomplete / History / Syntax hints are all automatically generated from the cmd-dictionary