Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/realdennis/shortcuts-mono
- Owner: realdennis
- Created: 2020-02-01T15:10:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T10:20:55.000Z (over 2 years ago)
- Last Synced: 2024-08-09T02:16:10.644Z (5 months ago)
- Topics: automation, ios, iphone, shortcuts, workflow
- Language: JavaScript
- Size: 101 KB
- Stars: 23
- Watchers: 3
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- jimsghstars - realdennis/shortcuts-mono - iOS shortcuts monorepo, includes some development tools and useful shortcuts, using yarn workspace shortcuts-js. (JavaScript)
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