├── LICENSE ├── README.md ├── plugins ├── package_version.sh └── system_alias.sh ├── s-pilot ├── spilot_common.sh ├── spilot_install.sh └── spilot_llm_rq_apis.sh /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reid41/shell-pilot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reid41/shell-pilot/HEAD/README.md -------------------------------------------------------------------------------- /plugins/package_version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reid41/shell-pilot/HEAD/plugins/package_version.sh -------------------------------------------------------------------------------- /plugins/system_alias.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reid41/shell-pilot/HEAD/plugins/system_alias.sh -------------------------------------------------------------------------------- /s-pilot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reid41/shell-pilot/HEAD/s-pilot -------------------------------------------------------------------------------- /spilot_common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reid41/shell-pilot/HEAD/spilot_common.sh -------------------------------------------------------------------------------- /spilot_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reid41/shell-pilot/HEAD/spilot_install.sh -------------------------------------------------------------------------------- /spilot_llm_rq_apis.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reid41/shell-pilot/HEAD/spilot_llm_rq_apis.sh --------------------------------------------------------------------------------