tir38 / ADBX

ADB extensions
2 stars 0 forks source link

Allow users to set package name aliases #62

Open tir38 opened 2 years ago

tir38 commented 2 years ago

Similar to #40 but for package names. Something like this

$ ax package_alias myapp com.example.longpackage.myapp
$ ax package_alias other com.example.some.other.package
$ ax package_alias

  myapp -> com.example.longpackage.myapp
  other  -> com.example.some.other.package

$ ax version_name myapp

1.3.0

This remove having to type in and remember package names. This will also cut down on typos. It might be easier to do tab completion on aliases, instead of all packages.