All Projects → wasabeef → Droid

wasabeef / Droid

Licence: apache-2.0
A command-line tool for checking Android OS version history written by Rust.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Droid

Lc
licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
Stars: ✭ 93 (-19.13%)
Mutual labels:  command-line-tool, cli
Terminal layout
The project help you to quickly build layouts in terminal,cross-platform(一个跨平台的命令行ui布局工具)
Stars: ✭ 98 (-14.78%)
Mutual labels:  command-line-tool, cli
Matrix Commander
simple but convenient CLI-based Matrix client app for sending and receiving
Stars: ✭ 90 (-21.74%)
Mutual labels:  command-line-tool, cli
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-25.22%)
Mutual labels:  command-line-tool, cli
Awesome Cli
A curated list of awesome resources for building immersive CLI experiences.
Stars: ✭ 104 (-9.57%)
Mutual labels:  command-line-tool, cli
Forge Node App
🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-21.74%)
Mutual labels:  command-line-tool, cli
Awesome React Generator
No more clicking around to create files in your react project! Awesome React Generator is Command Line Tool that let's you scaffold your components without leaving your terminal.
Stars: ✭ 98 (-14.78%)
Mutual labels:  command-line-tool, cli
Nexmo Cli
Nexmo CLI (Command Line Interface)
Stars: ✭ 73 (-36.52%)
Mutual labels:  command-line-tool, cli
Csv2db
The CSV to database command line loader
Stars: ✭ 102 (-11.3%)
Mutual labels:  command-line-tool, cli
Ask Cli
Alexa Skills Kit Command Line Interface
Stars: ✭ 100 (-13.04%)
Mutual labels:  command-line-tool, cli
Opaline
NextJS for CLI tools
Stars: ✭ 84 (-26.96%)
Mutual labels:  command-line-tool, cli
N26
API and CLI to get information of your N26 account
Stars: ✭ 107 (-6.96%)
Mutual labels:  command-line-tool, cli
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-31.3%)
Mutual labels:  command-line-tool, cli
Crowdin Cli
A command-line client for the Crowdin API
Stars: ✭ 89 (-22.61%)
Mutual labels:  command-line-tool, cli
Fbi
Node.js workflow tool
Stars: ✭ 74 (-35.65%)
Mutual labels:  command-line-tool, cli
Blockshell
🎉 Minimal Blockchain Learning CLI
Stars: ✭ 1,348 (+1072.17%)
Mutual labels:  command-line-tool, cli
Hopp Doc Gen
📔 API documentation generator CLI for https://hoppscotch.io
Stars: ✭ 70 (-39.13%)
Mutual labels:  command-line-tool, cli
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-36.52%)
Mutual labels:  command-line-tool, cli
Tooling
Advancing Node.js as a framework for writing great tools
Stars: ✭ 98 (-14.78%)
Mutual labels:  command-line-tool, cli
Cli.fan
Blog about notable commandline tools
Stars: ✭ 106 (-7.83%)
Mutual labels:  command-line-tool, cli


droid – Logo

GitHub Actions workflow status Crates.io version


Installation - Usage

A command-line tool for checking Android OS version history written by Rust.




Installation

  1. Install the droid binary:

    Homebrew

    % brew install wasabeef/tap/droid
    

    Rust

    % cargo install droid
    

Download archives of precompiled binaries if you don't use the platforms below.

Usage

Find by API Level

droid api <level>
droid a <level>
% droid api 21      


+---------+-----------+-----------+--------------+
| VERSION | CODE_NAME | API_LEVEL | RELEASE_DATE |
+---------+-----------+-----------+--------------+
| 5.0     | Lollipop  | 21        | 2014-11-12   |
| 5.0.1   | Lollipop  | 21        | 2014-12-02   |
| 5.0.2   | Lollipop  | 21        | 2014-12-19   |
+---------+-----------+-----------+--------------+

Find by Version number

"Search for words that start with <number>"

droid version <number>
droid v <number>
% droid version 4.4


+---------+----------------------------------+-----------+--------------+
| VERSION | CODE_NAME                        | API_LEVEL | RELEASE_DATE |
+---------+----------------------------------+-----------+--------------+
| 4.4     | KitKat                           | 19        | 2013-10-31   |
| 4.4.1   | KitKat                           | 19        | 2013-12-05   |
| 4.4.2   | KitKat                           | 19        | 2013-12-09   |
| 4.4.3   | KitKat                           | 19        | 2014-06-02   |
| 4.4.4   | KitKat                           | 19        | 2014-06-19   |
| 4.4W    | KitKat, with wearable extensions | 20        | 2014-06-25   |
| 4.4W.1  | KitKat, with wearable extensions | 20        | 2014-09-06   |
| 4.4W.2  | KitKat, with wearable extensions | 20        | 2014-10-21   |
+---------+----------------------------------+-----------+--------------+

Find by Code name

droid code <level>
droid c <level>
% droid code pie      


+---------+-----------+-----------+--------------+
| VERSION | CODE_NAME | API_LEVEL | RELEASE_DATE |
+---------+-----------+-----------+--------------+
| 9       | Pie       | 28        | 2018-08-06   |
+---------+-----------+-----------+--------------+

Find All

droid list
droid
% droid

