Skip to content
/ gaea Public

Simple search CLI from multiple sources 🚀 🚀 🚀

License

Notifications You must be signed in to change notification settings

vinhnglx/gaea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaea

Build Status Coverage Status

The application helps you search information relate to languages and technologies. Currently, this application just supports three sources: StackOverFlow - RubyGems - Confreaks with simple features.

I would like to develop this application become the powerful application like as Gaea, a god in Greek mythology was the great mother of all.

Here is my todo-list:

  • Add more features for three sources, for example: paginates, search from tags, video, display more information for each result. I believe we will have more features when work with APIs of above sources.

  • Extend to more sources: StackExchange or Google services such as Server Fault, Super User, Ask Ubuntu, Google Youtube API ...

Installation

$ gem install gaea

Usage

Usage:
  gaea looksfor

Options:
  -k, [--keyword=The keyword relate to contents you wanna search]
  -s, [--source=The source - 3 default values: stackoverflow, gems and confreaks]
  -y, [--year=The year - only avalaible with source confreaks]

Search from multiple sources

Search questions from StackOverFlow

gaea looksfor --keyword='activerecord' --source='stackoverflow'

StackOverFlow

Search gems from RubyGems

gaea looksfor --keyword='hanami' --source='gems'

RubyGems

Search events from Confreaks

All events in year

gaea looksfor --year='2015' --source='confreaks'

Confreaks

All events relate to a language/technology in year

gaea looksfor --year='2015' --source='confreaks' --keyword='ruby'

Confreaks

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/vinhnglx/gaea. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

Simple search CLI from multiple sources 🚀 🚀 🚀

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published