# Creating bash completion to your console application

DevFeed: [Creating bash completion to your console application](<https://devfeed.tech/articles/creating-bash-completion-to-your-console-application-29137.md>)

Original publisher: [Read original article](<http://tech.zumba.com/2012/08/20/creating-bash-completion//>)

Author: Juan Basso (juan.basso@zumba.com)

Published: 2012-08-20T00:00:00Z

Content type: tutorial

Language: en

Sources: [Zumba](<https://devfeed.tech/sources/zumba.md>)

Topics: [Scripting, bash](<https://devfeed.tech/topics/scripting-bash.md>), [App](<https://devfeed.tech/topics/app.md>), [console](<https://devfeed.tech/topics/console.md>), [file](<https://devfeed.tech/topics/file.md>)

Tags: [bash](<https://devfeed.tech/tags/bash.md>), [completion](<https://devfeed.tech/tags/completion.md>), [console](<https://devfeed.tech/tags/console.md>), [file](<https://devfeed.tech/tags/file.md>), [how-to](<https://devfeed.tech/tags/how-to.md>)

## AI overview

A tutorial on creating a file compatible with bash_completion.d and using it to interact with a console application.

## Source excerpt

Shows how to create a file compatible with bash_completion.d and interact with user application