+---------+----------------------------------+-----------+--------------+
| VERSION | CODE_NAME                        | API_LEVEL | RELEASE_DATE |
+---------+----------------------------------+-----------+--------------+
| 1.0     | Alpha                            | 1         | 2008-09-23   |
| 1.1     | Beta                             | 2         | 2009-02-09   |
| 1.5     | Cupcake                          | 3         | 2009-04-27   |
| 1.6     | Donut                            | 4         | 2009-09-15   |
| 2.0     | Eclair                           | 5         | 2009-10-26   |
| 2.0.1   | Eclair                           | 6         | 2009-12-03   |
| 2.1     | Eclair                           | 7         | 2010-01-12   |
| 2.2     | Froyo                            | 8         | 2010-03-20   |
| 2.2.1   | Froyo                            | 8         | 2011-01-18   |
| 2.2.2   | Froyo                            | 8         | 2011-01-22   |
| 2.2.3   | Froyo                            | 8         | 2011-11-21   |
| 2.3     | Gingerbread                      | 9         | 2010-12-06   |
| 2.3.1   | Gingerbread                      | 9         | 2010-12      |
| 2.3.2   | Gingerbread                      | 9         | 2011-01      |
| 2.3.3   | Gingerbread                      | 10        | 2011-02-09   |
| 2.3.4   | Gingerbread                      | 10        | 2011-04-28   |
| 2.3.5   | Gingerbread                      | 10        | 2011-07-25   |
| 2.3.6   | Gingerbread                      | 10        | 2011-09-02   |
| 2.3.7   | Gingerbread                      | 10        | 2011-09-21   |
| 3.0     | Honeycomb                        | 11        | 2011-02-22   |
| 3.1     | Honeycomb                        | 12        | 2011-03-10   |
| 3.2     | Honeycomb                        | 13        | 2011-07-15   |
| 3.2.1   | Honeycomb                        | 13        | 2011-11-20   |
| 3.2.2   | Honeycomb                        | 13        | 2011-08-30   |
| 3.2.3   | Honeycomb                        | 13        | 2011-08-30   |
| 3.2.4   | Honeycomb                        | 13        | 2011-12      |
| 3.2.5   | Honeycomb                        | 13        | 2012-01      |
| 3.2.6   | Honeycomb                        | 13        | 2012-12      |
| 4.0     | Ice Cream Sandwich               | 14        | 2011-10-18   |
| 4.0.1   | Ice Cream Sandwich               | 14        | 2011-10-21   |
| 4.0.2   | Ice Cream Sandwich               | 14        | 2011-11-28   |
| 4.0.3   | Ice Cream Sandwich               | 15        | 2011-12-16   |
| 4.0.4   | Ice Cream Sandwich               | 15        | 2012-03-29   |
| 4.1     | Jelly Bean                       | 16        | 2012-07-09   |
| 4.1.1   | Jelly Bean                       | 16        | 2012-07-11   |
| 4.1.2   | Jelly Bean                       | 16        | 2012-10-09   |
| 4.2     | Jelly Bean                       | 17        | 2012-11-13   |
| 4.2.1   | Jelly Bean                       | 17        | 2012-11-27   |
| 4.2.2   | Jelly Bean                       | 17        | 2013-02-11   |
| 4.3     | Jelly Bean                       | 18        | 2013-07-24   |
| 4.3.1   | Jelly Bean                       | 18        | 2013-10-03   |
| 4.4     | KitKat                           | 19        | 2013-10-31   |
| 4.4.1   | KitKat                           | 19        | 2013-12-05   |
| 4.4.2   | KitKat                           | 19        | 2013-12-09   |
| 4.4.3   | KitKat                           | 19        | 2014-06-02   |
| 4.4.4   | KitKat                           | 19        | 2014-06-19   |
| 4.4W    | KitKat, with wearable extensions | 20        | 2014-06-25   |
| 4.4W.1  | KitKat, with wearable extensions | 20        | 2014-09-06   |
| 4.4W.2  | KitKat, with wearable extensions | 20        | 2014-10-21   |
| 5.0     | Lollipop                         | 21        | 2014-11-12   |
| 5.0.1   | Lollipop                         | 21        | 2014-12-02   |
| 5.0.2   | Lollipop                         | 21        | 2014-12-19   |
| 5.1     | Lollipop                         | 22        | 2015-03-09   |
| 5.1.1   | Lollipop                         | 22        | 2015-04-21   |
| 6.0     | Marshmallow                      | 23        | 2015-10-05   |
| 6.0.1   | Marshmallow                      | 23        | 2015-12-07   |
| 7.0     | Nougat                           | 24        | 2016-08-22   |
| 7.1     | Nougat                           | 25        | 2016-10-04   |
| 7.1.1   | Nougat                           | 25        | 2016-12-05   |
| 7.1.2   | Nougat                           | 15        | 2017-04-04   |
| 8.0     | Oreo                             | 26        | 2017-08-21   |
| 8.1.0   | Oreo                             | 27        | 2017-12-05   |
| 9       | Pie                              | 28        | 2018-08-06   |
| 10      | 10                               | 29        | 2019-09-03   |
| 11      | 11                               | 30        | 2020-09-08   |
+---------+----------------------------------+-----------+--------------+





(*・ノェ・) Recently, I'm studying English by watching the Queer Eye on Netflix.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].