aboutsummaryrefslogtreecommitdiff
path: root/cmd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add `git-leaderboard`Franck Cuny2025-08-251-0/+128
|
* add seq-stat: terminal histogram generator for number sequencesFranck Cuny2025-08-251-0/+115
| | | | | Generates ASCII histograms using Unicode block characters for sequences of numbers provided via command line arguments or STDIN input.
* add nix configurations for building and running `goget`Franck Cuny2025-08-241-1/+1
|
* add Go vanity URL service for custom import pathsFranck Cuny2025-08-241-0/+165
| | | | | | | | | Go vanity URLs allow developers to use custom domain names for Go module imports instead of being tied to specific hosting platforms like GitHub. This service implements the go-import meta tag protocol, allowing Go tools to automatically discover the actual Git repository location while presenting a clean, branded import path to users.
* format go code with `nix fmt`Franck Cuny2025-08-171-9/+17
|
* first command added: pvizFranck Cuny2025-08-171-0/+258
`pviz` is a command-line tool that helps you understand the real impact of service availability targets (SLAs) by converting availability percentages into actual downtime durations across different time periods.