2 Star 2 Fork 1

Wang Ningkai / OLAINDEX-CMD

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.85 KB
一键复制 编辑 原始数据 按行查看 历史
Wang Ningkai 提交于 2018-11-23 17:11 . UPDATE README

OLAINDEX-LARGE.png

🍀 Another OneDrive Command Line Client.

Based on Laravel-Zero , with lots of modifications.

This is very much a copycat of onedrivecmd , but in different language.

OLAINDEX-CMD is a console version of OLAINDEX.

Proeject

Features

  • Ability to access files and folders using a path URI or file ID
  • Individual file put and get operations
  • List operation (shows file size and other file information)
  • Download and upload with native progress bar.
  • Get share link and direct download link!
  • Remote download links to your drive(NEW! Not even available via Web console) (Only available at personal due to API limit).
  • Supports Office 365 and China 21Vianet.
  • Based on PHP,Easy installation.
  • Local Configuration file (/storage/app/config.json).

Installation

Manual installation

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

Automatic installation

wget -N --no-check-certificate https://raw.githubusercontent.com/WangNingkai/OLAINDEX-CMD/master/install.sh && chmod +x install.sh && bash install.sh

Usage

OLAINDEX-CMD

  USAGE: olaindex <command> [options] [arguments]

  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
  test          Command Test
  upload        Upload File
  whereis       Find The Item\'s Remote Path

  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

Author

Blog : https://imwnk.cn

Email : imwnk@live.com

Support the development

Do you like this project? Support it by donating

Wechat/AliPay: Donate

License

OLAINDEX-CMD is an open-source software licensed under the MIT license.

中文文档

Readme

PHP
1
https://gitee.com/wangningkai/OLAINDEX-CMD.git
git@gitee.com:wangningkai/OLAINDEX-CMD.git
wangningkai
OLAINDEX-CMD
OLAINDEX-CMD
master

搜索帮助