#!/usr/bin/env bash
text="$(xsel -o)"
text="${text//$'\n'/%0A}"
x-www-browser "https://translate.google.com/#auto/fr/$text"
