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[]> = {
|
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'],
|
||||||
|
|||||||
Reference in New Issue
Block a user