Skip to content

Commit aa6794a

Browse files
committed
Updated Friday, October 23, 2015
1 parent 3d54ecc commit aa6794a

File tree

10 files changed

+24
-15
lines changed

10 files changed

+24
-15
lines changed

.gitignore

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# Ignore OS X system and other misc files
2-
.DS_Store
3-
42

3+
net.pmullins.ibmsearch.alfred/.DS_Store
4+
net.pmullins.ibmsearch.alfred/assets/.DS_Store
5+
net.pmullins.ibmsearch.alfred/workflow/.DS_Store
56

67
net.pmullins.newtext.alfred/.DS_Store
7-
8-
.DS_Store
9-
108
net.pmullins.newtext.alfred/assets/.DS_Store
9+
net.pmullins.newtext.alfred/workflow/.DS_Store
1110

12-
net.pmullins.purge.alfred/.DS_Store
11+
net.pmullins.omnifocus.alfred/.DS_Store
12+
net.pmullins.omnifocus.alfred/assets/.DS_Store
13+
net.pmullins.omnifocus.alfred/workflow/.DS_Store
1314

15+
net.pmullins.purge.alfred/.DS_Store
1416
net.pmullins.purge.alfred/assets/.DS_Store
17+
net.pmullins.purge.alfred/workflow/.DS_Store
18+
19+
net.pmullins.sparse.alfred/.DS_Store
20+
net.pmullins.sparse.alfred/assets/.DS_Store
21+
net.pmullins.sparse.alfred/workflow/.DS_Store
22+
.DS_Store

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ A collection of [Alfred](http://www.alfredapp.com/) workflows that I have create
1111
- [Sparse](https://github.com/phmullins/alfred-workflows/tree/master/net.pmullins.sparse) - Mount encrypted OS X sparse image files.
1212

1313
## Author
14-
Created by [Patrick H. Mullins](http://www.pmullins.net/aboutme/). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
14+
Created by [Patrick H. Mullins](http://www.pmullins.net/about). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
1515

1616
## License
1717
Source is released under the MIT (Massachusetts Institute of Technology) [license](license.md).

net.pmullins.ibmsearch.alfred/changelog.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22

33
v 0.1 - 2014-10-02
44
- Initial build. Ability to search using IBM’s BluePages, Connections, w3 Intranet, and Faces services.
5+
56
v0.2 - 2015-10-22
67
- Faces has been rebranded BluePages. Removed the old Faces search and updated BluePages to use the new URL and search scheme.

net.pmullins.ibmsearch.alfred/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Use Alfred to search IBM's Bluepages, Connections, and w3 Intranet services.
1515
Type `bp`, `w3`, or `con` in Alfred, followed by whatever you want to search for.
1616

1717
## Author
18-
Created by [Patrick H. Mullins](http://www.pmullins.net/aboutme/). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
18+
Created by [Patrick H. Mullins](http://www.pmullins.net/about). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
1919

2020
## License
2121
Source is released under the MIT (Massachusetts Institute of Technology) [license](license.md).
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### Changelog
22

33
v 0.1 - 2015-07-24
4-
- Creates a new, empty text (untitled.txt) file in the current working folder of the Finder
4+
- Creates a new, empty text (untitled.txt) file in the current working folder of the Finder.

net.pmullins.newtext.alfred/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ New Text is an [Alfred](http://www.alfredapp.com/) workflow for [OS X](https://w
1515
Launch Alfred and type `new` followed by Enter to create a new text file in the current Finder directory.
1616

1717
## Author
18-
Created by [Patrick H. Mullins](http://www.pmullins.net/aboutme/). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
18+
Created by [Patrick H. Mullins](http://www.pmullins.net/about). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
1919

2020
## License
2121
Source is released under the MIT (Massachusetts Institute of Technology) [license](license.md).

net.pmullins.omnifocus.alfred/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Type `of` in Alfred followed by the task you would like to create.
1616

1717
Example:
1818

19-
!["OmniFocus Workflow"](https://github.com/phmullins/alfred-workflows/blob/master/net.pmullins.omnifocus/assets/alfred_omnifocus_ss.png)
19+
!["OmniFocus Workflow"](https://github.com/phmullins/alfred-workflows/blob/master/net.pmullins.omnifocus.alfred/assets/alfred_omnifocus_ss.png)
2020

2121
Modifiers:
2222

@@ -28,7 +28,7 @@ Modifiers:
2828
- `//` = a note to be added with the task
2929

3030
## Author
31-
Created by [Patrick H. Mullins](http://www.pmullins.net/aboutme/). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
31+
Created by [Patrick H. Mullins](http://www.pmullins.net/about). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
3232

3333
## License
3434
Source is released under the MIT (Massachusetts Institute of Technology) [license](license.md).

net.pmullins.purge.alfred/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Purge is an [Alfred](http://www.alfredapp.com/) workflow for [OS X](https://www.
1414
Launch Alfred and type in `purge' followed by Enter.
1515

1616
## Author
17-
Created by [Patrick H. Mullins](http://www.pmullins.net/aboutme/). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
17+
Created by [Patrick H. Mullins](http://www.pmullins.net/about). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
1818

1919
## License
2020
Source is released under the MIT (Massachusetts Institute of Technology) [license](license.md).
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### Changelog
22

33
v 0.1 - 2015-05-02
4-
- Ability to mount pre-defined image files
4+
- Ability to mount pre-defined image files.

net.pmullins.sparse.alfred/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Sparse Image is an [Alfred](http://www.alfredapp.com/) workflow for [OS X](https
1515
Type `sparse` in Alfred followed by the password of the encrypted spare image that you define in the "Run Script" section of the workflow.
1616

1717
## Author
18-
Created by [Patrick H. Mullins](http://www.pmullins.net/aboutme/). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
18+
Created by [Patrick H. Mullins](http://www.pmullins.net/about). You can find me on [Twitter](https://twitter.com/phmullins) and on [Telegram](https://telegram.org/) as @pmullins.
1919

2020
## License
2121
Source is released under the MIT (Massachusetts Institute of Technology) [license](license.md).

0 commit comments

Comments
 (0)