🍀 另外一个OneDrive命令行客户端.laravel
基于 Laravel-Zero , 并进行出了不少修改。git
本项目参考了 onedrivecmd , 可是语言基于 PHP,毕竟 PHP 是世界上最好的语言。github
OLAINDEX-CMD 是命令行版的 OLAINDEX.json
mkdir -p olaindex && cd olaindex git clone https://github.com/WangNingkai/OLAINDEX-CMD.git tmp && mv tmp/.git . && rm -rf tmp && git reset --hard composer install chmod -R 755 storage chown -R www:www * cp .env.example .env cp storage/app/config.sample.json storage/app/config.json chmod 777 storage/app/config.json chmod +x olaindex ./olaindex install
wget -N --no-check-certificate https://raw.githubusercontent.com/WangNingkai/OLAINDEX-CMD/master/install.sh && chmod +x install.sh && bash install.sh
OLAINDEX-CMD USAGE: olaindex <命令> [可选参数] [参数] account Account Info # 用户信息 cp Copy Item # 复制 direct Create Direct Share Link # 分享直链 download Download Item # 下载 find Find Item # 搜索 install Install App # 安装 login Account Login # 登录 logout Account Logout # 退出 ls List Items # 列表 mkdir Create A New Folder # 新建目录 mv Move Item # 移动 quota OneDrive Info # 使用概况 reset Reset App # 重置 rm Delete Item # 删除 share Create Download Link # 分享下载直链 upload Upload File # 上传 whereis Find The Item\'s Remote Path # id转目录 cache:clear Flush the application cache cache:forget Remove an item from the cache config:cache Create a cache file for faster configuration loading config:clear Remove the configuration cache file refresh:token Refresh Token # 刷新token
Blog : https://imwnk.cnbash
Email : imwnk@live.com微信
若是你喜欢此做品,欢迎捐赠app
微信/支付宝: Donatecomposer
OLAINDEX-CMD is an open-source software licensed under the MIT license.spa