Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/realdennis/shortcuts-mono

iOS shortcuts monorepo, includes some development tools and useful shortcuts, using yarn workspace shortcuts-js.
https://github.com/realdennis/shortcuts-mono

automation ios iphone shortcuts workflow

Last synced: 2 months ago
JSON representation

iOS shortcuts monorepo, includes some development tools and useful shortcuts, using yarn workspace shortcuts-js.

Awesome Lists containing this project

README

        

## shortcuts-mono

Some useful iOS shortcuts, create by @realdennis using awesome library `shortcut-js`.

### List of shortcuts

- [sc-playonvlc](https://github.com/realdennis/shortcuts-mono/tree/master/packages/shortcuts/sc-playonvlc)
(Play any video on vlc player, create for background playing!)
- [sc-music-video-downloader](https://github.com/realdennis/shortcuts-mono/tree/master/packages/shortcuts/sc-music-video-downloader)
(Download any music or video on website)
- [sc-remote-installer](https://github.com/realdennis/shortcuts-mono/tree/master/packages/shortcuts/sc-remote-installer)
(Install shortcut without iCloud link, it should be useful after you build the script on desktop)
- [sc-get-meme](https://github.com/realdennis/shortcuts-mono/tree/master/packages/shortcuts/sc-get-meme)
(Click to get a random meme, I put it on my homescreen for fun!)
- [sc-background-player](https://github.com/realdennis/shortcuts-mono/tree/master/packages/shortcuts/sc-background-player)
(Designed for bypassing visibility & mobile mode detect, also auto loop in background.)

### List of tools

- [sc-build](https://github.com/realdennis/shortcuts-mono/tree/master/packages/tools/sc-build)
(A nodejs library to build actions of different package into corresponding target folder)
- [sc-get](https://github.com/realdennis/shortcuts-mono/tree/master/packages/tools/sc-get)
(Get the shortcut file from iCloud link by one command)
- [sc-reverse](https://github.com/realdennis/shortcuts-mono/tree/master/packages/tools/sc-reverse)
(Reverse the shortcut file to JSON, also you can dump icon meta only)

---

LICENSE MIT © 2020 realdennis