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

Commit

Permalink
Merge branch 'master' of github.com:alexander-akhmetov/python-shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Akhmetov committed Sep 25, 2018
2 parents 1d31f51 + 152a7c1 commit fa9512e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,15 @@ pip install shortcuts
If you need to convert existing shortcut to a toml file, at first you need to export it.
Go into Shortcuts app, open the shortcut and share it. Choose "Share as file" and use this file with this library.

Convert `toml` file with shortcut description to a real shortcut file.
After you need to open the file with iOS Shortcuts app.

Convert shortcut file to `toml`:
```bash
shortcuts what_is_your_name.shortcut what_is_your_name.toml
```

### toml → shortcut

Also, you can convert shortcut file to a `toml`:
Convert a `toml` file to a shortcut file.
After you will need to open the file with iOS Shortcuts app.

```bash
shortcuts examples/what_is_your_name.toml what_is_your_name.shortcut
Expand Down

0 comments on commit fa9512e

Please sign in to comment.