Skip to content
This repository has been archived by the owner on Sep 2, 2018. It is now read-only.

Watson1978/system_control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is system_control?

This is library of System Control for MacRuby.

Features

  • Sleeps your system

  • Controls System volume

  • Controls Screen brightness

  • Sends Wake-on-Lan.

  • Growl Notification

  • Accesses to pasteboard.

Requirements

Installing

$ sudo macgem install system_control

Using

require 'rubygems'
require 'system_control'

System::Sound.volume = 0.8
System::Screen.brightness = 0.5
System::Power.sleep

See here more examples.

About

System control library for MacRuby

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published