This is a collection of utilities I made using the macOS Automator, with predefined workflow, Applescript, shell script etc.
Open folders or files in vscode
- Copy it to
/Applications
folder or make an alias in that folder if you like. - Press command key (
⌘
) and Drag the app to Finder's toolbar to add. - If you experience permission error, refer to caveats section
In finder
app, Click the toolbar icon with:
Nothing selected: Open current directory
Single or multiple file(s) / folder(s) selected:
Open vscode window for each selected item.
Open folders or files in iTerm2
Same as Open in vscode
In finder
app, Click the toolbar icon with:
Nothing selected: Open new iTerm2 tab for current finder directory
Single or multiple file(s) / folder(s) selected:
Open each selected item in one iTerm2 window as tabs.
🙈 Toggle Hidden Files
Click to show/hide hidden files in finder
It sendscommand + shift + .
shortcut to current finder window.
Same as Open in vscode
Just click it.
Open another Wechat to login a different account
Drag it to /Applications
folder and use it like a normal app.
Sometimes the IME process of mac will hang the whole system, after opening for a long time without restart, see this and that. This app will restart the IME process to resolve it.
Same as Wechat 2
Run the script:
sudo bash ./tools/enable-apps.sh
For copyright consideration, the repo will not include icon files. If you want to change the icon of each tools, follow this tutorial.