iCall CLI is a user-friendly and convenient command-line interface designed for cross-platform compatibility.
npm i -g icall-cli
now your can use icall
command
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
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 |
name | desc |
---|---|
cd | switch pwd |
exec | exec some command |
unzip | unzip files |
wget | get some content |