matterhorn-chat / matterhorn

A feature-rich Unix terminal client for the Mattermost chat system
BSD 3-Clause "New" or "Revised" License
1.05k stars 77 forks source link

Add support for completion to `/attach` #748

Closed 3v1n0 closed 3 years ago

3v1n0 commented 3 years ago

It would be nice to be able to select a file via tab-completion, so basically it will be possible to do /attach ~/[tab] to go through the available files to attach in such path.

jtdaugherty commented 3 years ago

Thanks for the request. This is another example of context-sensitive completion similar to https://github.com/matterhorn-chat/matterhorn/issues/478. We don't currently have the resources to implement this so I'm going to close this to avoid lingering open tickets. But if anyone would like to work on this, we can re-open and I'll be happy to discuss it!