Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nilsding/hexe

A witch for your terminal.
https://github.com/nilsding/hexe

fun halloween hexe ruby terminal witch

Last synced: 9 days ago
JSON representation

A witch for your terminal.

Awesome Lists containing this project

README

        

# Hexe

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

![Screenshot](http://nilsding.org/hexe/hexe.png)

A video says more than 1000 pictures:
[webm](http://nilsding.org/hexe/hexe.webm)
[mp4](http://nilsding.org/hexe/hexe.mp4)

Inspired by [gti](https://github.com/rwos/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