More completions, fix importing for some

This commit is contained in:
Daniel Imms
2025-08-24 12:06:20 -07:00
parent 89b9268261
commit edccd3f918
13 changed files with 30547 additions and 8 deletions

View File

@@ -4,9 +4,7 @@
*--------------------------------------------------------------------------------------------*/
export const upstreamSpecs = [
'apt',
'basename',
'brew',
'cat',
'chmod',
'chown',
@@ -44,7 +42,6 @@ export const upstreamSpecs = [
'more',
'mount',
'mv',
'nano',
'nl',
'od',
'passwd',
@@ -64,7 +61,6 @@ export const upstreamSpecs = [
'sort',
'source',
'split',
'ssh',
'stat',
'su',
'sudo',
@@ -92,14 +88,47 @@ export const upstreamSpecs = [
'xxd',
'zip',
// OS package management
'apt',
'brew',
// Editors
'nano',
'vim',
// Shells
'ssh',
// Android
'adb',
// Docker
'docker',
'docker-compose',
// Dotnet
'dotnet',
// Go
'go',
// JavaScript / TypeScript
'node',
'npm',
'nvm',
'pnpm',
'yarn',
'yo',
// Python
'pip',
'python',
'python3',
'pnpm',
'node',
'nvm',
'vim',
'ruff',
// Ruby
'bundle',
'ruby',
];