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
- Host: GitHub
- URL: https://github.com/semperos/scripts-rb
- Owner: semperos
- Created: 2011-07-27T14:51:01.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-27T15:03:02.000Z (almost 15 years ago)
- Last Synced: 2025-12-09T18:51:07.579Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```