-
-
Save sayz/619255 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /tmp | |
sudo apt-get install xclip | |
wget http://github.com/dblevins/gistpaste/raw/master/gistpaste | |
chmod 755 gistpaste | |
sudo mv gistpaste /usr/local/bin/ | |
git clone git://gist.github.com/618030.git | |
cd 618030 | |
/usr/lib/gnome-panel/gnome-panel-add --panel=top_panel_screen0 --copy-launcher --launcher=gistpaste.desktop | |
# üst panelde artık bir ikon olmalı | |
# şimdi... herhangi bir metni seç ve o ikona tıkla | |
# sonra da: http://gist.github.com | |
# gistpaste'in diğer gist programlarından tek farkı bu değil. | |
# birden fazla dosyayı aynı anda gistlemek mümkün. | |
# örneğin bulunduğun dizindeki dosyaları (dikkat dizin olmasın) gistlemek için | |
gistpaste * |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env xdg-open | |
[Desktop Entry] | |
Encoding=UTF-8 | |
Version=1.0 | |
Type=Application | |
Terminal=false | |
Name[en_US]=gistpaste | |
Name=gistpaste | |
Exec=gistpaste -c | |
Comment[en_US]=gistpaste | |
Comment=gistpaste |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment