YakuakeController

Gem Version Build Status

Ruby gem to interact with Yakuake through DBus.

Installation

Add this line to your application's Gemfile:

gem 'yakuake_controller'

And then execute:

$ bundle

Or install it yourself as:

$ gem install yakuake_controller

Usage

require 'yakuake_controller'
client = YakuakeController::DBusClient.new
client.set_tab_title new_title: 'Foo', tab_index: 0

Contributing

  1. Fork it ( https://github.com/tadamic/yakuake_controller/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request