Socket
Book a DemoInstallSign in
Socket

guard-flopbox

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

guard-flopbox

1.4
bundlerRubygems
Version published
Maintainers
1
Created
Source

guard-flopbox

Flopbox is a simple guard library that syncs local and remote directories via SFTP as files are changed.

Usage

This is a sample guardfile

opts = {
  :hostname    => "postercloud.com",    # remote host 
  :user        => "capuser",            # remote user
  :sftp_opts   => {},                   # options passed to Net::SFTP
  :remote      => "/home/capuser/test", # remote directory
  :debug       => true,                 # output debug information
  :growl       => true,                 # growl on completion
  :growl_image => "/path/to/image"      # image to use for growl 
}

group 'flopbox' do
  guard 'flopbox', opts do
    watch(/.*/)
  end
end

Dependencies

  • guard
  • Net::SFTP
  • growl

Author

Flopbox was written by Vincent Chu (vincentchu [at] gmail [dot] com) and is used at Posterous.

FAQs

Package last updated on 01 Jul 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.