52 lines
957 B
TOML
52 lines
957 B
TOML
[gauntlet]
|
|
name = "cswimr's Gauntlet Plugins"
|
|
description = """
|
|
Collection of Gauntlet plugins by cswimr
|
|
|
|
Repository: https://www.coastalcommits.com/cswimr/cswimr-gauntlet-plugins
|
|
"""
|
|
|
|
#
|
|
# TailwindCSS
|
|
#
|
|
|
|
[[entrypoint]]
|
|
id = 'tailwindcss-search-documentation'
|
|
name = 'Search TailwindCSS Documentation'
|
|
path = 'src/tailwindcss/src/search-documentation.tsx'
|
|
type = 'view'
|
|
description = """
|
|
Search TailwindCSS documentation from Gauntlet!
|
|
"""
|
|
|
|
#
|
|
# Miscellaneous
|
|
#
|
|
|
|
[[entrypoint]]
|
|
id = 'emojipicker-legacy'
|
|
name = 'Emoji Picker'
|
|
path = 'src/emojipicker-legacy.tsx'
|
|
type = 'inline-view'
|
|
description = """
|
|
Copy emojis to your clipboard from Gauntlet!
|
|
"""
|
|
|
|
[[entrypoint]]
|
|
id = 'emojipicker'
|
|
name = 'Emoji Picker'
|
|
path = 'src/emojipicker.tsx'
|
|
type = 'view'
|
|
description = """
|
|
Copy emojis to your clipboard from Gauntlet!
|
|
"""
|
|
|
|
[[supported_system]]
|
|
os = 'linux'
|
|
|
|
[permissions]
|
|
main_search_bar = ["read"]
|
|
clipboard = ["write"]
|
|
|
|
[permissions.exec]
|
|
command = ["xdg-open"]
|