summarylogtreecommitdiffstats
path: root/pastebinit.desktop
blob: 5ea1a23e0177b182967404ff2d9ebdf18e5cd7d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=text/plain;
Actions=paste
X-KDE-StartupNotify=false
X-KDE-Priority=TopLevel

[Desktop Action paste]
Name=Send to paste server
Name[pl]=Wyƛlij na serwer
Exec=cat %u | pastebinit -b http://paste2.org | xclip -selection clipboard
Icon=edit-paste 

# Additional working websites:
# - cxg.de
# - fpaste.org
# - lpaste.net
# - p.defau.lt
# - paste.debian.net
# - paste.drizzle.org
# - paste.kde.org
# - paste.openstack.org
# - paste.pound-python.org
# - paste.ubuntu.com
# - paste.ubuntu.org.cn
# - paste2.org
# - pastebin.com 
# - pastebin.mate-desktop.org
# - pb.daviey.com
# - slexy.org
# - sprunge.us

# Credits of Exec: NetBit73