- 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
- Application Styles11
- Cursors1020
- deKorator Themes175
- Emoticons125
- Full Icon Themes1755
- Global Themes (Plasma 5)472
- Global Themes (Plasma 6)231
- KDE App-Addons3036
- KDE Game-Addons143
- KDE Plasma Extensions2457
- KDE Plasma Screenshots3133
- Kvantum316
- KWin (Plasma 5)176
- KWin Effects28
- KWin Scripts41
- Kwin Switching Layouts2
- Latte Dock79
- Mycroft Skills127
- Plasma 6 Splashscreens126
- Plasma 6 Window Decorations175
- Plasma Color Schemes2171
- Plasma Mobile Wallpapers4
- Plasma Splashscreens1562
- Plasma Themes897
- Plasma Window Decorations682
- Plymouth Themes542
- QSvgStyles5
- QtCurve550
- SDDM Login Themes689
- SMPlayer/MPlayer33
- Sysmon 6 Applet Designs6
- Telegram Themes21
- Various Plasma 6 Improvements5
- Various Plasma Theming23
- Various Qt Stuff297
- Wallpapers KDE Plasma12159
- Alkimia Online Quotes6
- Amarok615
- AmarokFS12
- Cantor6
- Codevis1
- Digikam5
- Dolphin Service Menus759
- Elisa2
- Falkon22
- K3b Themes26
- Kate84
- 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 Definitions27
- 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 1
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!