GithubHelp home page GithubHelp logo

alfred-extensions's Introduction

##Alfred.app Workflows and Extensions

Alfred is a productivity application for Mac OS X, which aims to save you time in searching your local computer and the web. With the Powerpack, a set of incredibly powerful features built on top of the robust core of Alfred, you can add functionality with third-party extensions. Here you can find some of my Alfred workflows and extensions.

alfred-extensions's People

Contributors

aiyodk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alfred-extensions's Issues

Fast User Switching: guest-account-enabled status is not always correctly detected

Great workflow, btw.

At least on OS X 10.8, if you've never enabled or disabled the guest account via System Preferences, there is initially NO GuestEnabled key in the /Library/Preferences/com.apple.loginwindow preferences.
Its absence implies that the guest is account is ENABLED.

Your fastUserSwitching.sh script currently doesn't handle this properly (it assumes that the key always exists).

Here's an amended version of the relevant line:

GUESTENABLED=$(defaults read /Library/Preferences/com.apple.loginwindow GuestEnabled 2> /dev/null || printf 1)

On a minor note: the safe way to escape Alfred's {query} parameter for bash scripts is to:

  • ONLY escape the following: backquotes, double quotes, backslashes, dollars
  • use "{query}" (double-quoted, as you already do)

Finally, purely out of curiosity: Is there a reason you use dscl . -read /Users/$ME/ NFSHomeDirectory to get the current user's home folder instead of just $HOME?

Breaks with Virtual Box 5.0

I just installed virtual box 5.0 and the alfred workflow doesn't work anymore. I didn't realize how often I used your workflow until it broke. Thanks for all the good times. Hopefully you still work on this project and can submit a fix when you get time. Thanks.

Something broke in relation to url destination.

Hi,

The send to list doesn't seem to populate with as many apps. No option to send to Safari, Airmail, Firefox etc.

Only thing I can think that's changed, is upgrading to Sierra.

Cheers.
screen shot 2016-10-10 at 20 24 35

feature - vagrant commands

Hi, I've just found this workflow & think its great, thanks.
I'd love to see support for running Vagrant specific commands on VM's

... thinking about this some more, its not the easiest thing to do as you need to know where the vagrant file is.
Would be a neat feature anyway.

Redundant double quotes in AppCleaner workflow for Alfred 2

The double quotes in the bash script

open -a AppCleaner "{query}"

need to be removed because it's already set to escape all (Spaces, Backquotes, Double Quotes, etc).

If not, when I try to remove "/Application/Alfred 2.app" e.g. (with a space in the path), it'll become

open -a AppCleaner "/Application/Alfred\ 2.app"

Help with Improve the Network Location workflow

Hi...
Is it possible to add some Automator workflow to your Network Location workflow?
All I want is the possibility to add an Automator workflow that let me to connect to a network drives. i.e. when I select the "Home Network" automatically connect to my PCs network folders.
Sorry for my English, I'm from Venezuela and I'm constantly using your Alfred workflow to select my home or my office location but it would be greater if it does the connection to the network drives.

Execute workflow on a remote machine.

Hi,

First off, this is a great workflow and I use it most days on my local machine!

But the bulk of my VM's live on a remote machine on my local network, do you have any idea how I might be able to use the same actions on those remote machines?

I'm new to bash scripting and I've been going round and round trying to dissect your code, but I'm not having much luck; just a point in the right direction would be great!

This isn't so much an issue as it is a request for a new feature :-)

Many thanks

E

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.