https://github.com/holman/noted
A tiny Rails note search for your beautiful mug, sweetie.
https://github.com/holman/noted
Last synced: 8 months ago
JSON representation
A tiny Rails note search for your beautiful mug, sweetie.
- Host: GitHub
- URL: https://github.com/holman/noted
- Owner: holman
- License: mit
- Created: 2009-12-17T02:22:54.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-12-17T18:18:27.000Z (over 16 years ago)
- Last Synced: 2025-06-14T06:47:36.600Z (about 1 year ago)
- Homepage:
- Size: 391 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# noted
Just a quick filter in your Rails projects for notes tasked to you. Looks through your notes
for your github username (@twitter style) and dutifully reports it back to you.
## install
`gem install noted`
## usage
So, like this:
def awesome?
everyone_else?
# TODO: shit, I should make sure I'm awesome, too - @holman
end
...lets you then do something like this:
noted
=> app/models/awesomator.rb:
=> * [ 94] [TODO] shit, I should make sure I'm awesome, too - @holman
## about
[@holman](http://twitter.com/holman) did this.