Skip to content

slyang-git/yiduo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yiduo

Device sync agent for AI Wrapped.

Install

Installer script is hosted and maintained externally at https://yiduo.one/install.sh (not in this repository).

curl -fsSL https://yiduo.one/install.sh | bash

The installer will prompt for your device token.
For non-interactive environments, pass token explicitly:

curl -fsSL https://yiduo.one/install.sh | bash -s -- --token <device-token>

The binary is installed to ~/.local/bin by default. Make sure ~/.local/bin is in your PATH.

Usage

Install via the one-line curl command will save credentials to ~/.yiduo/config.json and automatically start the background sync daemon. Later, to sync again, just run:

yiduo sync

Run a background daemon that syncs every minute:

yiduo sync --daemon

If a daemon is already running, this command will restart it so the latest installed binary takes effect immediately.

Check daemon status or stop it:

yiduo status
yiduo sync stop
yiduo sync restart
yiduo sync log

Sync a specific source (for example OpenClaw sessions from ~/.openclaw/agents/main/sessions):

yiduo sync --source openclaw

About

Sync sessions data on multiple devices

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages