- maybe it could be great to put auto completion of history and autocompletion features on futures commands from the sehll we are building...
[%date%] this is tre current structure of my project.
.
├── alias
├── bin
├── classes
│ ├── program_bak
│ ├── render
│ │ ├── camera
│ │ ├── event
│ │ ├── interface
│ │ ├── map
│ │ │ └── test_maps
│ │ ├── object
│ │ ├── point
│ │ └── window
│ │ └── test_functions
│ └── trace
│ └── error
├── ctype
├── debug
├── ds
│ ├── array
│ ├── circular_linked_list
│ ├── doubly_linked_list
│ ├── dyn_string
│ ├── hash
│ ├── lists
│ ├── queue
│ ├── syntax_tree
│ └── vector
├── framework_test
│ ├── Make
│ ├── assertion
│ ├── death
│ ├── file_path
│ │ └── obj
│ ├── grammar
│ │ └── samples
│ │ ├── binary
│ │ ├── data_structures
│ │ ├── databases
│ │ ├── format_variants
│ │ ├── maps
│ │ ├── shell_syntax
│ │ ├── stress
│ │ └── strings_and_formatting
│ ├── include
│ │ └── internal
│ ├── log
│ ├── mcheck
│ ├── parser
│ ├── printer
│ ├── printf_tester
│ ├── testDataFactory
│ │ ├── fmt
│ │ │ └── template
│ │ └── map
│ │ └── token_grid_parsing
│ │ └── heightMap
│ └── utils
├── glob
│ └── glob_vector
├── include
│ └── internals
├── ipc
│ ├── buses
│ ├── fifo
│ ├── message_queue
│ ├── pipes
│ ├── semaphores
│ ├── signals
│ │ └── tests
│ └── sockets
├── lex
│ └── test
├── math
│ ├── algebra
│ └── geometry
│ ├── draw
│ ├── matrices
│ └── quaternion
├── memory
│ └── memalloc
│ ├── ft_malloc
│ └── garbage_collector
│ ├── arena
│ ├── lifoba
│ ├── pool
│ └── slab
├── mk
├── obj
│ ├── alias
│ ├── classes
│ │ ├── render
│ │ │ └── interface
│ │ └── trace
│ │ └── error
│ ├── ctype
│ ├── debug
│ ├── ds
│ │ ├── array
│ │ ├── circular_linked_list
│ │ ├── doubly_linked_list
│ │ ├── dyn_string
│ │ ├── hash
│ │ ├── lists
│ │ ├── queue
│ │ └── vector
│ ├── ipc
│ │ ├── pipes
│ │ └── signals
│ ├── lex
│ ├── math
│ │ ├── algebra
│ │ └── geometry
│ │ ├── draw
│ │ ├── matrices
│ │ └── quaternion
│ ├── memory
│ │ └── memalloc
│ │ └── garbage_collector
│ │ ├── arena
│ │ ├── lifoba
│ │ ├── pool
│ │ └── slab
│ ├── readline
│ ├── render
│ ├── sort
│ ├── std
│ │ └── strto
│ ├── stdio
│ │ ├── format
│ │ ├── input
│ │ └── output
│ ├── string
│ ├── termcap
│ ├── time
│ ├── var
│ └── wctype
├── readline
├── regexp
├── render
├── sort
├── std
│ └── strto
├── stdio
│ ├── format
│ ├── input
│ └── output
├── string
├── termcap
├── tests
├── time
├── toolbox
├── var
└── wctype