DOTLET
v0.1.0
guest@dotlet:~$dot --version
dotlet v0.1.0_(ALPHA)

Make your environment portable. dotlet backs up and versions the configs you care about and syncs them between machines, just pull and you're ready.

GET_STARTED
guest@dotlet:~$dot help
guest@dotlet:~$dot features
[01] DEVICE_ORGANIZATION

Keep every machine separate

Push files to a named device so your laptop, desktop, and server each have their own space. You can tell at a glance which config belongs to which setup.

[02] ONE_COMMAND_RESTORES

Pull files back where they belong

Use `dot pull` to restore a config or folder in seconds. dotlet can return it to its original location by default, or write it to a path you choose.

[03] WEB_VIEW_HISTORY

Browse files and past revisions

Open any device in the browser to inspect files, view past revisions, and share public configs without digging through your home directory.

guest@dotlet:~$dot explore
Live Session: ghostty_sync
1$ dot push ~/.config/ghostty/config
[dotlet] Identifying path: ~/.config/ghostty/config
[dotlet] Status: 200 OK | Synced to personal device
2$ dot pull ~/.config/ghostty/config
[dotlet] Target detected: personal device
[dotlet] Restoring to: ~/.config/ghostty/config
[dotlet] SUCCESS: Environment synchronized.
guest@dotlet:~$dot install

GET DOTLET

Install the CLI, log in, and push your first config in minutes.

VIEW_DOCUMENTATION
guest@dotlet:~$_