Ecosyste.ms: Awesome

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

https://github.com/phallstrom/AlfredDig

A workflow for Alfred to perform DNS lookups using dig and optionally copy a specific result to the clipboard.
https://github.com/phallstrom/AlfredDig

Last synced: 2 months ago
JSON representation

A workflow for Alfred to perform DNS lookups using dig and optionally copy a specific result to the clipboard.

Lists

README

        

# Alfred Workflow - Dig

A workflow for [Alfred](https://www.alfredapp.com/) to perform DNS lookups using [dig][dig]
and optionally copy a specific result to the clipboard.

![Example 1](https://raw.github.com/phallstrom/AlfredDig/master/screenshots/1.png)

![Example 2](https://raw.github.com/phallstrom/AlfredDig/master/screenshots/2.png)

![Example 3](https://raw.github.com/phallstrom/AlfredDig/master/screenshots/3.png)

## Requirements

- Alfred Version 2+.
- The Alfred [Powerpack](http://www.alfredapp.com/powerpack/).
- [Dig.alfredworkflow](https://raw.github.com/phallstrom/AlfredDig/master/Dig.alfredworkflow).

## Usage

Type `dig` in Alfred and follow it's instructions.

## Help

Having a problem? [Open an issue](https://github.com/phallstrom/AlfredDig/issues) and I'll see what I can do.

## Contributions & Thanks

- aquadan
- isometry

## License:

(The MIT License)

Copyright (c) 2013 Philip Hallstrom

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

[dig]: https://en.wikipedia.org/wiki/Dig_(command)