Skip to content

Steccah/cli-wrapped

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Fish cli wrapped

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.

Installation

To use a virtual environment and install requirements with pip, follow these steps:

  1. Create a virtual environment:

    python -m venv venv
  2. Activate the virtual environment:

    • On macOS and Linux using fish:
      source venv/bin/activate.fish
  3. Install the requirements:

    pip install -r requirements.txt

Usage

To use the script, run the following command:

python cli-wrapped.py

Issues

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages