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.1k
The path to memory reduction in RBS
pocke
0
42
RBSのメモリ使用量改善への道
pocke
1
44
Community-driven RBS repository
pocke
2
1.3k
Active Record Query Quiz
pocke
1
1.4k
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
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
610
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
480
為你自己學 Python - 冷知識篇
eddie
1
350
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
130
print("Hello, World")
eddie
2
530
Reading Rails 1.0 Source Code
okuramasafumi
0
250
楽して成果を出すためのセルフリソース管理
clipnote
0
190
testingを眺める
matumoto
1
140
プロパティベーステストによるUIテスト: LLMによるプロパティ定義生成でエッジケースを捉える
tetta_pdnt
0
3.3k
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
250
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.5k
ファインディ株式会社におけるMCP活用とサービス開発
starfish719
0
2k
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
A designer walks into a library…
pauljervisheath
207
24k
Done Done
chrislema
185
16k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
113
20k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Facilitating Awesome Meetings
lara
55
6.5k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Scaling GitHub
holman
463
140k
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!