# aidtool **Repository Path**: gid5564/aidtool ## Basic Information - **Project Name**: aidtool - **Description**: 以后再写. Function for shell - **Primary Language**: Shell - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-03 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Bash Shell Function Library ### Gitee: https://gitee.com/gid5564/aidtool * * * ## 简介 这是本人备忘存储仓库,是一个基于git bash|zsh的脚本函数库,基于Shell+python3开发!如果你是一个程序员,且爱好shell的话,那么,这个库应该会对你有所裨益。当然,其中问题也在持续解决中。 ## 使用环境 ![本机配置](https://s1.imagehub.cc/images/2023/12/06/17879785b605a85e3a4a0264d3b7001d.png) ## 安装 + 安装AidLux1.4: 控制台执行: ' bash -c "$(curl -LfsS \'https://gitee.com/gid5564/aidtool/raw/master/bash/install.sh\')" ' ; + 安装AidLux2.0: 控制台执行: ' bash -c "$(curl -LfsS \'https://gitee.com/gid5564/aidtool/raw/master/bash/bootloader.sh\')" ' ; + 重启AidLux,然后按提示进行操作. ## 目录说明 + /xlib/ : shell函数库,包括base,core,file,string,ini,git,backup,…等开发库,可以在需要时导入,如:import base ; + /pylib/: python函数库,主要是一些处理图片的,期待后续添加; + /config/: 存放配置文件 + /data/: 存放一些数据文件,如图片,字体等 + /boot/: 基于xlib,pylib库开发的工具,菜单,配置等; ## 目录结构 ![目录结构](https://s1.imagehub.cc/images/2023/12/06/f57bbebb5f7eb42a6a10fc6bbba4d9e8.jpeg) ## 友情链接 !(https://gitee.com/bewlief/xshell) !(https://gitee.com/mo2/linux) !(https://raw.githubusercontent.com/ohmyzsh/ohmyzsh)