tri is a small C++ project (+ some JavaScript in the repo) that runs a demo/CLI and can create output files, then lets you inspect those files from within the program using a built-in file viewer.
- A modern Linux environment
- Remote:
origin(https://github.com/alpdik/tri.git)
- Open the project directory in a terminal.
- Run the "make" command.
Run the "make run" command.
Project directory
- add (file) (content) : Stage a file (use quotes for content logic not impl in parser) (Tip: For this shell, content is single word or handled simply)
- view (view) : View contents of a file"
- commit (msg) (author) : Commit changes\n"
- log : Show history\n"
- branch (name) : Create new branch\n"
- checkout (name) : Switch branch\n"
- merge (branch) : Merge branch into current\n"
- demo : Run automated demo\n"
- exit : Exit program\n";
GNU 3