This is a "wrapped" of your utilization of the fish shell. It will print out statistics of your usage of the fish shell in the last year.
To use a virtual environment and install requirements with pip, follow these steps:
-
Create a virtual environment:
python -m venv venv
-
Activate the virtual environment:
- On macOS and Linux using fish:
source venv/bin/activate.fish
- On macOS and Linux using fish:
-
Install the requirements:
pip install -r requirements.txt
To use the script, run the following command:
python cli-wrapped.py
Warning
fish deduplicates commands, so if you run the same command multiple times, it will only be counted once. This is a limitation of the fish shell, and not of this script.