anjeludo / wmarker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚡️ Simple way to add a watermark to your images ⚡️


Made with Bash License

🚀 Installation

Using wget:

bash <(wget -qO- https://raw.githubusercontent.com/anjeludo/wmarker/HEAD/install.sh)

Or using curl:

bash <(curl -s https://raw.githubusercontent.com/anjeludo/wmarker/HEAD/install.sh)

💻 Usage

{▸} ~ wmaker -h | --help
Usage: wmaker -p PATH -m MARK [-i] [-h]

-h | --help: this help
-p | --path path to image folder to convert
-m | --mark water mark text
-i | --interactive interactive selection mode

🤝 Contributing

  • If you want to implement a new feature/script, please, open an issue first

About

License:MIT License


Languages

Language:Shell 98.6%Language:Makefile 1.4%