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
Love the idea, it totally makes sense to have the choice between selecting via a list and inputting it directly. If you want to work on it feel free to do so, otherwise I'll look into it
@christopherkade I can work on this feature but we need to agree on the way we provide this feature.
I have the below process in my mind:
User types gitignore list which will return the list of gitignore files identified by names
Upon selecting or copying the text, user types gitignore node which will generate .gitignore file.
I'm confused whether to provide the user an option to see the list of gitignore files, if not, how would user knows which keyword mapped to the corresponding .gitignore file?
You could use gitignore --help to get the list of commands. That is the typical setup I would expect from a command line program like this. Then the user just has to choose from the list of commands of which they need to use. i.e. gitignore Node or gitignore Dotnet
i.e:
And I thougnt it's better to make first letter case-insensitive.
The text was updated successfully, but these errors were encountered: