ldc-developers / ldc2.snap

Snap package definition for LDC, the LLVM-based D compiler
11 stars 4 forks source link

Add support for tab completion #64

Open WebDrake opened 5 years ago

WebDrake commented 5 years ago

Snapcraft supports automatic tab completion: https://docs.snapcraft.io/tab-completion-for-snaps/2261

The actual config file already exists in the snap package, installed to $SNAP/etc/bash-completion.d/ so it should simply be a matter of tweaking the snapcraft.yaml file to indicate its location.