• Stars
    star
    240
  • Rank 168,229 (Top 4 %)
  • Language
    Shell
  • Created over 15 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bash completion for "adb" from the Google Android SDK

This is a Bash completion script for the android, adb, emulator, fastboot and repo command-line tools from the Google Android SDK. If you'd like to add completions for other Android tools, please let me know.

Install

  1. Install bash-completion. On many Linux distributions it is installed and enabled by default. If you don't have it already, you can probably find it in your package repository (e.g. "aptitude install bash-completion"). Mac OS X users can find it in Fink or MacPorts.

  2. Copy the "android" file from this directory into the /etc/bash_completion.d folder (under "/sw/etc" or "/opt/local/etc" on Mac OS X).

  3. Restart your shell.

Note: If you can't install the bash-completion package, you can still use the android completion script just by sourcing it from your bashrc or profile.

Author

Matt Brubeck [email protected].

License

MIT license:

Copyright Β© 2009 Matt Brubeck

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

More Repositories

1

robinson

A toy web rendering engine
Rust
1,422
star
2

agate

Very simple server for the Gemini hypertext protocol
Rust
580
star
3

compleat

Generate command-line completions using a simple DSL.
Haskell
458
star
4

fast-rust

A book about performance optimization in the Rust programming language
69
star
5

by_address

Rust wrapper type that implements hashing and comparison by pointer address
Rust
33
star
6

mnemonic.js

Mnemonic encoding of binary data, based on Oren Tirosh's mnemonic.c
JavaScript
30
star
7

outline-grep

Search through indentation-structured text files
Haskell
20
star
8

unicode-reverse

Unicode-aware in-place string reverse function in Rust
Rust
18
star
9

mediumvec

Rust collections optimized for size
Rust
10
star
10

telegraphy

web application for editing text files in a git repository
Ruby
6
star
11

wf-recs

Tim Bray's Wide Finder implemented with Make and RecordStream
5
star
12

mynock

Interpreter for the Nock language, written in Haskell
Haskell
5
star
13

rust-mnemonic

Encode any data into a sequence of English words
Rust
4
star
14

smallbigint

Size-optimized arbitrary-precision int library for Rust
Rust
3
star
15

cargo-vendor-example

Rust
2
star
16

bugwd

Readable, memorable URLs to replace long bug numbers
JavaScript
2
star
17

oni-map

An experiment in async/parallel array functions for JavaScript
JavaScript
2
star
18

open-link-ffext

This tiny add-on for Fennec simply adds a "Open Link" context menu item to the menu that appears when you press and hold for a moment on a link. This is a built-in feature on mobile Safari and Android's default browser.
JavaScript
2
star
19

gopher-rs

Rust
1
star
20

mar

Rust library for reading and writing Mozilla Archive (MAR) files
Rust
1
star
21

copy-link-ffext

JavaScript
1
star
22

gravity

A simple 2D gravity simulator in a web page
JavaScript
1
star