Skip to content

Commit 2f9da09

Browse files
committed
Actually added the files
1 parent b8712a1 commit 2f9da09

7 files changed

+41
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.scpt
2+
*.applescript
3+
.DS_Store
10.3 KB
Binary file not shown.
9.79 KB
Binary file not shown.
10.1 KB
Binary file not shown.
10.1 KB
Binary file not shown.

README

Whitespace-only changes.

README.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Adium Controls for Alfred
2+
============
3+
4+
A set of AppleScripts so you can set your chat status from [Alfred App](http://alfredapp.com/). You will need Alfred and the Powerpack to use this.
5+
6+
Installation
7+
----------------
8+
9+
To install Adium Controls for Alfred double click on each of the extension files:
10+
- Adium Controls - Custom Away.alfredextension
11+
- Adium Controls - Go Offline.alfredextension
12+
- Adium Controls - Go Online.alfredextension
13+
- Adium Controls - Set Available.alfredextension
14+
15+
How to use
16+
----------------
17+
18+
Once installed with Alfred you can run the following commands
19+
20+
on :: Set all appropriate accounts on "Online" and open Adium if not already open
21+
off :: Set all accounts to "Offline"
22+
back :: Set status to "Available"
23+
away :: Set status to "Away"
24+
away l :: Set status to "lunch" and start screensaver
25+
away m :: Set status to "meeting" and start screensaver
26+
away b :: Set status to "brb" and start screensaver
27+
away my custom message :: Set status to "my custom message" and start screensaver
28+
29+
30+
Download
31+
----------------
32+
[Adium Controls](https://github.com/jgillman/alfred-adium-controls/downloads)
33+
34+
35+
## Version History ##
36+
### 1.0.0 - January 31, 2012###
37+
- Inital Release
38+

0 commit comments

Comments
 (0)