https://github.com/slashscreen/the-navidson-ruby
Wraps all instances of the word "house" in an HTML document (outside of tags and links, hopefully) in a span, allowing you to highlight it.
https://github.com/slashscreen/the-navidson-ruby
Last synced: about 2 months ago
JSON representation
Wraps all instances of the word "house" in an HTML document (outside of tags and links, hopefully) in a span, allowing you to highlight it.
- Host: GitHub
- URL: https://github.com/slashscreen/the-navidson-ruby
- Owner: SlashScreen
- Created: 2023-05-04T22:24:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-04T22:28:45.000Z (about 2 years ago)
- Last Synced: 2025-02-09T19:36:17.522Z (3 months ago)
- Language: Ruby
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# the-navidson-ruby
Wraps all instances of the word "house" in an HTML document (outside of tags and links, hopefully) in a span of the class "house", allowing you to highlight it like the book *House of Leaves*.## Usage:
`ruby house.rb {directory}` to house-ize everything in a directory. It has no external dependencies.## Why did I make this?
I did it for a dumb gag on my website. I put it here on github in case anyone else wants it, for whatever reason.The highlight color on the cover is `#7998ec`.