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.4k
Remote Utility Tool Lemonade
https://github.com/pocke/lemonade
pocke
September 19, 2015
Tweet
Share
More Decks by pocke
See All by pocke
The path to memory reduction in RBS
pocke
0
10
RBSのメモリ使用量改善への道
pocke
1
5
Community-driven RBS repository
pocke
2
960
Active Record Query Quiz
pocke
1
1.2k
Let's write RBS!
pocke
1
4.5k
RBS and Rails, Present and Future
pocke
1
1.2k
The newsletter of RBS updates
pocke
1
3.2k
kwargs warning → Sentry
pocke
0
280
Ruboty and SKI
pocke
0
160
Other Decks in Programming
See All in Programming
ふかぼれ!CSSセレクターモジュール / Fukabore! CSS Selectors Module
petamoriken
0
150
型付き API リクエストを実現するいくつかの手法とその選択 / Typed API Request
euxn23
8
2.2k
ActiveSupport::Notifications supporting instrumentation of Rails apps with OpenTelemetry
ymtdzzz
1
240
Jakarta EE meets AI
ivargrimstad
0
200
Make Impossible States Impossibleを 意識してReactのPropsを設計しよう
ikumatadokoro
0
220
GitHub Actionsのキャッシュと手を挙げることの大切さとそれに必要なこと
satoshi256kbyte
5
430
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
0
120
A Journey of Contribution and Collaboration in Open Source
ivargrimstad
0
960
Figma Dev Modeで変わる!Flutterの開発体験
watanave
0
140
Jakarta EE meets AI
ivargrimstad
0
650
CSC509 Lecture 09
javiergs
PRO
0
140
Less waste, more joy, and a lot more green: How Quarkus makes Java better
hollycummins
0
100
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
1.9k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
Documentation Writing (for coders)
carmenintech
65
4.4k
Happy Clients
brianwarren
98
6.7k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.3k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Navigating Team Friction
lara
183
14k
Become a Pro
speakerdeck
PRO
25
5k
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!