A GUI python application built using the customtkinter library and provides a tabbed interface for managing PowerShell command history.
- View command history
- Search command history by regex and click to delete all matching commands
-
Clone the repository
-
Create a virtual environment (optional)
python -m venv .venv
-
Install the requirements
pip install -r requirements.txt
-
Run the application
python main.py