borsize.sh/README.md

20 lines
400 B
Markdown
Raw Normal View History

2023-06-11 10:09:47 +00:00
# borsize.sh
2023-06-11 11:18:37 +00:00
Script that automates the addition of borders and then resizes the desired image(s).
2023-06-13 06:08:05 +00:00
## Requirements :
- Imagemagick
## Use
Add an alias to your `.bashrc` or `bash_profile`.
```bash
# Borsize
2023-06-15 05:33:39 +00:00
alias borsize="$HOME/your_path/borsize.sh"
2023-06-13 06:08:05 +00:00
```
Once done, save and close the file. Make the aliases available in your current session by typing:
```
source ~/.bash.rc or .bash_profile
```