We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0338871 commit 5d46060Copy full SHA for 5d46060
README.md
@@ -0,0 +1,25 @@
1
+# tinkerun-alfred
2
+
3
+> [Alfred 3+](https://www.alfredapp.com) workflow to quick open Tinkerun connections
4
5
+<img width="825" alt="screenshot" src="https://user-images.githubusercontent.com/1612364/119229371-4ab0b200-bb4a-11eb-87e4-781f88a61794.png">
6
7
+## Install
8
9
+```shell
10
+$ npm install -g tinkerun-alfred
11
+```
12
13
+*Requires [Node.js](https://nodejs.org) 8+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
14
15
+## Usage
16
17
+In Alfred, type `tinkerun` to list all the connections, press <kbd>Space</kbd> to search through list.
18
19
+## Related
20
21
+- [alfy](https://github.com/sindresorhus/alfy) - Create Alfred workflows with ease
22
23
+## License
24
25
+[MIT](./LICENSE)
0 commit comments