-
Is this for Ruby 1.8 or 1.9? With 1.8, the default on Mac OSX Mountain Lion I get an error:
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in …
-
Currently i am unable to launch saved sessions that have spaces in the name.
-
I am trying to use cucumber with launchy, which works, untill I try to use it with spork. Then I get a **#
-
```
通过launchy启动cmd
症状:
观察进程,可以看到名为cmd.exe (*)的这样一个32位cmd
shell,似乎没有任何办法可以调用默认的64位cmd.exe
原因:
搜索了一下msdn其中有些解释,32位app启动别的进程时,尤其��
�cmd这类系统应用时,会优先查找Syswow64这个目录下的对应的32
位app,如果没有则启动system32里面的64版本。
不过…
-
**Describe the bug**
Launchy shows arrow / shortcut (small square overlay) on top of executable when the icon comes from `.lnk` file
**To Reproduce**
Steps to reproduce the behavior:
1. Add a `.…
-
Currently lib/rubygems/commands/read_command.rb has this as the first line, which is run as soon as this file is loaded:
require 'launchy'
This is a problem because:
1. Since this is a gem plugin, t…
-
LaunchyQt 3.1.7 64-bit
I have several WebSearchPy keys defined. The first search works fine, but the second search with the same key always prepends my previous search and tries to add another -> t…
-
Back in the days of **Launchy**, I remember **Todoist** (todoist.com) launching an official plugin wherein we could add tasks via Launchy.
**Though that plugin is no more after Launchy development …
-
While creating a new user I am getting the following error.
Launchy::CommandNotFoundError in AccountsController#create
Unable to find a browser command. If this is unexpected, Please rerun with enviro…
-
I'm coming from Launchy and just was wondering if there's a way to pass arguments to a program/shortcut. Launchy allowed you to search for something, then hit tab, and a little arrow would appear and …