icall-cli
v0.0.29
Published
A convenient CLI
Downloads
95
Maintainers
Readme
icall-cli
iCall CLI is a user-friendly and convenient command-line interface designed for cross-platform compatibility.
install
npm i -g icall-cli
now your can use icall
command
create files
your can create files by icall touch command.
icall touch [-f] <ext> <file> <...>
icall touch -f react Abc.tsx Def.tsx
icall touch -f vue index.vue about.vue
your can remove files by icall rm command.
# remove
icall rm Abc.tsx Def.tsx
icall rm index.vue about.vue
Commands
|name|desc| |---|---| |base64|Generate a Base64 encoded string from a given string.| |cat|Output the contents of a file.| |cowsay|cowsay is a configurable talking cow, originally written in Perl by Tony Monroe| |cp|copy files or dir| |day|format date by dayjs| |hash|Generate a Hash| |history|Generate history in terminal| |ipconfig|Generate ipconfig or ifconfig| |kill|kill process by pid| |ls|Generate ls| |mkdir|Generate dir| |mv|move file or dir| |neofetch|show system info| |ping|ping domains| |ps|Generate process| |qrcode|Generate qrcode| |rm|remove file or dir| |top|top command by top| |touch|create file| |tree|get tree| |which|get input command position| |whoami|current user|
Todo
|name|desc| |---|---| |cd|switch pwd| |exec|exec some command| |unzip|unzip files| |wget|get some content|