Terminal-Task-Manager is a Python-based project designed to manage tasks directly from the terminal. This tool is especially useful for those who prefer to operate within the terminal environment, providing a streamlined and efficient way to handle task management.
To set up Terminal-Task-Manager on your system, follow these steps:
Add Python to PATH: Add /usr/local/bin/python3 to your system's PATH using sudo nano /etc/paths. Script Preparation: Add the shebang #!/usr/local/bin/python3 at the beginning of the scripts. Script Execution: Place your Python script in a folder within your PATH and rename it with the .command extension. Make sure to set the executable permissions using chmod +x filename.