Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/artemnovichkov/shortcut-box
👨💻 Update a pinned gist to contain random IDE shortcut
https://github.com/artemnovichkov/shortcut-box
pinned-gist swift xcode
Last synced: 8 days ago
JSON representation
👨💻 Update a pinned gist to contain random IDE shortcut
- Host: GitHub
- URL: https://github.com/artemnovichkov/shortcut-box
- Owner: artemnovichkov
- License: mit
- Created: 2020-04-18T06:34:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T06:55:35.000Z (9 months ago)
- Last Synced: 2024-08-02T07:10:34.389Z (3 months ago)
- Topics: pinned-gist, swift, xcode
- Language: Swift
- Homepage:
- Size: 259 KB
- Stars: 10
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-pinned-gists - shortcut-box - Update a pinned gist to contain random IDE shortcut (External Services)
README
shortcut-box
👨💻 Update a pinned gist to contain random IDE shortcut
## Setup
1. Create a new public [GitHub Gist](https://gist.github.com).
1. Create a [token](https://github.com/settings/tokens/new) with the `gist` scope and copy it.
3. Fork this repo
4. Go to the repo **Settings > Secrets**
5. Add the following environment variables:
- **GH_TOKEN:** The GitHub token generated above.
- **GIST_TOKEN**: The ID portion from your gist url: `https://gist.github.com/artemnovichkov/`**c24fd619278b272471af51f06c1ce6b2**.
To add support IDEs except Xcode, add another JSON with shortcuts and pass its name in [workflow](https://github.com/artemnovichkov/shortcut-box/blob/69bf2231c5c96c11924854d7f562a49b7b80a503/.github/workflows/schedule.yml#L16).
## Author
Artem Novichkov, https://www.artemnovichkov.com/about
## License
The project is available under the MIT license. See the [LICENSE](./LICENSE) file for more info.