- sass-converter
- xsel
- clip
You can install on debian based distros by running sudo apt-get install ruby-sass xsel xclip
Select and copy the SASS, run the script below
xsel -b > temp.sass; sass-convert temp.sass temp.scss; cat temp.scss | xclip -sel clip; rm temp.s?ss;
Then paste, it will be in SCSS.