Code Monkey home page Code Monkey logo

alfred-workflows's People

Contributors

benziahamed avatar ctwise avatar kanedo avatar pochemuto avatar zoncoen 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alfred-workflows's Issues

All binaries are offline

All binaries are links to your private website (I guess). They seamed to have moved though and there is no way to download them. Could you put them directly in the github folders here?

Binary download

The binary download links return 500. Are there any alternative ways to download, such as GitHub releases?

Running apps: function tweak

I like this function a lot but the quit function doesn't work for me (doesn't quit anything might be something to do with my use of slow quit) and there's hide, get info, reveal in finder and a whole host of other functions that could be added. Alfred app has most of this is built in already so I was wondering if the result could be passed to Alfred itself so you can use things like hide, quit and maybe file search functions?

I like the idea of having my running apps show up straight away then I can either search for something else or do something with whats running

Running Apps: No Icons

Hi! Thanks for your great running apps workflow. It works just fine but doesn’t show any icons of the running apps:
new issue ctwise-alfred-workflows safari heute at 12 04 34

Is there anything to fix this? I’m running OSX 10.10.5 and the latest Alfred Build (2.7.2)

tmac status always show

It would be great if with tmac keyword status immediately shows.
And action shows depends current status.

[Recent Documents] List of recent documents from Apple's `com.apple.recentitems.plist` tend to be outdated

Looking at the workflow's files, it seems to me that the file get_recent_documents.scpt is responsible for the population of the recent documents from Apple's side (as opposed to Alfred's); also,
that same AppleScript file seems to look at ~/Library/Preferences/com.apple.recentitems.plist for getting the recent documents.

The problem I'm experiencing is that this list of files tends to get outdated. If I compare the results from the workflow (which is based off com.apple.recentitems.plist) to  > Recent Items or to the Dock or to the dock stack for recent items, the latter two always contain the more recently opened files, as opposed to the former. Deleting com.apple.recentitems.plist and restarting the Mac seems to fix the update problem, but after that, the .plist file gets frozen in time again.

Are there any possible workarounds for this problem?

[Recent Documents] Workflow has ceased working

Whenever I run it, I get no results (I'm shown my fallback searches). Here's the error log:

[ERROR: alfred.workflow.input.scriptfilter] Code 1: get_recent_docs.rb:11:in `split': invalid byte sequence in US-ASCII (ArgumentError)
    from get_recent_docs.rb:11:in `<main>'
[ERROR: alfred.workflow.input.scriptfilter] Code 1: get_recent_docs.rb:11:in `split': invalid byte sequence in US-ASCII (ArgumentError)
    from get_recent_docs.rb:11:in `<main>'

Says that no shared key is found

I found that on Sierra it was saying no pre shared key was found

I changed toggle.rb to be �system("networksetup -connectpppoeservice "#{vpn_name}"") from system("scutil --nc start "#{vpn_name}"")

This then made it work.

[Menu Bar Search] Separate script filter for showing Services menu items

According to the workflow author, it is possible to show the Services menu items, but it is excluded in order to increase workflow performance.

So, would it be possible to have a separate script filter for searching through it? In this way, those who don't need the Services menu items can keep on using the original script filter and ignore the new one, and those who need the Services menu items can access it through Alfred at the cost of speed issues.

password-phrase doesn't work

When I look at the run script in the workflow, I see the following:

password = `/Users/ctwise/bin/ppg #{max_length}`

Unfortunately I don't have your profile on my Mac ... ;)

Can you add the ppg file to the workflow, not use hard links, and re-release?

VPN names contains non-ascii problem

When My VPN name contains Chinese chars the vpn_list.rb throws such exception

[ERROR: alfred.workflow.input.scriptfilter] Code 1: vpn_list.rb:7:in `split': invalid byte sequence in US-ASCII (ArgumentError)
    from vpn_list.rb:7:in `block in <main>'
    from vpn_list.rb:6:in `each'
    from vpn_list.rb:6:in `<main>'

I change the 7 line in vpn_list.rb to

    (name, kind) = entry.chomp.encode('UTF-8', :invalid => :replace).split('|')

fix the bug.

I am too lazy to submit a pull requests.... So hope you fix it in the next version.

Thank you for the VPN workflow. It really save a lot of my time!!!

[VMWare Control] inventory is encoded in UTF-8 not US-ASCII problem

Thank you for the VMWare Control workflow. It is really a productivity improving tool.

When I used vm list command, vmware.rb threw such error:

[ERROR: alfred.workflow.input.scriptfilter] Code 1: vmware.rb:49:in `split': invalid byte sequence in US-ASCII (ArgumentError)
    from vmware.rb:49:in `block in inventory_list'
    from vmware.rb:48:in `each_line'
    from vmware.rb:48:in `inventory_list'
    from vmware.rb:25:in `list'
    from main.rb:11:in `generate'
    from main.rb:22:in `list'
    from main.rb:128:in `<main>'

The inventory file "~/Library/Application\ Support/VMware\ Fusion/vmInventory" actually is encoded in UTF-8.

So the line 45 of vmware.rb should read inventory file with UTF-8 encoding.
From:

 inventory = File.open(inventory_path)

To:

inventory = File.open(inventory_path, "r:UTF-8")

Anyway, thanks for this tool, it helps a lot.

Access menu items of other apps than the frontmost?

I often wanna create say a new terminal window. Is it possible to do that without first switching to the app and then using the workflow to create the extra window?

Thanks a lot for making all these awesome workflows by the way. They're really great 🍺

Running Apps binary?

Hey there,

The running apps workflow binary is broken, could you re-upload? 👍

Thanks!

VM commands don't seem to work

Hey!

I've been looking for Alfred control of my VMs for quite a while and was really happy to find these workflows. For some reason when I run the start command it says "VMWare command executed" but nothing happens. Any advice would be greatly appreciated!

Matt

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.