Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Auto combine multiple positional arguments #52

Open
AndydeCleyre opened this issue May 16, 2022 · 1 comment
Open

Request: Auto combine multiple positional arguments #52

AndydeCleyre opened this issue May 16, 2022 · 1 comment

Comments

@AndydeCleyre
Copy link

AndydeCleyre commented May 16, 2022

Since the only positional argument is the search text, why not accept multiple arguments and internally join them with spaces into a single search, so that the user doesn't need to quote the text?

In other words, make it so that running these commands have the same result:

$ emoj horse unicorn
🐴  🐎  🏇  🎠
$ emoj 'horse unicorn'
🐴  🦄  🐎  🏇  🎠  🌈

And these:

$ emoj i love unicorns

$ emoj 'i love unicorns'
😍  🥰  😘  😗  😚  😻  🤟

EDIT: Hmm, I'm noticing how different the result for that last search are from the same search in the README.

@varenc
Copy link

varenc commented Feb 7, 2024

Just came here to report a similar issue.

The example:

$ emoj 'i love unicorns'
🥰  😍  😘  😗  😚  😻  💌

Does not work like described. It doesn't return any unicorns. Even emoji unicorns doesn't return a unicorn. Only emoji unicorn does.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants