Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        











npm version


Read the License


Tweet about this




# 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)