Skip to content

Commit

Permalink
moved Log extension to it's own repo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjugge committed Apr 1, 2012
1 parent 8b2a85b commit 4ab4a68
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
Binary file removed extensions/scripts/Log.alfredextension
Binary file not shown.
62 changes: 62 additions & 0 deletions readme.md
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,62 @@
This repo contains Alfred extensions that might be of use to others, they aren’t necessary very complex but some of them increase my productivity, allow me to do command line tricks without the hastle of typing out the full command or are just plain handy or entertaining.


Note that this is an overview of the content of this repo, further
details ‘may’ be found in readme files who are included in the download.


Extensions
==========


- Brew Installer: install brew packages with Alfred

brew {query}

- Clean Desktop: hide {false} or show {true} Desktop icons

dtop “false” or “true”

- Con Snitch: Display apps and processes that are using internet connections with Growl

cons

- Dump Dubbles: remove duplicate lines from the content of your clipboard

ddup

- Echo: echo your clipboard content with Growl

echo

- File Phaser: A shell script extension to show {yes} or hide {no} hidden files.

.files “yes” or “no”

- Flush DNS cache

flush dns

- Gtime: display the date and time with Growl

gtime

- Log: refer to the [Alfred’s Log repo] ().


- Sort Clipboard: sort the content of your clipboard alphabetically

sclip

- Star Wars ASCII: watch Star Wars Episode IV… in ASCII!

star wars ascii

- Tidy: tidy the html in your clipboard

tidy

- Traceroute: get the route to a host

traceroute {somewebsite.com}

0 comments on commit 4ab4a68

Please sign in to comment.