- flatpak.opendesktop.org
- api2_kde-look_org
- pling.me
- Mycroft-Skillsx
- ubuntu-look.org
- bodhi.pling.com
- Mycroft-Appsx
- Snaps
- Youpinion
- electron-webapps.com
- OpenTV-Skills
- Zynthbox Resources
- DSP56300
- apps-bigscreen
- Mycroft-Skillsx
- Beryl-Themes
- All-Linux
- Screenshots
- Falkon
- Krunner Addons
- LibreOffice
- Compiz
- ElectronicAttack
- Bigscreen
- Books
- Videos
- Music
- Comics
- Mycroft-Skillsx
- Tutorials
- api2.kde-look.org
- Zynthian
- PatchR
- api.vlc-addons.org
- kde-look.org
- api.kde-look.org
- X-Archive
- vlc-addons.org
- Apps
- Games
- api.appimagehub.com
- AppImageHub.com
- Arch-Packages
- Debian-Packages
- OpenSuse-RPMs
- Redhat-RPMs
- Android-APKs
- OSX-Packages
- Windows-Packages
- App-Addons
- VLC-Addons
- Krita-Addons
- Opendesktop
- api.opendesktop.org
- Cinnamon
- Enlightenment
- api.gnome-look.org
- Gnome
- KDE Store
- Mate
- Trinity
- XFCE
- Window-Managers
- E-OS
- Artwork
- Cliparts
- Fonts
- ALL
- api.pling.com
- Listings
- Wallpapers
- Phones
- Distros
- aMSN52
- Audacious7
- Chrome/Chromium6
- Covergloobus19
- Firefox11
- Geany1
- Gimp283
- GMusicbrowser Layouts5
- Gnome App-Addons388
- Inkscape Templates44
- KDE App-Addons3038
- KDE Game-Addons144
- Kirocker10
- Krita17
- LibreOffice180
- Mixxx Skins9
- Mycroft Skills127
- Noatun Skins40
- OpenOffice65
- Opera5
- Pidgin32
- Scribus Templates77
- SMPlayer/MPlayer33
- Steam Skins2
- Telegram Themes21
- Thunderbird Themes4
- Various Addons73
- VIM5
- VLC231
- XMMS Skins224
- Alkimia Online Quotes6
- Amarok615
- AmarokFS12
- Cantor6
- Codevis1
- Digikam5
- Dolphin Service Menus759
- Elisa2
- Falkon22
- K3b Themes26
- Kate85
- Kdenlive262
- KDevelop61
- Konqueror7
- Konsole Color Schemes291
- Kontact/PIM41
- Konversation Nicklist Themes15
- Kopete Styles98
- Krunner Plugins61
- Krusader63
- KStars Data9
- KTextEditor Snippets65
- KTurtle Scripts30
- Marble Maps3
- Okteta Structure Definitions28
- Parley156
- Plasma Public Transport Timetables49
- QCH Documentation Files2
- Simon Speech61
- Skrooge9
- System Monitor Pages (new)19
- System Monitor Tabs (old ksysguard)41
- Tellico36
- Yakuake Skins92


Send file with Telegram using telegram-cli
Source i (link to git-repo or to original if based on someone elses unmodified work):
Original
1
Become a Fan
6.1
Description:
--- Dependencies ---
- telegram-cli (https://github.com/vysheng/tg - available in AUR)
- kdialog
--- Instructions ---
1. install telegram-cli
2. login with telegram-cli
3. move "telegram-file-sender" script in ~/.script or edit the location in the .desktop file to where you want to keep the script
4. if you have manually downloaded the .desktop file, move it in ~/.local/share/kservices5/ServiceMenus
5. enjoy
- telegram-cli (https://github.com/vysheng/tg - available in AUR)
- kdialog
--- Instructions ---
1. install telegram-cli
2. login with telegram-cli
3. move "telegram-file-sender" script in ~/.script or edit the location in the .desktop file to where you want to keep the script
4. if you have manually downloaded the .desktop file, move it in ~/.local/share/kservices5/ServiceMenus
5. enjoy
Loading...
Pling

0 Affiliates
Details
license Creative Commons Attribution
version
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 1
is part of these Collections:
More Dolphin Service Menus from alex-l:
Other Dolphin Service Menus:
Dolphin
ServiceMenus

Ratings & Comments
6 Comments
sorry for late reply : not problem from distros, but problem is: my company has installed 200computer plasma kde..i cant spend time for installer each computer..different floors and different rooms..impossible..so i think without to use telegram-cli..for now i dont know what is other solution...
I'm going to publish a service menu using Telegram Desktop instead of telegram-cli. Would it be better for you?
hi i love to use telegram but i wish to ask you: i did download normally to https://telegram.org/dl/desktop/linux file executive is telegram, so i think if you can add or fix for without "telegram-cli", is it possible? instead telegram-cli is not good for my company (many users..so installing telegram-cli from github is long time)..
Hi, it's not possible since Telegram Desktop is GUI-only and doesn't have a CLI interface. You can try to fill a request on Telegram Desktop tracker on GitHub asking to add this feature. Alternatively find a convenient way to install telegram-cli: what's your distro?
for i in $(telegram-cli -C -W -e "dialog_list 51" | tail -n 52 | head -n 50 | cut -d' ' -f2-10 | cut -d':' -f1 | tr ' ' '_') do contacts+="$i "; done; dest=$(kdialog --combobox Contact: $contacts;) telegram-cli -W -e "send_file $dest '$1'" kdialog --passivepopup "File sent to $dest"; exit 0; -- Shows more chats and autofills the kdialog combobox with only one variable. Hope it helps.
Thank you very much, I will test it and eventually update the script here!