0.0
No commit activity in last 3 years
No release in over 3 years
Tired of staring at the terminal waiting for tasks to complete. Wouldn't it be cool if your computer could speak to you when the task is done?
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.7
~> 0.10
~> 10.0
 Project Readme

CliTalkyTalk

Ever find yourself checking the terminal to see if the last command you ran is finished? I do all the time so I wrote cli-talky-talk.

This currently only works on OS X. I'll be able to add Linux support soon. I just need to get the code off another machine.

Usage

cli-talky-talk is very easy to use. All you need to do is add && speak at the end of a long running terminal command. When the command is done your computer will address you with a random message letting you know that the work is finished.

$ <some terminal command that will take a while> && speak

For all options:

speak --help

Installation

Install it with ruby gems:

$ gem install cli-talky-talk

Then if you want to customize it to your liking:

$ speak --install

This command copies the default preference file to your ~/.cli-talky-talk.yml

Contributing

  1. Fork it ( https://github.com/[my-github-username]/cli-talky-talk/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request