update toolbar keywords

This commit is contained in:
FTCHD
2026-08-30 19:36:17 +03:00
parent fa3e5ead63
commit 96642315b9
+2 -2
View File
@@ -80,7 +80,7 @@ export const COMMAND_DESCRIPTIONS: Record<ToolbarCommandId, string> = {
} }
export const COMMAND_KEYWORDS: Record<ToolbarCommandId, string[]> = { export const COMMAND_KEYWORDS: Record<ToolbarCommandId, string[]> = {
copy: ['copy', 'cp', 'transfer'], copy: ['copy', 'cp'],
move: ['move', 'mv'], move: ['move', 'mv'],
sync: ['sync', 'synchronise', 'synchronize'], sync: ['sync', 'synchronise', 'synchronize'],
mount: ['mount'], mount: ['mount'],
@@ -93,7 +93,7 @@ export const COMMAND_KEYWORDS: Record<ToolbarCommandId, string[]> = {
browse: ['browse', 'explore', 'open', 'view', 'files'], browse: ['browse', 'explore', 'open', 'view', 'files'],
settings: ['settings', 'config', 'preferences'], settings: ['settings', 'config', 'preferences'],
github: ['github', 'issue', 'bug', 'feature'], github: ['github', 'issue', 'bug', 'feature'],
transfers: ['transfer', 'job', 'task'], transfers: ['transfer', 'job', 'task', 'history'],
schedules: ['schedule', 'cron', 'task'], schedules: ['schedule', 'cron', 'task'],
templates: ['template', 'example'], templates: ['template', 'example'],
remoteCreate: ['new', 'remote', 'create'], remoteCreate: ['new', 'remote', 'create'],