Tool that gives you a clear, terminal-friendly view of your repositories — file trees, language stats, and more, right from the CLI.
- Windows
- Linux
- macOs
| Name | Description |
|---|---|
setup | Setups vv |
fs | Shows repository filesystem info. |
langs | Shows detailed(tokei) languages statistic. |
tree | Shows filesystem tree of repository. |
git | Shows detailed git info. |
After you downloaded binary from Releases, it is highly recommended to add directory that contains it to PATH.
Before general using, run:
vv setupImportant
If you don't want to manually write path to repository everytime, configure repositories folder (Do you want to locate folder for repositories?).
After configuring, instead of vv langs --path long/path/to/my/repo you can write vv langs and it will suggest selection prompt with found repositories.
Discover available commands and options:
vv -hShow more info about a command:
vv langs -h