Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raisedadead/alfred-tor
Alfred 3 workflow - Toggle Tor and Internet proxy on/off
https://github.com/raisedadead/alfred-tor
alfred alfred-workflow alfy anonymous-proxy macos npm-package tor
Last synced: about 2 months ago
JSON representation
Alfred 3 workflow - Toggle Tor and Internet proxy on/off
- Host: GitHub
- URL: https://github.com/raisedadead/alfred-tor
- Owner: raisedadead
- License: mit
- Archived: true
- Created: 2017-12-29T19:36:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T01:25:26.000Z (over 2 years ago)
- Last Synced: 2024-10-04T01:18:28.138Z (3 months ago)
- Topics: alfred, alfred-workflow, alfy, anonymous-proxy, macos, npm-package, tor
- Language: Shell
- Homepage:
- Size: 236 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# alfred-tor
> Alfred 3 workflow - Toggle Tor and Internet proxy on/off
## Install
1. If you haven't already, install [Tor](https://www.torproject.org/).
> ProTip: Using [Homebrew](https://brew.sh) works just as great.
```sh
$ brew install tor
# optionally start the tor service
# if not done the workflow script will do so anyways
$ brew services start tor
```2. Proceed to installing the workflow from npm.
```sh
$ npm install --global alfred-tor
```
3. Profit.*Requires [Tor](https://www.torproject.org/) and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*
## Usage
In Alfred, type `tor`, and press Enter.
## Credits
Thanks to:
- [The noun project](https://thenounproject.com/term/onion/35969) for the public domain icon.
## License
[MIT](LICENSE) © [Mrugesh Mohapatra](https://raisedadead.com)