gauntlet-cswimr-plugins/gauntlet.toml

53 lines
957 B
TOML
Raw Normal View History

2024-10-17 15:20:23 -04:00
[gauntlet]
2024-10-19 16:54:59 -04:00
name = "cswimr's Gauntlet Plugins"
2024-10-17 15:20:23 -04:00
description = """
2024-10-19 16:54:59 -04:00
Collection of Gauntlet plugins by cswimr
2024-10-18 12:43:53 -04:00
2024-12-23 16:55:52 -05:00
Repository: https://www.coastalcommits.com/cswimr/cswimr-gauntlet-plugins
2024-10-17 15:20:23 -04:00
"""
2024-12-23 16:55:52 -05:00
#
# 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
#
2024-10-17 15:20:23 -04:00
[[entrypoint]]
2024-12-23 14:38:42 -05:00
id = 'emojipicker-legacy'
2024-10-18 12:43:53 -04:00
name = 'Emoji Picker'
2024-12-23 14:38:42 -05:00
path = 'src/emojipicker-legacy.tsx'
2024-10-18 12:43:53 -04:00
type = 'inline-view'
2024-10-17 15:20:23 -04:00
description = """
2024-10-18 12:43:53 -04:00
Copy emojis to your clipboard from Gauntlet!
"""
2024-12-23 01:28:11 -05:00
[[entrypoint]]
2024-12-23 14:38:42 -05:00
id = 'emojipicker'
name = 'Emoji Picker'
path = 'src/emojipicker.tsx'
2024-12-23 01:28:11 -05:00
type = 'view'
description = """
Copy emojis to your clipboard from Gauntlet!
"""
2024-12-23 16:55:52 -05:00
[[supported_system]]
os = 'linux'
2024-10-18 12:43:53 -04:00
[permissions]
main_search_bar = ["read"]
clipboard = ["write"]
2024-12-23 16:55:52 -05:00
[permissions.exec]
command = ["xdg-open"]