Category Archives: Releases

More or less complete code snippets and other goodies.

Use macOS native color picker in VS Code (like “Insert Color” in TextMate)

A tiny extension for Visual Studio Code, written by me (GitHub).

Posted in Releases | Tagged | Leave a comment

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).

Posted in Releases | Tagged | Leave a comment

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

Posted in Releases | Tagged , | 5 Comments

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

Posted in Releases | Tagged , , | Leave a comment

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

Posted in Releases | Tagged | 81 Comments

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.

Posted in Releases | Tagged | Leave a comment

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.

Posted in Releases | Tagged , , , , | 1 Comment

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

Demo of Highslide gallery with Ajax URLs

Update: a pure Javascript implementation by setnicka. Highslide is an excellent JavaScript library for making galleries, but there’s one feature I was really missing in it: Ajax URLs or URLs which change as you browse images on the page. Thankfully developers … Continue reading

Posted in Programming, Releases | Tagged , | Leave a comment

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

Posted in Programming, Releases | Tagged , , | 44 Comments