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

https://github.com/semperos/scripts-rb

Collection of miscellaneous Ruby scripts
https://github.com/semperos/scripts-rb

Last synced: 3 months ago
JSON representation

Collection of miscellaneous Ruby scripts

Awesome Lists containing this project

README

          

# Ruby Scripts #

This is my personal collection of Ruby scripts for miscellaneous purposes. The contents are as follows:

```
ruby/
lockbox.rb # beginnings of a Dropbox replacement
mdown.rb # Markdown parsing using Kramdown or Redcarpet
watching.rb # Example Watchr script, used to parse my blog posts

batch/
mdown.bat # Executable wrapper around mdown.rb
```