Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions commands/gitmojis/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://slapdash.com/commands/gitmoji
18 changes: 18 additions & 0 deletions commands/gitmojis/command.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name = "Gitmoji"
description = "Search for gitmoji icon and copy & paste them directly to your git commit message."
endpointURL = "https://slapdash-commands-manudss.vercel.app/gitmoji"
sourceCodeURL = "https://github.com/manudss/slapdash_commands/tree/main/src/gitmoji"
language = "typescript"
categories = ["Utilities", "Developer Tools", "Business", "Productivity"]

author.name = "Emmanuel DE SAINT STEBAN"
author.profileURL = "https://github.com/manudss"

readme = """
The command lets you quickly search gitmojis icons defined here from [Gitmoji.dev](https://gitmoji.dev).

Copy/Paste git emoji characters, for your commit messages.
😜 Gitmoji is an emoji guide for GitHub commit messages. Aims to be a standarization cheatsheet - guide for using emojis on GitHub's commit messages.

Using emojis on commit messages provides an easy way of identifying the purpose or intention of a commit with only looking at the emojis used. As there are a lot of different emojis I found the need of creating a guide that can help to use emojis easier.
"""
96 changes: 96 additions & 0 deletions commands/gitmojis/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
1 change: 1 addition & 0 deletions commands/search-angular-docs-google/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://slapdash.com/commands/search-angular-docs-google
19 changes: 19 additions & 0 deletions commands/search-angular-docs-google/command.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name = "Search Angular"
description = "Search in Angular Docs with google custom search and your Api Key"
endpointURL = "https://slapdash-commands-manudss.vercel.app/google/angular"
sourceCodeURL = "https://github.com/manudss/slapdash_commands/tree/main/src/google"
language = "typescript"
categories = ["Utilities", "Developer Tools", "Business", "Productivity"]

author.name = "Emmanuel DE SAINT STEBAN"
author.profileURL = "https://github.com/manudss"

readme = """
The command lets you quickly search in some specicific angular docs website by using google search API from [programmablesearchengine.google.com](https://programmablesearchengine.google.com/controlpanel/all).

You need get an API keys here in Google : [Google Custom Search API](https://console.cloud.google.com/apis/api/customsearch.googleapis.com/quotas)


Then you need to set API Key from the Custom Search Engine API, at the beginning of the command. (This will be store by Slapdash, and sent to every request).
Nothing is store in the api.
"""
1 change: 1 addition & 0 deletions commands/search-angular-docs-google/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
1 change: 1 addition & 0 deletions commands/search-google/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://slapdash.com/commands/search-google
21 changes: 21 additions & 0 deletions commands/search-google/command.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "Search Google"
description = "Search with google by using your custom Search CX and your Api Key"
endpointURL = "https://slapdash-commands-manudss.vercel.app/google"
sourceCodeURL = "https://github.com/manudss/slapdash_commands/tree/main/src/google"
language = "typescript"
categories = ["Utilities", "Productivity"]

author.name = "Emmanuel DE SAINT STEBAN"
author.profileURL = "https://github.com/manudss"

readme = """
The command lets you quickly search by using google search API from [programmablesearchengine.google.com](https://programmablesearchengine.google.com/controlpanel/all).

You need get an API keys here in Google : [Google Custom Search API](https://console.cloud.google.com/apis/api/customsearch.googleapis.com/quotas)

And Create a Custom Search Engine : [Google Custom Search Engine](https://www.google.com/cse/create/new)
You can create a resticted custom Search (By giving some few website where to search) or search to the all internet (For this options, there is less quotas !)

Then you need to set the CX and API Key from the Custom Search Engine, at the beginning of the command. (This will be store by Slapdash, and sent to every request).
Nothing is store in the api.
"""
Loading