Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Remote Utility Tool Lemonade

Avatar for pocke pocke
September 19, 2015

Remote Utility Tool Lemonade

Avatar for pocke

pocke

September 19, 2015
Tweet

More Decks by pocke

Other Decks in Programming

Transcript

  1. 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...
  2. 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.
  3. 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
  4. 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!
  5. 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
  6. 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
  7. https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \

    'http://google.com' $ lemonade copy 'hoge' $ lemonade server
  8. https://bit.ly/20150919-moku What's the Lemonade Laptop Desktop $ lemonade open \

    'http://google.com' $ lemonade copy 'hoge' $ lemonade server TCP/IP
  9. 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
  10. 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
  11. 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!