yufan.me/tools
2024-06-14 02:11:26 +08:00
..
cmd A new start 2024-06-14 02:11:26 +08:00
.gitignore A new start 2024-06-14 02:11:26 +08:00
go.mod A new start 2024-06-14 02:11:26 +08:00
go.sum A new start 2024-06-14 02:11:26 +08:00
main.go A new start 2024-06-14 02:11:26 +08:00
Makefile A new start 2024-06-14 02:11:26 +08:00
README.md A new start 2024-06-14 02:11:26 +08:00

Blog Tools

This is a directory for serving the useful tools for my weblog writing.

Tools list

Image process with resize, compress and convert to JPG.

tools image -h
A tool for processing images to my desired format, size and naming

Usage:
  tools image [flags]

Flags:
  -h, --help            help for image
      --output string   The output path
      --source string   The image file path (absolute of relative) that you want to process
      --width int       The compressed width for the given image (default 1280)