mirror of
https://github.com/bytedream/scripts.git
synced 2025-05-11 13:15:11 +02:00
15 lines
561 B
Markdown
15 lines
561 B
Markdown
# scripts
|
|
This repository contains some (linux) scripts I am using to simplify my daily work (call it what you want), modify applications to make them look more estatic or just because I can and I have too much time.
|
|
|
|
|
|
### Overview
|
|
|
|
- [Change firefox icons](/firefox-icon-fix)
|
|
- [Merge pdf files together](/merge-pdf)
|
|
- [Rename files random](/randomize-filename)
|
|
- [Rename files based on their MD5 hashsum](/hashify-filename)
|
|
- [Beautify java source code](/java-beautifier)
|
|
|
|
|
|
If you want to use any of the scripts globally, execute [globalize.sh](globalize.sh)
|