Skip to content

Instantly share code, notes, and snippets.

@nikography
Last active December 28, 2016 13:53
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikography/1177796 to your computer and use it in GitHub Desktop.
Save nikography/1177796 to your computer and use it in GitHub Desktop.
alfred extensions compilation

Alfred for Mac OS extensions + tweaks

weather w/ icons + growl

http://cl.ly/90ib

nowplaying to clipboard

http://cl.ly/90c4

image dimensions

http://cl.ly/911u

add to fantastical

http://cl.ly/8IzZ

convert image formats

http://cl.ly/9AYV

bluetooth toggle

http://seapy.com/1779

share on dropbox + cloudapp url

download: http://cl.ly/8zc8
This one copies a file to your Dropbox public folder and creates a CloudApp URL to it. Be sure to update the script with your Cloudapp Credentials and Dropbox ID.

rename file from alfred

download: http://cl.ly/90bM
This will prompt for a new filename. You can enter just the new name or if you want to change the filetype you can enter the new name and an extension.

create bitly link

http://cl.ly/90zX doesn't work?

applescripts

set adium status

http://bit.ly/nV4K4L

KEYWORDS:
offline:		0, off, offline
online:		1, on, online
available:	2, ava, avail, available
away:			3, away
invisible:	4, inv, invisible

lipsum text copied to clipboard

http://cl.ly/8I6M

Use: 	lipsum <number> <type>
Ex: 	lipsum 5 p
Number - Number of items you want.
Type - Type of text you want
(w - words, p - paragraphs, b - bytes, l - lists)

create evernote notes with alfred

ryoku.org

sources:

handy stuff

commands

create + open new file w/ default txt editor

touch /Users/rogermbyrne/Dropbox/Writer/{query}.txt; 	open /Users/rogermbyrne/Dropbox/Writer/{query}.txt

turn airport on/off

networksetup -setairportpower en1 on
networksetup -setairportpower en1 off

Use the ‘BSD device name’ from the ‘Network’ section of the System Information app instead of en1.

todo list using PHP

todo by jdfwarrior

direct download:

http://d.pr/XHIa

syntax

<g> denotes a group name
<t> denotes a task
<n> denotes a task number/id

commands:
do <t> - add to default group
do <g> <t> - add to specific group

do list - list tasks in default group
do list all - list all tasks + all groups
do list <g> - list tasks in group

do task <t> - create task in default group
do task <g> <t> - create new task in group

do group <g> - create new group
do rename <g> - rename group
do default <g> - set group as default
do rem <g> - remove group
do rem <g> <n> - remove task from group
do rem <g> all - remove all from group

if only one group exists:
do rem <n> - remove task in default group
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment