public
Description: Termtter is a terminal based Twitter client
Homepage: http://termtter.org/
Clone URL: git://github.com/jugyo/termtter.git
name age message
file .gitignore Sun Jan 04 10:24:19 -0800 2009 add .gitignore [ujihisa]
file History.txt Thu Dec 25 22:17:06 -0800 2008 gem パッケージ化 [jugyo]
file Manifest.txt Mon Jan 05 12:09:08 -0800 2009 change the name of plugins dir from lib/termtte... [ujihisa]
file PostInstall.txt Thu Dec 25 22:17:06 -0800 2008 gem パッケージ化 [jugyo]
file README.rdoc Sun Jan 04 22:28:09 -0800 2009 ~/.termtter に関する記述を追加したり [jugyo]
file Rakefile Sat Jan 03 05:27:06 -0800 2009 依存 gem の記述を修正 [jugyo]
directory bin/ Mon Jan 05 12:19:12 -0800 2009 add plugin() and use it instead of "require 'pl... [ujihisa]
file example_dot_termtter Mon Jan 05 12:09:08 -0800 2009 change the name of plugins dir from lib/termtte... [ujihisa]
directory lib/ Mon Jan 05 12:36:57 -0800 2009 add lib/plugin.rb and use the module [ujihisa]
file run_termtter.rb Mon Jan 05 12:19:12 -0800 2009 add plugin() and use it instead of "require 'pl... [ujihisa]
file termtter.gemspec Mon Jan 05 12:21:02 -0800 2009 version up [ujihisa]
directory test/ Sun Jan 04 05:47:42 -0800 2009 ソース整理。コマンドの定義を termtter/standard_commands に移動。 [jugyo]
README.rdoc

termtter

github.com/jugyo/termtter

DESCRIPTION:

Termtter is a terminal based Twitter client

FEATURES/PROBLEMS:

SYNOPSIS:

Run:

  termtter

REQUIREMENTS:

  • json
  • configatron

INSTALL:

  sudo gem source -a http://gems.github.com (you only have to do this once)
  sudo gem install jugyo-termtter

create configuration file named ’.termtter’ in your HOME directory.

  vim ~/.termtter

  configatron.user_name = 'USERNAME'
  configatron.password = 'PASSWORD'

LICENSE:

(The MIT License)

Copyright © 2008 FIXME full name

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.