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:18:08 +02:00
bin Cleanup main script (remove bundler ref & unwanted inclusions). 2015-07-15 16:18:08 +02:00
data Rename project. 2013-06-04 16:08:18 +02:00
lib Raise max length for project name. 2015-07-15 16:18:08 +02:00
spec Prepare for unit tests. 2014-01-02 23:36:35 +01:00
.gitignore Improve gitignore for gem release. 2014-01-04 11:02:43 +01: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 Add license file. 2014-01-04 11:03:24 +01:00
Rakefile Rakefile: Include tasks for Gem. 2014-01-04 11:13:26 +01:00
README.md Added a real README. 2014-01-04 11:11:59 +01: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)