MCPcopy Create free account

hub / github.com/SKaplanOfficial/Raycast-PromptLab / functions

Functions180 in github.com/SKaplanOfficial/Raycast-PromptLab

FunctionChatSettingsForm
(props: { oldData: Chat; chats: ChatManager; setCurrentChat: React.Dispatch<React.SetStateAction<Chat |
src/components/Chats/ChatSettingsForm.tsx:43
FunctionCommand
()
src/create-command.tsx:5
FunctionCommand
(props: { arguments: { initialQuery: string } })
src/chat.tsx:11
FunctionCommand
()
src/import-commands.tsx:10
FunctionCommandCategoryListSection
(props: CommandCategoryListSectionProps)
src/components/Commands/CommandCategoryListSection.tsx:30
FunctionCommandChatView
(props: { isLoading: boolean; commandName: string; options: CommandOptions; prompt: string; response
src/components/Chats/CommandChatView.tsx:29
FunctionCommandControlsActionsSection
(props: { command: Command | StoreCommand; availableCommands?: StoreCommand[]; commands: Command[]; se
src/components/Commands/actions/CommandControlActions.tsx:22
FunctionCommandDetailView
(props: { isLoading: boolean; commandName: string; options: CommandOptions; prompt: string; response
src/components/Commands/CommandDetailView.tsx:6
FunctionCommandForm
(props: { oldData?: Command; setCommands?: (commands: Command[]) => void; duplicate?: boolean; })
src/components/Commands/CommandForm.tsx:78
FunctionCommandGridView
(props: { isLoading: boolean; commandName: string; options: CommandOptions; prompt: string; response
src/components/Commands/CommandGridView.tsx:6
FunctionCommandListDetail
(props: { command: Command | StoreCommand })
src/components/Commands/CommandListDetail.tsx:6
FunctionCommandListItem
(props: CommandListItemProps)
src/components/Commands/CommandListItem.tsx:40
FunctionCommandListView
(props: { isLoading: boolean; commandName: string; options: CommandOptions; prompt: string; response
src/components/Commands/CommandListView.tsx:6
FunctionCommandResponse
(props: { command: Command; prompt: string; input?: string; options: CommandOptions; setCommands?: (
src/components/Commands/CommandResponse.tsx:20
FunctionCommandRunsList
(props: CommandRunsListProps)
src/components/Commands/CommandRunsList.tsx:15
FunctionCommandSetupForm
(props: { commandName: string; options: CommandOptions; setOptions: React.Dispatch<React.SetStateAction<
src/components/Commands/CommandSetupForm.tsx:11
FunctionContextSettingsActionSection
(props: { chat: Chat | undefined; chats: ChatManager; useFileContext: boolean; useConversationContext:
src/components/Chats/actions/ContextSettingsActionSection.tsx:8
FunctionCopyAllJSONAction
(props: CopyAllJSONActionProps)
src/components/actions/CopyAllJSONAction.tsx:15
FunctionCopyChatActionsSection
(props: { response: string; query: string; basePrompt: string; settings: typeof defaultAdvancedSetting
src/components/Chats/actions/CopyChatActions.tsx:5
FunctionCopyCommandActionsSection
(props: { command: Command | StoreCommand; settings: typeof defaultAdvancedSettings; showTitle?: boolean
src/components/Commands/actions/CopyCommandActions.tsx:16
FunctionCopyIDAction
(props: CopyIDActionProps)
src/components/actions/CopyIDAction.tsx:12
FunctionCopyJSONAction
(props: CopyJSONActionProps)
src/components/actions/CopyJSONAction.tsx:12
FunctionCreateDerivativeAction
(props: { command: Command | StoreCommand; setCommands: (commands: Command[]) => void; settings: typeof
src/components/Commands/actions/CommandControlActions.tsx:127
FunctionCreateModelDerivativeAction
(props: { model: Model; models: ModelManager; settings: typeof defaultAdvancedSettings; })
src/components/Models/actions/CreateModelDerivativeAction.tsx:14
FunctionCreateQuickLinkAction
(props: { command: Command; settings: typeof defaultAdvancedSettings })
src/components/Commands/actions/CommandControlActions.tsx:84
FunctionDeleteAction
(props: DeleteActionProps)
src/components/actions/DeleteAction.tsx:19
FunctionDeleteAllAction
(props: DeleteAllActionProps)
src/components/actions/DeleteAllAction.tsx:19
FunctionDiscover
()
src/discover-commands.tsx:15
FunctionEditCommandAction
(props: { command: Command; setCommands: (commands: Command[]) => void; settings: typeof defaultAdvanced
src/components/Commands/actions/CommandControlActions.tsx:105
FunctionEditCustomPlaceholdersAction
(props: { settings: typeof defaultAdvancedSettings })
src/components/actions/OpenFileActions.tsx:39
FunctionEditModelAction
(props: { model: Model; models: ModelManager; settings: typeof defaultAdvancedSettings; })
src/components/Models/actions/EditModelAction.tsx:14
FunctionExportAllCommandsAction
()
src/components/Commands/actions/CopyCommandActions.tsx:52
FunctionExportChatAction
(props: { chat: Chat; chats: ChatManager; settings: typeof defaultAdvancedSettings; })
src/components/Chats/actions/ExportChatAction.tsx:15
FunctionInstallAllCommandsAction
(props: { availableCommands: StoreCommand[]; setCommands: (commands: Command[]) => void; settings: typeo
src/components/Commands/actions/CommandControlActions.tsx:151
FunctionInstallCommandAction
(props: { command: StoreCommand; setCommands: (commands: Command[]) => void; settings: typeof defaultAdv
src/components/Commands/actions/InstallCommandAction.tsx:14
FunctionManageModels
()
src/manage-models.tsx:8
FunctionManageModelsActionPanel
(props: { model: Model; models: ModelManager; settings: typeof defaultAdvancedSettings; })
src/components/Models/actions/ManageModelsActionsPanel.tsx:17
FunctionModelForm
(props: { models: ModelManager; currentModel?: Model; duplicate?: boolean })
src/components/Models/ModelForm.tsx:40
FunctionOpenAdvancedSettingsAction
(props: { settings: typeof defaultAdvancedSettings })
src/components/actions/OpenFileActions.tsx:64
FunctionOpenPlaceholdersGuideAction
(props: { settings: typeof defaultAdvancedSettings })
src/components/actions/OpenFileActions.tsx:15
FunctionPasteAction
* 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
FunctionPromptLabMenubar
()
src/menubar-item.tsx:26
FunctionResponseActions
(props: { commandName: string; options: CommandOptions; commandSummary: string; responseText: string;
src/components/Commands/actions/ResponseActions.tsx:49
FunctionRunCommandAction
(props: { command: Command | StoreCommand; setCommands?: (commands: Command[]) => void; settings: Advanc
src/components/Commands/actions/RunCommandAction.tsx:14
FunctionSearchCommand
(props: { arguments: { commandName: string; queryInput: string } })
src/search-commands.tsx:13
FunctionShareCommandAction
(props: { command: Command; settings: AdvancedSettings; })
src/components/Commands/actions/ShareCommandAction.tsx:13
FunctionSpeechInputView
(props: { prompt: string; setSpeechInput: React.Dispatch<React.SetStateAction<string | undefined>>; })
src/components/Commands/SpeechInputView.tsx:6
FunctionToggleFavoriteAction
(props: ToggleFavoriteActionProps)
src/components/actions/ToggleFavoriteAction.tsx:18
FunctionToggleModelDefaultAction
(props: { model: Model; models: ModelManager; settings: typeof defaultAdvancedSettings; })
src/components/Models/actions/ToggleModelDefaultAction.tsx:14
FunctionViewPreviousRunsAction
(props: ViewPreviousRunsActionProps)
src/components/Commands/actions/ViewPreviousRunsAction.tsx:28
FunctionaddFileToSelection
(filePath: string)
src/lib/scripts/index.ts:138
FunctionallActionsEnabled
(actionNames: string[], advancedSettings: typeof defaultAdvancedSettings)
src/lib/actions/index.ts:44
FunctionappendToChat
(chat: Chat, text: string)
src/hooks/useChats.ts:109
FunctioncalculateStats
(chatName: string)
src/hooks/useChats.ts:165
FunctioncheckExists
(chat: Chat)
src/hooks/useChats.ts:119
FunctioncreateCommand
(newData: Command & { [key: string]: string | boolean })
src/lib/commands/index.ts:97
FunctioncreateModel
(newData: Model & { [key: string]: string | boolean })
src/hooks/useModels.ts:54
FunctiondummyCommand
()
src/lib/commands/index.ts:49
FunctiondummyModel
()
src/hooks/useModels.ts:33
Functionfavorites
()
src/hooks/useChats.ts:105
Functionfavorites
()
src/hooks/useModels.ts:99
FunctionforceStop
()
src/hooks/useModel.ts:125
FunctiongetChatContents
(chat: Chat)
src/hooks/useChats.ts:130
FunctiongetCommandJSON
(command: Command | StoreCommand)
src/lib/commands/command-utils.ts:85
FunctiongetExtensions
()
src/lib/files/file-utils.ts:119
FunctiongetRunningApplications
()
src/lib/scripts/index.ts:203
FunctiongetStorage
(key: string)
src/lib/storage-utils.ts:21
FunctiongetSystemLanguage
()
src/lib/scripts/index.ts:213
FunctiononSubmit
(values)
src/import-commands.tsx:12
FunctiononSubmit
(values)
src/components/Commands/CommandForm.tsx:317
FunctiononSubmit
(values)
src/components/Models/ModelForm.tsx:69
Functionrevalidate
()
src/hooks/useCommands.ts:25
Functionrevalidate
()
src/hooks/useChats.ts:101
Functionrevalidate
()
src/hooks/useModels.ts:29
Functionrevalidate
()
src/hooks/useModel.ts:243
FunctionrevalidateCommands
()
src/components/Commands/actions/CommandControlActions.tsx:48
FunctionsearchNearbyLocations
(query: string)
src/lib/scripts/index.ts:152
FunctionsetChatProperty
(chat: Chat, property: string, value: string | boolean)
src/hooks/useChats.ts:114
FunctionsetStorage
(key: string, value: unknown)
src/lib/storage-utils.ts:12
FunctionupdateCommandList
(newCommands: Command[])
src/hooks/useCommands.ts:32
← previous101–180 of 180, ranked by callers