Recent comments
- Karl Horky on On macOS Sierra support and the future of SmoothMouse
- Guacamole User on Guacamole 1.4: “Creation of WebSocket tunnel to guacd failed”
- How to Troubleshoot When MacOS High Sierra.app Does Not Appear to Be a Valid OS Installer Application? – Tech guide on “Install %OS%.app does not appear to be a valid OS installer application” (createinstallmedia error)
- Bob J on Paste text even when prohibited in macOS (password dialogs etc)
- Karl Henderson on Windows Server 2019: Remote Desktop License Issue with User CALs
Categories
Tags
- apogee duet
- applescript
- bash
- caps lock
- confluence
- datadog
- data storage
- django
- egpu
- extjs
- gpu
- growl
- guacamole
- gulp
- i18n
- illustrator
- javascript
- jquery
- laserjet
- librsvg
- mac administration
- mac hardware
- mac mouse problems
- macos
- mac software
- mdadm
- microsoft word
- modx
- nginx
- postgres
- proxmox
- python
- raid
- readynas
- starcraft 2
- textmate
- time machine
- ubuntu server
- virtualization
- vite
- vscode
- windows
- windows server
- xcode
- zola
Category Archives: Releases
Use macOS native color picker in VS Code (like “Insert Color” in TextMate)
A tiny extension for Visual Studio Code, written by me (GitHub).
Refresh web-browser without leaving VS Code
I’ve created an extension for VS Code which lets you refresh your web-browser (Safari or Chrome) by pressing Cmd-R without leaving VS Code. Meet Refresh Browser (GitHub).
Make VLC show the title of a streaming video
I’ve created a tiny VLC extension that makes VLC show the title of the currently playing streaming video. It allows you to set custom titles even for the streams that you don’t own (e.g. from YouTube). For more information, see: … Continue reading
Sample AppleScript + Bash uninstaller
Should you ever need to write an uninstaller for your macOS app, feel free to base it on our project—written entirely in AppleScript and Bash: https://github.com/SmoothMouse/Uninstaller
Paste text even when prohibited in macOS (password dialogs etc)
I wrote a tiny AppleScript application which pastes text into fields which do not allow Cmd+V pasting (like password prompts). This may come in handy when working through VNC/remote desktop or virtualization software (such as Apple Screen Sharing, Parallels Desktop … Continue reading
Draw polylines on HTML5 canvas
jquery-polyline — a jQuery UI widget for drawing polylines. See it in action. Written by Victor Novikov (@Forkest) for Cyberic. License: MIT license.
Run Python, Ruby, PHP, Bash scripts in Terminal without stealing focus from TextMate
I wrote a simple TextMate 1.5 bundle to run Python, Ruby, PHP, Bash scripts in Terminal without stealing focus from the TextMate window. It can easily be modified to run the language of your choice.
OS X will never be the same
SmoothMouse.com. Happy New Year!
Posted in Releases, SmoothMouse
Comments Off on OS X will never be the same
AppleScript to mount/unmount a drive
On my Mac Pro I have two internal hard drives I rarely use. Some times they “sleep” and while doing so, every file opening dialog, search in Spotlight or search in Dictionary might wake them up and that takes some … Continue reading