termic - Man Page
GCC powered interactive C/C++ terminal created with BASH
Synopsis
termic
termic++
termic tcc
Description
TermiC is an interactive C/C++ terminal powered by GCC and written in BASH. All inputs given to TermiC are append to text file in /tmp directory. Then TermiC compiles that file and runs it. It simply takes the last line back if an output detected as all outputs should be seen once. TermiC nearly fully supports C and C++ as it basically use GCC and G++ compilers. All curly braces starts an inline prompt so nested functions, if/else statements, while/for loops, classes etc. can be used efficiently. I don't know if there is such a concept, but I hope it will be useful.
Command Line Commands
--help -h Shows the help menu --version -v Shows the version number
Prompt Commands
- help
Shows the help menu.
- abort
Aborts inline prompt mode which is entered by curly bracket.
- show
Prints the last successfully compiled source file.
- showtmp
Prints the last compiled source file with deleted edits.
- save
Saves the source file to the working directory.
- savebin
Saves the binary file to the working directory.
- clear
Deletes all declared functions, classes, etc. and resets the shell.
- exit
Deletes created temp files and exits the program.
Authors
Yusuf Kagan Hanoglu <hanoglu@yahoo.com>
Max Schillinger