Hello! I have an idea!
The ability to create command template. Before executing the command the placeholders should be filled interactively.
First step - Ask to input argument and with autocomplete:
echo I am saying @(ask('What to say'))
# What to say: hello
# I am saying hello
echo Give @(ask('Fruit', ['apple', 'banana', 'orange'])) to @(ask('To', [$(whoami).strip()]))
# Fruit: <Tab>
# Fruit: apple
# To: <Tab>
# To: user
# Give apple to user
For community
β¬οΈ Please click the π reaction instead of leaving a +1 or π comment