Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Lakr233/ActionBee
A programmable pasteboard action trigger
https://github.com/Lakr233/ActionBee
Last synced: 13 days ago
JSON representation
A programmable pasteboard action trigger
- Host: GitHub
- URL: https://github.com/Lakr233/ActionBee
- Owner: Lakr233
- License: mit
- Created: 2022-08-16T17:11:58.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-30T09:15:19.000Z (about 2 years ago)
- Last Synced: 2024-08-01T15:13:19.621Z (3 months ago)
- Language: Swift
- Size: 9.15 MB
- Stars: 162
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ActionBee
ActionBee is a programmable pasteboard action trigger.
![Screenshot](./Resources/Demo/ScreenshotMain.png)
![Screenshot](./Resources/Demo/ScreenshotModule.png)## Preview Video
It can be used to clean your URL in text. To see code or import this module, check out [here](./Resources/ModuleSample/Module%20Export%20-%20Link%20Cleaner/).
![Clean URL](./Resources/Demo/Demo%20Link%20Cleaner.gif)
With Universal Control and iCloud Pasteboard, link cleaner will work across devices.
![Clean URL Across Devices](./Resources/Demo/Demo%20Link%20Cleaner%20Across%20Devices.gif)
It can also be used to run the formator as follows. To see code or import this module, check out [here](./Resources/ModuleSample/Module%20Export%20-%20Multiline%20Init%20Formatter/).
![Format Code](./Resources/Demo/Demo%20Multiline%20Formatter.gif)
## Action Module
We encourage you to develop an action module yourself. To see how a module gets to work, create one and check out the source. It is well documented inside the code.
Generically speaking, we pass your pasteboard data in the process's environment and spawn your module that is compiled as binary. At the end, we read back a recipe from stdout where you can define what to do.
## Warning
This app itself does not require access to your data or an internet connection, but the module you install may do. We do **not** use any sandbox to protect your data or privacy. **Only import modules come with source code and exam each line yourself before compiling or executing them.**
## Contributor
Made with love by [@Lakr233](https://twitter.com/@Lakr233), thanks to all my lovely friends for testing and being with me day and night.
## One More Thing
If you are looking for an Android alternative (which was made for cleaning URL), checkout [Tarnhelm](https://github.com/lz233/Tarnhelm) by [@lz__233](https://twitter.com/lz__233).
If you are looking for a great pasteboard manager, checkout [PasteNow](https://apps.apple.com/cn/app/pastenow-instant-clipboard/id1552536109) by [@tualatrix](https://twitter.com/tualatrix). I also recommend [Raycast](https://www.raycast.com/)'s built-in pasteboard manager if you are not a heavy user of it.
## License
Generically speaking, we do not hold responsibility for anything that happened on your computer, nor your data or privacy.
[License](./LICENSE)
---
Copyright © 2022 Lakr Aream. All Rights Reserved.