https://github.com/arvis-workflows/arvis-superscriptify
Converts the provided text to superscript and copies it to the clipboard.
https://github.com/arvis-workflows/arvis-superscriptify
arvis arvis-workflow arvish superscript
Last synced: 3 days ago
JSON representation
Converts the provided text to superscript and copies it to the clipboard.
- Host: GitHub
- URL: https://github.com/arvis-workflows/arvis-superscriptify
- Owner: arvis-workflows
- License: isc
- Created: 2021-07-13T06:12:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-13T06:18:00.000Z (almost 5 years ago)
- Last Synced: 2025-04-09T17:01:32.352Z (about 1 year ago)
- Topics: arvis, arvis-workflow, arvish, superscript
- Language: JavaScript
- Homepage:
- Size: 328 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#
arvis-superscriptify
An arvis workflow for converting text to superscript.
## 🎉 Getting Started
### Installation
```sh
npm i -g arvis-superscriptify
```
### Usage
- You can use the keyword `super` in arvis to activate the workflow.
- Everything after the keyword will be converted to superscript. Press enter to copy the superscripted result to the keyboard, or
- Press ⌥ + enter to immediately paste to the underlying app.
## 👨⚖️ License
This project is licensed under the ISC License. See [LICENSE.md](LICENSE.md) for details.
## 💫 Acknowledgements
- This project uses [superscript-text](https://www.npmjs.com/package/superscript-text).
- [Seah](http://www.seahcb.com/) helped come up with the icon. She's the best.
## 🔗 This workflow is converted from [alfred-workflow](https://github.com/xdesro/alfred-superscript).
* Note that there might be some code change or different actions from the original workflow.
* Marked original workflow's creator to author.