Commands
系统
| name | desc |
|---|---|
| day | format date by dayjs |
| history | Generate history in terminal |
| kill | kill process by pid |
| ps | Generate process |
| which | get input command position |
| whoami | current user |
文件/文件夹
| name | desc |
|---|---|
| cat | Output the contents of a file. |
| cp | copy files or dir |
| ls | Generate ls |
| mkdir | Generate dir |
| mv | move file or dir |
| rm | remove file or dir |
| touch | create file |
工具
| name | desc |
|---|---|
| cowsay | cowsay is a configurable talking cow, originally written in Perl by Tony Monroe |
| base64 | Generate a Base64 encoded string from a given string. |
| hash | Generate a Hash |
| ipconfig | Generate ipconfig or ifconfig |
| neofetch | show system info |
| ping | ping domains |
| qrcode | Generate qrcode |
| top | top command by top |
| tree | get tree |
Todo
| name | desc |
|---|---|
| cd | switch pwd |
| exec | exec some command |
| unzip | unzip files |
| wget | get some content |