Kook is a handy helper for automatically opening multiple tabs in KDE Konsoles depending on your projects environments
Go to file
2015-07-15 16:21:02 +02:00
bin Remove useless lines. 2015-07-15 16:18:44 +02:00
data Rename project. 2013-06-04 16:08:18 +02:00
lib Use the same window, if possible. 2015-07-15 16:21:02 +02:00
spec Prepare for unit tests. 2014-01-02 23:36:35 +01:00
.gitignore Improve .gitignore. 2015-07-15 16:19:03 +02:00
Gemfile Gemfile: Move dependencies to Gemspec. 2014-01-04 11:03:02 +01:00
kook.gemspec Gemfile: Move dependencies to Gemspec. 2014-01-04 11:03:02 +01:00
LICENSE.md Fill license. 2015-07-15 16:18:24 +02:00
Rakefile Add tasks for building gem file. 2015-07-15 16:18:44 +02:00
README.md Add more README sections. 2015-07-15 16:20:30 +02:00
test.sh Add view creation support. 2013-12-28 15:31:39 +01:00
TODO.md Added todo list. 2015-07-15 16:18:08 +02:00

Kook

Kook is a helper for opening your projects environments in tabs of KDE Konsole.

Installation

Simply install kook via the 'gem' package manager

$ gem install kook

Usage

Imagine, that for working on your project, you requires multiple terminal consoles, with different tools in them.

Let say that :

A : must be in directory ~/src/myProject/
B : must be in directory ~/src/myProject/app
    and run command "$EDITOR ."
C : must be in directory ~/src/myProject/log
    and run command "tail -f development.log"

Kook aims to prepare your project environment, just like you want it to be, with all you tabs and the commands inside in the right directories. Everything in one single command.

Contributing

  1. Fork it ( http://github.com/glenux/kook/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 new Pull Request

Alternatives

  • Tmuxinator (the same goal, based on tmux instead of Konsole)

Kook

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'kook'

And then execute:

$ bundle

Or install it yourself as:

$ gem install kook

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( https://github.com/[my-github-username]/kook/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