You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being brand new to the project, this is a very humble request, not meaning to step on Daniel's toes if there are reasons why it's not a good idea. However, there are already 103 patterns, and counting. Although they are amazing, speaking as a linux/bash user, they do tend to pollute the environment. Wouldn't it be better if they all had a common prefix? fab_ seems like a perfect one to me, considering fabric is "fab(ulous)". This would have the added bonus of making tab completion much more useful, because fab_ followed by a would list all the fabric commands/patterns.
The text was updated successfully, but these errors were encountered:
If I understand correctly what you are saying, I tried unsuccessfully (
#318) twice to address this.
I have an updated bash script if you are interested.
On Wed, May 29, 2024 at 5:33 PM superclarkk ***@***.***> wrote:
What do you need?
Being brand new to the project, this is a very humble request, not meaning
to step on Daniel's toes if there are reasons why it's not a good idea.
However, there are already 103 patterns, and counting. Although they are
amazing, speaking as a linux/bash user, they do tend to pollute the
environment. Wouldn't it be better if they all had a common prefix? fab_
seems like a perfect one to me, considering fabric is "fab(ulous)". This
would have the added bonus of making tab completion much more useful,
because fab_ followed by a would list all the fabric commands/patterns.
—
Reply to this email directly, view it on GitHub
<#447>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABPVKQXCNTMGOJNH2AZUJLTZEZCTFAVCNFSM6AAAAABIPXLUW2VHI2DSMVQWIX3LMV43ASLTON2WKOZSGMZDIMRYGM3DCNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
However, I think you'd be better off using aliases. These are sourced from $HOME/.config/fabric/fabric-bootstrap.inc.
I could easily rename the aliases with a prefix, but that would need to be done again with each install. It would be much better to have a standard baked in.
What do you need?
Being brand new to the project, this is a very humble request, not meaning to step on Daniel's toes if there are reasons why it's not a good idea. However, there are already 103 patterns, and counting. Although they are amazing, speaking as a linux/bash user, they do tend to pollute the environment. Wouldn't it be better if they all had a common prefix?
fab_
seems like a perfect one to me, considering fabric is "fab(ulous)". This would have the added bonus of making tab completion much more useful, becausefab_
followed by a would list all the fabric commands/patterns.The text was updated successfully, but these errors were encountered: