I couldn't decide if CLI would implement a more traditional, unix-ish commandline tool style or if I wanted a more stylish, TUI design, so I separated those into two different projects.
12 lines
105 B
Plaintext
12 lines
105 B
Plaintext
GUI/bin
|
|
GUI/obj
|
|
Common/bin
|
|
Common/obj
|
|
CLI/bin
|
|
CLI/obj
|
|
TUI/bin
|
|
TUI/obj
|
|
.vs/
|
|
/..gitignore.un~
|
|
/.gitignore~
|