Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SKaplanOfficial/Raycast-PromptLab
/ functions
Functions
180 in github.com/SKaplanOfficial/Raycast-PromptLab
⨍
Functions
180
◇
Types & classes
12
Function
ChatSettingsForm
(props: { oldData: Chat; chats: ChatManager; setCurrentChat: React.Dispatch<React.SetStateAction<Chat |
src/components/Chats/ChatSettingsForm.tsx:43
Function
Command
()
src/create-command.tsx:5
Function
Command
(props: { arguments: { initialQuery: string } })
src/chat.tsx:11
Function
Command
()
src/import-commands.tsx:10
Function
CommandCategoryListSection
(props: CommandCategoryListSectionProps)
src/components/Commands/CommandCategoryListSection.tsx:30
Function
CommandChatView
(props: { isLoading: boolean; commandName: string; options: CommandOptions; prompt: string; response
src/components/Chats/CommandChatView.tsx:29
Function
CommandControlsActionsSection
(props: { command: Command | StoreCommand; availableCommands?: StoreCommand[]; commands: Command[]; se
src/components/Commands/actions/CommandControlActions.tsx:22
Function
CommandDetailView
(props: { isLoading: boolean; commandName: string; options: CommandOptions; prompt: string; response
src/components/Commands/CommandDetailView.tsx:6
Function
CommandForm
(props: { oldData?: Command; setCommands?: (commands: Command[]) => void; duplicate?: boolean; })
src/components/Commands/CommandForm.tsx:78
Function
CommandGridView
(props: { isLoading: boolean; commandName: string; options: CommandOptions; prompt: string; response
src/components/Commands/CommandGridView.tsx:6
Function
CommandListDetail
(props: { command: Command | StoreCommand })
src/components/Commands/CommandListDetail.tsx:6
Function
CommandListItem
(props: CommandListItemProps)
src/components/Commands/CommandListItem.tsx:40
Function
CommandListView
(props: { isLoading: boolean; commandName: string; options: CommandOptions; prompt: string; response
src/components/Commands/CommandListView.tsx:6
Function
CommandResponse
(props: { command: Command; prompt: string; input?: string; options: CommandOptions; setCommands?: (
src/components/Commands/CommandResponse.tsx:20
Function
CommandRunsList
(props: CommandRunsListProps)
src/components/Commands/CommandRunsList.tsx:15
Function
CommandSetupForm
(props: { commandName: string; options: CommandOptions; setOptions: React.Dispatch<React.SetStateAction<
src/components/Commands/CommandSetupForm.tsx:11
Function
ContextSettingsActionSection
(props: { chat: Chat | undefined; chats: ChatManager; useFileContext: boolean; useConversationContext:
src/components/Chats/actions/ContextSettingsActionSection.tsx:8
Function
CopyAllJSONAction
(props: CopyAllJSONActionProps)
src/components/actions/CopyAllJSONAction.tsx:15
Function
CopyChatActionsSection
(props: { response: string; query: string; basePrompt: string; settings: typeof defaultAdvancedSetting
src/components/Chats/actions/CopyChatActions.tsx:5
Function
CopyCommandActionsSection
(props: { command: Command | StoreCommand; settings: typeof defaultAdvancedSettings; showTitle?: boolean
src/components/Commands/actions/CopyCommandActions.tsx:16
Function
CopyIDAction
(props: CopyIDActionProps)
src/components/actions/CopyIDAction.tsx:12
Function
CopyJSONAction
(props: CopyJSONActionProps)
src/components/actions/CopyJSONAction.tsx:12
Function
CreateDerivativeAction
(props: { command: Command | StoreCommand; setCommands: (commands: Command[]) => void; settings: typeof
src/components/Commands/actions/CommandControlActions.tsx:127
Function
CreateModelDerivativeAction
(props: { model: Model; models: ModelManager; settings: typeof defaultAdvancedSettings; })
src/components/Models/actions/CreateModelDerivativeAction.tsx:14
Function
CreateQuickLinkAction
(props: { command: Command; settings: typeof defaultAdvancedSettings })
src/components/Commands/actions/CommandControlActions.tsx:84
Function
DeleteAction
(props: DeleteActionProps)
src/components/actions/DeleteAction.tsx:19
Function
DeleteAllAction
(props: DeleteAllActionProps)
src/components/actions/DeleteAllAction.tsx:19
Function
Discover
()
src/discover-commands.tsx:15
Function
EditCommandAction
(props: { command: Command; setCommands: (commands: Command[]) => void; settings: typeof defaultAdvanced
src/components/Commands/actions/CommandControlActions.tsx:105
Function
EditCustomPlaceholdersAction
(props: { settings: typeof defaultAdvancedSettings })
src/components/actions/OpenFileActions.tsx:39
Function
EditModelAction
(props: { model: Model; models: ModelManager; settings: typeof defaultAdvancedSettings; })
src/components/Models/actions/EditModelAction.tsx:14
Function
ExportAllCommandsAction
()
src/components/Commands/actions/CopyCommandActions.tsx:52
Function
ExportChatAction
(props: { chat: Chat; chats: ChatManager; settings: typeof defaultAdvancedSettings; })
src/components/Chats/actions/ExportChatAction.tsx:15
Function
InstallAllCommandsAction
(props: { availableCommands: StoreCommand[]; setCommands: (commands: Command[]) => void; settings: typeo
src/components/Commands/actions/CommandControlActions.tsx:151
Function
InstallCommandAction
(props: { command: StoreCommand; setCommands: (commands: Command[]) => void; settings: typeof defaultAdv
src/components/Commands/actions/InstallCommandAction.tsx:14
Function
ManageModels
()
src/manage-models.tsx:8
Function
ManageModelsActionPanel
(props: { model: Model; models: ModelManager; settings: typeof defaultAdvancedSettings; })
src/components/Models/actions/ManageModelsActionsPanel.tsx:17
Function
ModelForm
(props: { models: ModelManager; currentModel?: Model; duplicate?: boolean })
src/components/Models/ModelForm.tsx:40
Function
OpenAdvancedSettingsAction
(props: { settings: typeof defaultAdvancedSettings })
src/components/actions/OpenFileActions.tsx:64
Function
OpenPlaceholdersGuideAction
(props: { settings: typeof defaultAdvancedSettings })
src/components/actions/OpenFileActions.tsx:15
Function
PasteAction
* A command action that pastes the provided text into the current application. * @param props.content The text to paste. * @param props.commandSumma
src/components/Commands/actions/ResponseActions.tsx:15
Function
PromptLabMenubar
()
src/menubar-item.tsx:26
Function
ResponseActions
(props: { commandName: string; options: CommandOptions; commandSummary: string; responseText: string;
src/components/Commands/actions/ResponseActions.tsx:49
Function
RunCommandAction
(props: { command: Command | StoreCommand; setCommands?: (commands: Command[]) => void; settings: Advanc
src/components/Commands/actions/RunCommandAction.tsx:14
Function
SearchCommand
(props: { arguments: { commandName: string; queryInput: string } })
src/search-commands.tsx:13
Function
ShareCommandAction
(props: { command: Command; settings: AdvancedSettings; })
src/components/Commands/actions/ShareCommandAction.tsx:13
Function
SpeechInputView
(props: { prompt: string; setSpeechInput: React.Dispatch<React.SetStateAction<string | undefined>>; })
src/components/Commands/SpeechInputView.tsx:6
Function
ToggleFavoriteAction
(props: ToggleFavoriteActionProps)
src/components/actions/ToggleFavoriteAction.tsx:18
Function
ToggleModelDefaultAction
(props: { model: Model; models: ModelManager; settings: typeof defaultAdvancedSettings; })
src/components/Models/actions/ToggleModelDefaultAction.tsx:14
Function
ViewPreviousRunsAction
(props: ViewPreviousRunsActionProps)
src/components/Commands/actions/ViewPreviousRunsAction.tsx:28
Function
addFileToSelection
(filePath: string)
src/lib/scripts/index.ts:138
Function
allActionsEnabled
(actionNames: string[], advancedSettings: typeof defaultAdvancedSettings)
src/lib/actions/index.ts:44
Function
appendToChat
(chat: Chat, text: string)
src/hooks/useChats.ts:109
Function
calculateStats
(chatName: string)
src/hooks/useChats.ts:165
Function
checkExists
(chat: Chat)
src/hooks/useChats.ts:119
Function
createCommand
(newData: Command & { [key: string]: string | boolean })
src/lib/commands/index.ts:97
Function
createModel
(newData: Model & { [key: string]: string | boolean })
src/hooks/useModels.ts:54
Function
dummyCommand
()
src/lib/commands/index.ts:49
Function
dummyModel
()
src/hooks/useModels.ts:33
Function
favorites
()
src/hooks/useChats.ts:105
Function
favorites
()
src/hooks/useModels.ts:99
Function
forceStop
()
src/hooks/useModel.ts:125
Function
getChatContents
(chat: Chat)
src/hooks/useChats.ts:130
Function
getCommandJSON
(command: Command | StoreCommand)
src/lib/commands/command-utils.ts:85
Function
getExtensions
()
src/lib/files/file-utils.ts:119
Function
getRunningApplications
()
src/lib/scripts/index.ts:203
Function
getStorage
(key: string)
src/lib/storage-utils.ts:21
Function
getSystemLanguage
()
src/lib/scripts/index.ts:213
Function
onSubmit
(values)
src/import-commands.tsx:12
Function
onSubmit
(values)
src/components/Commands/CommandForm.tsx:317
Function
onSubmit
(values)
src/components/Models/ModelForm.tsx:69
Function
revalidate
()
src/hooks/useCommands.ts:25
Function
revalidate
()
src/hooks/useChats.ts:101
Function
revalidate
()
src/hooks/useModels.ts:29
Function
revalidate
()
src/hooks/useModel.ts:243
Function
revalidateCommands
()
src/components/Commands/actions/CommandControlActions.tsx:48
Function
searchNearbyLocations
(query: string)
src/lib/scripts/index.ts:152
Function
setChatProperty
(chat: Chat, property: string, value: string | boolean)
src/hooks/useChats.ts:114
Function
setStorage
(key: string, value: unknown)
src/lib/storage-utils.ts:12
Function
updateCommandList
(newCommands: Command[])
src/hooks/useCommands.ts:32
← previous
101–180 of 180, ranked by callers