-
Notifications
You must be signed in to change notification settings - Fork 67
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
What other /slash commands should we add? #4
Comments
|
Two I'd love, one that's simple and one that's not:
|
@dget OOOOOO I love both of these |
How about |
Maybe something like: I have an IFTTT recipe that does this. edit: looks like google maps has an API call for this, just requires long and lat and an API key |
👍 for Or link to Google search results for a specific term. e.g. "Great, look who's winning the primary: 2016 Primary" |
For |
Love the Google Maps idea and |
Just released an update ( |
@jessepollak Maybe a way to add predefined templates for emails? |
@russdogg Can you share your IFTTT Recipe for Google Maps? |
|
I've started working on the Wikipedia command! I've forked it here - https://github.com/cryptixdevelopment/command The API is strange and returns three different arrays, each for the titles, excerpts, and urls. But I've got that converting to a more suitable array of clear objects. It's "working" at the minute, just the results aren't formatted very well yet. |
I think another good command would be to be able to quickly search on the App Store |
quickly pull up the current stock information, |
I got bored and also added in an App Store command - https://github.com/cryptixdevelopment/command It works fine, except the pagination isn't perfect. |
@cryptixdevelopment so awesome! Do you want to submit a PR? Would love to take a look and merge them in :D |
@jessepollak Yeah sure, the Wiki command still needs work but at least the functionality is there. |
@jessepollak I think these could be added:
|
Awesome extension! Just thought about something similar yesterday and found this. Have you thought about allowing custom commands? I'm thinking this could be very useful as a productivity tool in a work environment but the commands would need to be very customized and connect to internal services. Also, the ability to "pipe" commands together would be boss. Something like "/youtube searchparam | bitly". |
Custom Commands are already supported. See the CONTRIBUTING.md file here: https://github.com/jessepollak/command/blob/master/CONTRIBUTING.md to learn how to create one. You can also see the source code of existing command such as /emoji under |
@ishu3101 I think @scrussell24 means a easy way for users to make them with a Settings UI (so you could add macro slashes (/omw=on my way) like Slash Keyboard does on mobile). That's for devs to implement API style commands (like the YouTube API for video search for instance) |
|
Some ideas so far:
The text was updated successfully, but these errors were encountered: