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

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.

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.