♻️ Improve trigger
This commit is contained in:
@@ -34,12 +34,12 @@ sudo cp build/libgitmoji.so /usr/lib/albert/
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Trigger the plugin with `g:` followed by your search query.
|
Trigger the plugin with `gm ` followed by your search query.
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
- `g:bug` - Search for bug-related gitmojis
|
- `gm bug` - Search for bug-related gitmojis
|
||||||
- `g:*` - Show all gitmojis
|
- `gm *` - Show all gitmojis
|
||||||
- `g:deploy` - Search for deployment-related gitmojis
|
- `gm deploy` - Search for deployment-related gitmojis
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
|
|||||||
@@ -129,7 +129,7 @@ Plugin::Plugin()
|
|||||||
|
|
||||||
QString Plugin::defaultTrigger() const
|
QString Plugin::defaultTrigger() const
|
||||||
{
|
{
|
||||||
return u"g:"_s;
|
return u"gm "_s;
|
||||||
}
|
}
|
||||||
|
|
||||||
QString Plugin::synopsis(const QString &) const
|
QString Plugin::synopsis(const QString &) const
|
||||||
|
|||||||
Reference in New Issue
Block a user