aliasme:用于在命令行中存储命令的Shell脚本

时间:2024-06-15 21:57:45
【文件属性】:

文件名称:aliasme:用于在命令行中存储命令的Shell脚本

文件大小:6KB

文件格式:ZIP

更新时间:2024-06-15 21:57:45

shortcut command-line-tool Shell

别名 一个shell脚本,用于在命令行中组织您的别名。 安装 下载脚本 mkdir ~ /.aliasme curl https://raw.githubusercontent.com/Jintin/aliasme/master/aliasme.sh > ~ /.aliasme/aliasme.sh 在启动脚本中添加别名(例如:〜/ .bash_profile,〜/ .bashrc) echo " source ~/.aliasme/aliasme.sh " >> ~ /.bash_profile 用法 $ al add [name] [command] # add alias command with name $ al rm [name] # remove alias by name $ al ls


【文件预览】:
aliasme-master
----_config.yml(26B)
----.gitignore(19B)
----README.md(1KB)
----license.md(1KB)
----.github()
--------FUNDING.yml(645B)
----test()
--------aliastest.sh(664B)
--------assert.sh(3KB)
----aliasme.sh(2KB)
----.travis.yml(33B)
----Makefile(49B)

网友评论