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
プログラミングで遊ぶ
pocke
0
73
Witchcraft for Memory
pocke
1
4k
The path to memory reduction in RBS
pocke
0
47
RBSのメモリ使用量改善への道
pocke
1
52
Community-driven RBS repository
pocke
2
1.4k
Active Record Query Quiz
pocke
1
1.6k
Let's write RBS!
pocke
1
5.2k
RBS and Rails, Present and Future
pocke
1
1.4k
The newsletter of RBS updates
pocke
1
3.4k
Other Decks in Programming
See All in Programming
CloudflareのSandbox SDKを試してみた
syumai
0
170
What’s Fair is FAIR: A Decentralised Future for WordPress Distribution
rmccue
0
190
ゼロダウンタイムでミドルウェアの バージョンアップを実現した手法と課題
wind111
0
200
Flutterチームから作る組織の越境文化
findy_eventslides
0
490
Module Harmony
petamoriken
2
480
Promise.tryで実現する新しいエラーハンドリング New error handling with Promise try
bicstone
3
500
なぜ強調表示できず ** が表示されるのか — Perlで始まったMarkdownの歴史と日本語文書における課題
kwahiro
12
6.6k
Evolving NEWT’s TypeScript Backend for the AI-Driven Era
xpromx
0
110
Amazon Bedrock Knowledge Bases Hands-on
konny0311
0
150
スタートアップを支える技術戦略と組織づくり
pospome
7
6.8k
「正規表現をつくる」をつくる / make "make regex"
makenowjust
1
670
「10分以内に機能を消せる状態」 の実現のためにやっていること
togishima
1
520
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
51
51k
The Language of Interfaces
destraynor
162
25k
Why Our Code Smells
bkeepers
PRO
340
57k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3.1k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.8k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
118
20k
Done Done
chrislema
186
16k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
980
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!