{"id":18812157,"url":"https://github.com/drorspei/ipython-adbcompleter","last_synced_at":"2026-01-11T18:30:16.972Z","repository":{"id":132912178,"uuid":"124942849","full_name":"drorspei/ipython-adbcompleter","owner":"drorspei","description":"An IPython completer for adb commands","archived":false,"fork":false,"pushed_at":"2018-04-23T16:13:33.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-30T00:14:30.756Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drorspei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-12T19:49:53.000Z","updated_at":"2018-04-23T16:13:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b09c844-8036-42f8-89c3-8321f42fc85b","html_url":"https://github.com/drorspei/ipython-adbcompleter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drorspei%2Fipython-adbcompleter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drorspei%2Fipython-adbcompleter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drorspei%2Fipython-adbcompleter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drorspei%2Fipython-adbcompleter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drorspei","download_url":"https://codeload.github.com/drorspei/ipython-adbcompleter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239748247,"owners_count":19690232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T23:29:59.018Z","updated_at":"2026-01-11T18:30:14.924Z","avatar_url":"https://github.com/drorspei.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ipython-adbcompleter\nAn IPython completer for adb commands\n\nBeyond the basic argument completion, this extension also adds completions for file/directory paths:\n\n```\nIn [1]: adb p  # hit tab!\npull\npush\nIn [1]: adb pull /storage/  # hit tab!\n6432-6235\nemulated\nenc_emulated\nPrivate\nself\nIn [1]: adb pull /storage/emu  # hit tab!\nIn [1]: adb pull /storage/emulated\n```\n\nAmazing! This will save me so much time!\n\nNotes:\n1. The android path must start with `/`. This is to reduce queries to the phone when you want a path on your computer.\n2. Unicode characters in paths mess up my ipython, so for now adbcompleter just skips them.\n3. adbcompleter now supports multiple connected devices!\n\n# Install\nUse pip like this:\n`pip install git+https://github.com/drorspei/ipython-adbcompleter`\n\nThen add the following lines to your `ipython_config.py` file (usually in `~/.ipython/profile_default/`):\n```\nc.InteractiveShellApp.exec_lines.append(\n    \"try:\\n    %load_ext ipython_adbcompleter\\nexcept ImportError: pass\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrorspei%2Fipython-adbcompleter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrorspei%2Fipython-adbcompleter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrorspei%2Fipython-adbcompleter/lists"}