Frog

General

Category
Free
Tag
Tools
License
MIT License
Registered
Jun 27, 2016
Favorites
0
Link
https://github.com/anupcowkur/frog
See also
LeakCanary
international
AndroidGodEye
pubxml
Debug Bottle

Additional

Language
Ruby
Version
1.0.1 (Jun 19, 2016)
Created
Jun 19, 2016
Updated
Dec 15, 2020 (Retired)
Owner
Anup Cowkur (anupcowkur)
Contributor
Anup Cowkur (anupcowkur)
1
Activity
Badge
Generate
Download
Source code

Deprecated

This project is no longer maintained. No new issues or pull requests will be accepted. You can still use the source or fork the project to suit your needs.

Frog

Frog is a command line tool to help you quickly jump to the right Android doc.

Installation

Make sure you have ruby first.

Note: This library has been tested with ruby 2.3.0.

And then execute:

$ gem install frog

Usage

Fuzzy search mode

Just give frog an android class to search for and it'll give you a list.

For example:

$ frog preferences

will give you a list of preference related classes and ask you to pick one. Enter one of the shown indices and frog will launch the correct doc for you.

Exact search mode

If you know what you're looking for and would like to go the exact doc of the class then you can use -e flag to do just that.

For example:

$ frog -e Activity

will take you to the Activity class documentation.

Help

You can always use

$ frog -h 

to look up the usage.

Contributing

Bug reports and pull requests are welcome.

License

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