Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
docs: update readme with cli usage
Browse files Browse the repository at this point in the history
  • Loading branch information
oae committed Mar 22, 2022
1 parent 83dab25 commit 5578efe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ You can install it from [**here**](https://extensions.gnome.org/extension/1486/e

1. Select a file that has read/write permission by your active user. (default backup file is in `~/.config/extensions-sync.json`)

## Cli Usage

You can trigger upload download operations using busctl.

```sh
busctl --user call org.gnome.Shell /io/elhan/ExtensionsSync io.elhan.ExtensionsSync save # uploads to server
busctl --user call org.gnome.Shell /io/elhan/ExtensionsSync io.elhan.ExtensionsSync read # downloads to pc
```

## Development

- This extension is written in Typescript and uses rollup to compile it into javascript.
Expand Down

0 comments on commit 5578efe

Please sign in to comment.