Skip to content

Because everything in a single binary is noice.

Notifications You must be signed in to change notification settings

kahnwong/swissknife

Folders and files

NameName
Last commit message
Last commit date
Feb 23, 2025
Feb 23, 2025
Nov 24, 2024
Jan 21, 2025
Jul 27, 2024
Feb 23, 2025
Nov 24, 2024
Jul 28, 2024
Nov 24, 2024
Mar 16, 2025
Mar 16, 2025
Nov 24, 2024
Dec 5, 2024

Repository files navigation

Swissknife

🇨🇭🔪

Because everything in a single binary is noice.

This is a WIP 🚧.

Build

# native
go build .

# linux/amd64
GOOS=linux GOARCH=amd64 go build .

Usage

❯ swissknife
Various utils

Usage:
  swissknife [command]

Available Commands:
  completion         Generate the autocompletion script for the specified shell
  generate           Generate stuff
  get                Obtain information
  help               Help about any command
  list               List devices and volumes
  shouldideploytoday Should I deploy today?
  speedtest          Speedtest
  stopwatch          Create a stopwatch
  timer              Create a timer

Flags:
  -h, --help      help for swissknife
  -t, --toggle    Help message for toggle
  -v, --version   version for swissknife

Use "swissknife [command] --help" for more information about a command.