Skip to content
/ tp Public

A command to simplify the management of your practicals

License

Notifications You must be signed in to change notification settings

lomination/tp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

48ab7a1 · Mar 25, 2025

History

78 Commits
Mar 25, 2025
Nov 19, 2024
Feb 13, 2025
Feb 13, 2025
Mar 25, 2025

Repository files navigation

TP: a command to simplify the management of your practicals

Please note that these scripts come with absolutely no warranty.

Usage

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.

Installation

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).

PIE

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

Manual installation

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.

About

A command to simplify the management of your practicals

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages