kook/README.md
2015-07-15 16:20:30 +02:00

1.6 KiB

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