Skip to content

Commit

Permalink
Removed alternative hrs from README file
Browse files Browse the repository at this point in the history
Moved them to Github's wiki and added a link to it.
  • Loading branch information
LuRsT committed Mar 26, 2016
1 parent 6813327 commit dffb60e
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,24 +63,6 @@ You can also make "beautiful" ASCII patterns
That's it, no requirements, just pure old `bash` and `tput`, check the source,
it's free.

## Alternative `hr`s

Don't like bash? Don't worry, some developers made `hr` in their language of
choice, check them out:

* https://github.com/jaredsohn/hr (Javascript/node.js)
* https://github.com/euangoddard/hr.py (Python)
* https://github.com/ivantsepp/hr (Ruby)
* https://github.com/bit-shift/hr-hs (Haskell)
* https://github.com/HalosGhost/hs/tree/master/hr (Haskell; avoids both shelling out and depending on ncurses)
* https://github.com/xuxiaodong/hr (Perl)
* https://github.com/ajkerrigan/pshr (Powershell)
* https://github.com/HalosGhost/.bin/blob/master/src/hr.c (C)
* https://github.com/djmattyg007/hr (C) (takes integer argument for number of lines, rather than allowing choice of characters)
* https://github.com/lurst/hr.jl (Julia)
* https://github.com/chilicuil/shundle-plugins/blob/master/aliazator/aliases/default/general.aliases#L21 (Posix sh alias)
* https://github.com/hasit/gohr (Go)
* https://github.com/dodecahedral-champion/hr.lua (Lua)

NOTE: Do send me a pull request if you've made another implementation of `hr` in
another language to add it to the list.
## More

Check out more information in `hr`s [wiki](https://github.com/LuRsT/hr/wiki)

0 comments on commit dffb60e

Please sign in to comment.