Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Machin
Intro
Machin is a cli program that simplifies file conversions and batch processing. It's inspired from filter/map/reduce
Last stable version
Install with crates.io
Install on your system
clone the project and install it with :
Some machmap examples
Give the list of supported conversion for an entry format :
Convert svg files to png, jpg, avif or pdf :
|
|
|
|
Convert webp files to png, jpg and avif :
|
|
|
Convert png files to jpg, avif and pdf :
|
|
|
Convert jpg files to png, avif, pdf, odt :
|
|
|
|
Convert markdown files to html :
|
Convert json files to yaml :
|
Convert yaml files to json :
|
Some machconvert examples
Apply a grayscale, a vertical flip and at last a 90 degree rotation of photo.jpg to prefix_photo.jpg
Order is important :
- On first, color option
- flip option (vertical or horizontal)
- rotation
|
|
Some machreduce examples
Concatenate images on same file :
|
Create pdf with images :
|
Create archive (zip) with files :
|
Create one pdf with multiple pdf :
|
Autocomplete
On zsh :
Add this on your ~/.zshrc :
fpath=("dir_of/_pouf" "")
before :
&&
Dev
Makefile inspired by https://git.sr.ht/~julienxx/castor/tree/master/item/Makefile
Publish