GitXplorerGitXplorer
j

insinuate

public
7 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
d2d2c83b614e3c00c607b012da69b5f04866919c

Cleanups for 1.0.0. Still terrible.

jjbarnette committed 16 years ago
Unverified
c0f321cee1a8e1da2c88bd152524744fe14e7073

Letting this be turned off from the command line.

yymendel committed 16 years ago
Unverified
7a1c98b91efbdfeff6fe631c1832839c297dfadb

Refactoring super-awesome process-checking code.

yymendel committed 16 years ago
Unverified
c9b8d7844352bc8c7231d5a55e2d27beb3262f1c

Adding method to make the dot go away

yymendel committed 16 years ago
Unverified
624aeb078d1dfee379714ed02e3af0febf0e1816

Add instructions for installing from source.

jjbarnette committed 16 years ago
Unverified
b769d6262efac1f2b519009d5535a57299a3ba2d

Removed the dock icon

EELLIOTTCABLE committed 16 years ago

README

The README file for this repository.

= Insinuate

Two bits of delicious information. Insinuate puts a little colored circle on your desktop and lets you change its color.

  • FOUR possible states! Unknown, bad, iffy, and good.
  • Awesome, untested code!
  • Ugly graphics!
  • Pointless use of Webrick!

== Examples

From the command line:

$ insinuate unknown|iffy|good|bad|off

From Ruby:

require "rubygems"
require "insinuate"

Insinuate.good

The app will be launched the first time you insinuate anything.

== Installation

You need a Mac with RubyCocoa.

$ sudo gem install insinuate

== License

Copyright 2008-2009 John Barnette (jbarnette@rubyforge.org)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.