Skip to content

nilsding/hexe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexe

A witch for your terminal. Now that's witchcraft!

Screenshot

A video says more than 1000 pictures: webm mp4

Inspired by gti and sl.

Also, don't forget that witches don't like windows.

Installation

Installation is easy!

$ gem install hexe

If you want to, you can add this line to your application's Gemfile:

gem 'hexe'

And then execute:

$ bundle install

to install it.

Usage

It's really easy!

$ hexe

If you installed it using Bundler, you can even do this:

$ bundle exec hexe

Contributing

  1. Fork it ( https://github.com/nilsding/hexe/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