Ruby gem to interact with Yakuake through DBus.
Add this line to your application's Gemfile:
gem 'yakuake_controller'
And then execute:
$ bundle
Or install it yourself as:
$ gem install yakuake_controller
require 'yakuake_controller'
client = YakuakeController::DBusClient.new
client.set_tab_title new_title: 'Foo', tab_index: 0
- Fork it ( https://github.com/tadamic/yakuake_controller/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request