wrap - package manager for small cli tools. It allows to install small cli tools listed in wrap.json file
- litegallery -takes filename, change extentions and copy files into specified directory
First Install wrap:
sh <(curl https://raw.githubusercontent.com/wormaga/wrap-solution/main/wrap.sh)
# this code install rust, downlaod 'wrap', installs it, runs 'wrap'If you want to update any tool or install a new one:
wrap
# then select tools you want install/updateUnistal Rust from PC:
rustup self uninstall