Socket
Book a DemoInstallSign in
Socket

windows

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windows

bundlerRubygems
Version
0.0.1
Version published
Maintainers
1
Created
Source

windows

Ruby framework for manipulating Xwindow windows

Installation for unix system

  sudo apt-get install libx11-dev libglib2.0-dev libxmu-dev
  gem install windows

Usage

require 'windows'

p = Windows::Project.new(:default,'~')

p.open_window('chromium-browser').move(:left)
p.open_window('sublime-text-2 .').move(:right)
p.open_window('gnome-terminal').move(:bottom_right).on_top

sleep 5
p.close

FAQs

Package last updated on 19 Jan 2013

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