Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deanishe/alfred-network-location
List, filter and activate network locations from within Alfred
https://github.com/deanishe/alfred-network-location
alfred alfred-workflow network python wifi workflow
Last synced: 2 months ago
JSON representation
List, filter and activate network locations from within Alfred
- Host: GitHub
- URL: https://github.com/deanishe/alfred-network-location
- Owner: deanishe
- License: mit
- Created: 2014-06-18T18:37:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-15T12:18:39.000Z (almost 3 years ago)
- Last Synced: 2024-11-06T03:42:52.546Z (2 months ago)
- Topics: alfred, alfred-workflow, network, python, wifi, workflow
- Language: Python
- Homepage:
- Size: 279 KB
- Stars: 32
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- alfred-workflows - Network Locations - List, filter and activate network locations. (Utility)
README
Network Location workflow for Alfred
====================================View and change your network location from [Alfred][alfred].
![][screenshot]
## Installation ##
Grab the latest version from the [releases page][releases].
**Note:** If you're still using Alfred 2, download [v1.0][v1.0]. Later versions are only compatible with Alfred 3.
## Usage ##
- `netloc []` — Show list of network locations filtered by `` if one is specified
+ `↩` — Activate selected network location
+ `⌘+↩` — Open Network Preferences## Licence ##
This workflow is released under the [MIT Licence][mit].
## Changelog ##
- [v2.0][v2.0] — 2018-03-31
- Add built-in update mechanism
- Use `scselect` instead of `networksetup` (no need to enter password)
- Smarter caching
- [v1.0][v1.0] — 2014-06-18
- Initial release[alfred]: https://www.alfredapp.com/
[v1.0]: https://github.com/deanishe/alfred-network-location/releases/tag/v1.0
[v2.0]: https://github.com/deanishe/alfred-network-location/releases/tag/v2.0
[releases]: https://github.com/deanishe/alfred-network-location/releases
[screenshot]: https://raw.githubusercontent.com/deanishe/alfred-network-location/master/screenshot.png
[mit]: http://opensource.org/licenses/MIT