adnaan / droidclip

Repository of useful android snippets along with a bash script to copy them to clipboard or file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drioidclip

Collection of android snippets and a dumb(as in Dumb as a Dodo) bash script to copy to clipboard or file. I use it to copy code around since Android Studio(or any other IDE) is just too huge for my AMD E-450 notebook. I use vim.

Installation

  1. Clone this repo
  1. Install xclip
  1. Add droidclip to $PATH

Usage

droidclip #shows available snippets

droidclip ll #copies LinearLayout to clipboard

droidclip ll mylayout.xml #appends LinearLayout to file

Roadmap

Roadmap seems a heavy word for a tool as simple this, but I do want to add scaffolding features. Let's see.

About

Repository of useful android snippets along with a bash script to copy them to clipboard or file.

License:MIT License


Languages

Language:Shell 100.0%