Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nilsding/hexe
- Owner: nilsding
- License: mit
- Created: 2014-11-08T21:09:07.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-08T21:26:15.000Z (about 10 years ago)
- Last Synced: 2024-11-16T02:21:47.092Z (about 1 month ago)
- Topics: fun, halloween, hexe, ruby, terminal, witch
- Language: Ruby
- Size: 113 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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