mkutil

Crates.iomkutil
lib.rsmkutil
version0.7.1
sourcesrc
created_at2022-07-05 08:40:32.426563
updated_at2024-01-19 08:00:13.822928
descriptionPotpourri functions to work w/ clipboard, dialog, glob, git, copying files, image resizing, HTML, sound, etc.
homepage
repository
max_upload_size
id619560
size76,581
Mushogenshin K (mushogenshin)

documentation

https://docs.rs/mkutil/latest/mkutil

README

mkutil

Thin wrapper around popular crates to provide various mundane utilities such as:

  • Around fs_extra:
    • Copy files from folder to folder
    • Replace file with file
  • Around arboard and tempfile and image:
    • Get text from clipboard
    • Save image from clipboard
  • Around glob:
    • Glob folder for images
  • Around select:
    • Scraping HTML
  • Around rfd:
    • Show file dialogs
  • Around git2:
    • Run Git commands

etc.

Commit count: 0

cargo fmt