update toolbar keywords
This commit is contained in:
@@ -80,7 +80,7 @@ export const COMMAND_DESCRIPTIONS: Record<ToolbarCommandId, string> = {
|
||||
}
|
||||
|
||||
export const COMMAND_KEYWORDS: Record<ToolbarCommandId, string[]> = {
|
||||
copy: ['copy', 'cp', 'transfer'],
|
||||
copy: ['copy', 'cp'],
|
||||
move: ['move', 'mv'],
|
||||
sync: ['sync', 'synchronise', 'synchronize'],
|
||||
mount: ['mount'],
|
||||
@@ -93,7 +93,7 @@ export const COMMAND_KEYWORDS: Record<ToolbarCommandId, string[]> = {
|
||||
browse: ['browse', 'explore', 'open', 'view', 'files'],
|
||||
settings: ['settings', 'config', 'preferences'],
|
||||
github: ['github', 'issue', 'bug', 'feature'],
|
||||
transfers: ['transfer', 'job', 'task'],
|
||||
transfers: ['transfer', 'job', 'task', 'history'],
|
||||
schedules: ['schedule', 'cron', 'task'],
|
||||
templates: ['template', 'example'],
|
||||
remoteCreate: ['new', 'remote', 'create'],
|
||||
|
||||
Reference in New Issue
Block a user