OneDrive on Ubuntu
ReadMeに従う
依存
$ sudo apt install build-essential libcurl4-openssl-dev libsqlite3-dev libnotify-dev
表示されるコマンド(source ~/dlang/dmd-2.xxx.x/activate)を実行
コンパイル
$ cd onedrive
$ ./configure --enable-notifications --enable-completions
$ make clean; make;
$ sudo make install
初回起動
$ onedrive # 認証する
$ onedrive --synchronize --verbose --dry-run # テスト
$ onedrive --display-config # 設定確認
同期
$ onedrive --synchronize # いろいろオプションあり
自動起動
$ systemctl --user enable onedrive
$ systemctl --user start onedrive
~/.config/onedrive/configをいじる
認証情報を削除
$ rm -f ~/.config/onedrive/refresh_token
アンインストール
$ sudo make uninstall
$ rm -rf ~/.config/onedrive # delete the application state
bash.icon