Posts
-
Karabiner key mappings on macOS Sierra
Apple’s macOS Sierra broke Karabiner key mappings for programmers. Here’s how to work around.
-
Add Bamboo build status badge to Github
Finally there’s a Bamboo plugin that resolves one of the integration problems between Bamboo and Github.
-
You may not need Grunt
Grunt is a JavaScript task runner and it’s great at what it does. Even so, depending on a project, you can also do without it.
-
free -m alternative for macOS
On Linux console it’s easy to get free memory with
free -m
. On Mac the utility is not directly available. The alternative is to fetch it fromvm_stat
. -
Switching from Aptana's Git implementation to eGit
By default Aptana is configured to work with its own Git implementation meaning that whenever you add a Git repository and import it to the workspace, the default Aptana Git functionality is available in the project. The problem is, it doesn't always deliver, e.g. for GitHub, nor is it visually as complete and readable.