GitXplorerGitXplorer
h

noted

public
5 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
5d379c350b2a4a45e094d5fd225bf34650e56b87

Regenerated gemspec for version 0.1.1

committed 15 years ago
Unverified
b1e5e8ac5bec1de5f296836950cc1b5e8800aac1

Version bump to 0.1.1

committed 15 years ago
Unverified
0c7263fb4d438ce8092c3070538c3c52a502c7c9

Maybe I should have read the readme

committed 15 years ago
Unverified
9b0c8fc1528b1dc46f0217b10b7f71e3a9373eb0

Regenerated gemspec for version 0.1.0

committed 15 years ago
Unverified
ba140a5dc95ab62f7fe23ab02345e7f6bdb5deba

Version bump to 0.1.0

committed 15 years ago
Unverified
75e33172bb38470b065287ec715934e52d012268

Morning fixes

committed 15 years ago

README

The README file for this repository.

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 did this.