Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Remote Utility Tool Lemonade
Search
pocke
September 19, 2015
Programming
0
1.5k
Remote Utility Tool Lemonade
https://github.com/pocke/lemonade
pocke
September 19, 2015
Tweet
Share
More Decks by pocke
See All by pocke
Witchcraft for Memory
pocke
1
3.5k
The path to memory reduction in RBS
pocke
0
44
RBSのメモリ使用量改善への道
pocke
1
45
Community-driven RBS repository
pocke
2
1.4k
Active Record Query Quiz
pocke
1
1.5k
Let's write RBS!
pocke
1
5k
RBS and Rails, Present and Future
pocke
1
1.4k
The newsletter of RBS updates
pocke
1
3.4k
kwargs warning → Sentry
pocke
0
340
Other Decks in Programming
See All in Programming
Pythonスレッドとは結局何なのか? CPython実装から見るNoGIL時代の変化
curekoshimizu
5
1.5k
CSC305 Lecture 01
javiergs
PRO
1
400
Go Conference 2025: Goで体感するMultipath TCP ― Go 1.24 時代の MPTCP Listener を理解する
takehaya
7
1.6k
Swift Concurrency - 状態監視の罠
objectiveaudio
2
480
10年もののAPIサーバーにおけるCI/CDの改善の奮闘
mbook
0
790
CSC509 Lecture 02
javiergs
PRO
0
410
overlayPreferenceValue で実現する ピュア SwiftUI な AdMob ネイティブ広告
uhucream
0
170
私達はmodernize packageに夢を見るか feat. go/analysis, go/ast / Go Conference 2025
kaorumuta
2
500
育てるアーキテクチャ:戦い抜くPythonマイクロサービスの設計と進化戦略
fujidomoe
1
160
iOSアプリの信頼性を向上させる取り組み/ios-app-improve-reliability
shino8rayu9
0
160
私はどうやって技術力を上げたのか
yusukebe
43
17k
止められない医療アプリ、そっと Swift 6 へ
medley
1
130
Featured
See All Featured
BBQ
matthewcrist
89
9.8k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Rebuilding a faster, lazier Slack
samanthasiow
84
9.2k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
A better future with KSS
kneath
239
17k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Faster Mobile Websites
deanohume
310
31k
Learning to Love Humans: Emotional Interface Design
aarron
274
40k
Navigating Team Friction
lara
189
15k
Transcript
https://bit.ly/20150919-moku Remote Utility Tool Lemonade Original update by stu
https://bit.ly/20150919-moku About me • Name: Pocke • GitHub: @pocke •
Twitter: @p_ck_ • Work: Programmer – Dev-Ops tool – CI Service – (and student) • Gopher • Vimmer • Rubyist • Arch Linux • ThinkPad • HHKB and more...
https://bit.ly/20150919-moku About me
https://bit.ly/20150919-moku What's the Lemonade? • https://github.com/pocke/lemonade • Utility tools over
TCP as a Command – Open URL – Copy – Paste When we want to open URL, copy & paste text at other PC, Lemonade is very useful.
https://bit.ly/20150919-moku Installation • By go get – go get github.com/pocke/lemonade
• Download binary(Windows/Linux) – Download from latest release https://github.com/pocke/lemonade/releases/latest
https://bit.ly/20150919-moku How do you open URL or copy & paste
text at other PC? • Manual Input • Copy via the Internet It's very mendokusai!!! But Lemonade can solve this problem!
https://bit.ly/20150919-moku I found 'google.com' at Laptop. I want to open
this URL at Desktop. What's the Lemonade Laptop Desktop
https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade server
https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \
'http://google.com' $ lemonade server
https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \
'http://google.com' $ lemonade server TCP/IP
https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \
'http://google.com' $ lemonade server
https://bit.ly/20150919-moku I want to copy long long text From Laptop
to Desktop. What's the Lemonade Laptop Desktop $ lemonade open \ 'http://google.com' $ lemonade server
https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \
'http://google.com' $ lemonade copy 'hoge' $ lemonade server
https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \
'http://google.com' $ lemonade copy 'hoge' $ lemonade server TCP/IP
https://bit.ly/20150919-moku Copied long long text without manualy input! What's the
Lemonade Laptop Desktop $ lemonade open \ 'http://google.com' $ lemonade copy 'hoge' $ lemonade server
https://bit.ly/20150919-moku Desktop(Windows) Other uses Linux on Virtual Machine $ lemonade
server Command Prompt SSH Client (e.g. PuTTY) SSH $ lemonade open \ 'http://google.com' TCP/IP
https://bit.ly/20150919-moku Collaborate with other application • open-browser.vim (open browser by
Vim) • gfm-viewer (Markdown viewer) • www (Simple web server) If other application uses xdg-open, can be collaboration!