Skip to content

Instantly share code, notes, and snippets.

View nHiRanZ's full-sized avatar
😎
Focusing

Nimila Hiranya Samarasinghe nHiRanZ

😎
Focusing
View GitHub Profile
@alpiepho
alpiepho / using_meld_on_mac.md
Last active October 23, 2025 07:56
Using meld on Mac

More Using Meld merging tool on Mac

After switching to 'Meld for Mac' from download instead of from homebrew, I saw problem again.

The problem is related how the app is closed. If you use the Menu option, the saved state is removed cleaning. If you close using the window close (read circle), the saved state remains. Somehow, when this there, the application will not open from command line. Sometimes it will open, but you need to manually switch to the Meld application from the tool bar.

To work around I added /Applications/Meld.app/Contents/MacOS/meld.wrapper.sh:

#!/usr/bin/env python
import sys, os, time
import tweepy
keys = dict(
consumer_key='_YOUR_CONSUMER_KEY',
consumer_secret='_YOUR_SECRET_KEY',
access_token='_YOUR_ACCESS_TOKEN',
access_token_secret='_YOUR_ACCESS_TOKEN_SECRET'
)
@tiagogoncalves89
tiagogoncalves89 / robo3t_desktop_entry.md
Last active December 10, 2018 08:02
Install and create a robo3t ubuntu desktop entry

Download and install the robo3t:

$ cd /tmp
$ wget https://download.robomongo.org/1.1.1/linux/robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz
$ sudo tar -zxvf robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz -C /opt
$ sudo ln -s /opt/robo3t-1.1.1-linux-x86_64-c93c6b0/bin/robo3t /usr/bin/robo3t
$ rm robo3t-1.1.1-linux-x86_64-c93c6b0.tar.gz

Create ubuntu desktop entry: