jugyo / earthquake

Twitter terminal client with streaming API support.
MIT License
661 stars 94 forks source link

Create -a option #160

Closed k0kubun closed 9 years ago

k0kubun commented 10 years ago

Add a feature to enable managing multiple configs in ~/.earthquake/***/. You can achieve this by using absolute path like earthquake ~/.earthquake/foo, but I think it is inconvenient. So I added -a option to ease managing multiple configs.

Usage

$ earthquake -a foo

It will create ~/.earthquake/foo, and you can reuse the config by the same command from any directory.