▲ | _august 3 days ago | |
Incredible, thank you for making this! Can this be installed with uv? https://github.com/astral-sh/uv Edit:
| ||
▲ | whyho 3 days ago | parent | next [-] | |
If the repo was structured as a package e.g. with project.toml and such there would be an even faster one-liner with pipx (https://pipx.pypa.io/latest/): > pipx install git+https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor > ccusage_monitor I think there is a similar command for uv; uvx? Although, I am not sure if uvx has the same functionality / purpose as pipx. | ||
▲ | throwaway314155 3 days ago | parent | prev [-] | |
This is appreciated but FWIW basically anything that can be installed with pip is also trivial (easier, even) to install with uv. |