Here you can fill in the variables to customize your command. You can also click button below to grab the url with the variables you already filled in. Visiting that url will pre-fill them in you next visit. That allows you to customize and save your snippets. You don't have to fill all the variables, just the ones you think will change less often.
copy the url
copysh
find . -name "${pattern}"
With this command we can search from the terminal easily
copysh
find . -name "somename*"