Please note that these scripts come with absolutely no warranty.
Once properly installed, you can use this tool in your shell by typing tp
. This script offers various commands such as init
, save
, archi
, submit
, update
, test
... Check out tp help
to learn more about how to use these commands.
This script has been made for Linux, especially the computers of the PIE. Therefore it is not supported on Windows (as far as I know).
If you encounter any problem, feel free to open a github issue or to contact me via Discord (@lomination).
To install this tool on your computer of the PIE, run the following installation script. No admin permissions are needed.
curl 'https://raw.githubusercontent.com/lomination/tp/refs/heads/main/install.sh' | bash
Go to the desired directory and download the latest version of the tp script file either using manual.
Then, you have to add the path to the PATH
environment variable to be able to invoke tp as a command in your shell. To do so, open your bashrc file (often ~/.bashrc
) and add the following line (replacing /path/to/directory/where/tp/is
by the path of the directory where you saved the tp file):
export PATH=$PATH:/path/to/directory/where/tp/is
For instance, it could be:
export PATH=$PATH:/home/lomi/.bin
Then end! Make sure to close and reopen your shell before testing.