- LaTeX base document
- git
- pre-commit hook, avoids committing Xcode placeholders:
<#Description#>
Init templates:git config --global init.templatedir '~/.git-templates'
Create path:mkdir -p ~/.git-templates/hooks/
Put hook there, make it executable:chmod a+x pre-commit
Reset all repositories that need it:git init
Usegit commit --no-verify
to bypass
- pre-commit hook, avoids committing Xcode placeholders:
- Xcode
- Put themes in:
~/Library/Developer/Xcode/UserData/FontAndColorThemes
- Put themes in:
- Visual Studio Code
- Put default settings in:
~/Library/Application Support/Code/User/settings.json
- Put default settings in:
- Qt
- Put themes in:
~/.config/QtProject/qtcreator/styles
- Put themes in:
- Apple Script
- Find original script
.scpt
files from.app
in*.app/Contents/Resources/Scripts
- My scripts:
- App Valider 🔓
Remove macOS Gatekeeper 1st launch verification from any given downloaded app/file - Pick Color 🖌
Persistent macOS Color picker tool window - Music Tweet 🎧
Export track info played in iTunes - Android Emulator 🤖
Launch Android Emulator with a smartphone configured in Android Studio - Capture 📷
Launch and configure QuickTime Player to record my iPhone screen & sound - http 📥
Download the file at a given URL - LaTeX 💀
Delete every useless LaTeX files after compilation - Git Tag 🏷
Create and push a new tag in the current repository - No lyrics 💬
Find tracks in iTunes which have no lyrics - SoundCloud Artwork 🖼
Copy the artwork from SoundCloud in the current Safari/Chrome tab to (Paste|Clip)board - cd ⌨️
Open a Terminal at the current Finder window - ProSE SVN 📲 Checkout
Checkout SVN - ProSE SVN 🔄 Update
Update SVN at current folder - ProSE SVN ✍🏼 Diff
Diff SVN at current folder - ProSE SVN 📤 Commit
Commit current folder, supports line breaks
- App Valider 🔓
- Find original script
Tomn94/Misc-Tools
🔨 Useful Apple Scripts, LaTeX base document, git hooks, IDE configurations, and other coding tools
TeX