Skip to content

ashkanray/Terminal-Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal-Task-Manager

Description

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.

Installation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages