Xiaochen's cloud shell, a unified shell experience across different platforms(Mac, Windows, Linux).
Using the python technology stack to implement the shell functions, and leverage the fzf
to implement the fuzzy search.
Note: This repo is still under development, and the commands are not yet available on some platforms yet. (Currently, most commands works on windows platform)
iwr pwsh.xccc.me | iex
see all in full_commands.md
-
hist
Show all history commands, and filter with the
fzf
command -
x
Show all available commands, and filter with the
fzf
command, choose one to execute -
reloadpath
reload the
PATH
environment variable, useful when you add a new path to the environment variable -
update_cloud_shell
update the cloud_shell repo
-
to
to
uses the chatGPT to generate the command you want to execute, and then execute it.
- Very simple functions are implemented in
bash
orpowershell
- Leverage
fzf
to implement fuzzy search - Complex functions are implemented in
python