Replies: 23 comments 7 replies
-
I feel like you can create a lnk with the argument and put that lnk (or a script) into the program index. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thank you for your solution but it only works if the arguments are fixed. Sorry if I didn't make myself clear in the first place. The argument(s) I intend to use change all the time, often several times in a row. Example: I run a file called test.ahk that takes an argument and does something with it. I call it with different values all the time, and many times in a row. In other launchers I've used (like Keypirinha or Alfred) you just press Tab or Space and write whatever you want, and it gets passed through to the executable/file. There are also more common uses than custom scripts. For instance, I also access several client PCs in a day using AnyDesk, and you can pass the PC's ID to connect automatically just by doing "AnyDesk.exe 1234 5678". This number at the end changes all the time of course. |
Beta Was this translation helpful? Give feedback.
-
Ah I get you. Currently there's no way to do this sorry. We can add it in the future, but probably not the way as you describe since the query is used as searching, so that will be confusing. What about add a context menu item that allows specifying argument? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
That looks interesting. I will check with others about the implementation proposal. |
Beta Was this translation helpful? Give feedback.
-
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Beta Was this translation helpful? Give feedback.
-
@limacohen how many programs do you use in total with custom arguments? |
Beta Was this translation helpful? Give feedback.
-
Idk if I'm the best use case because I'm a dev but I use them mostly in .bat's and .ahk's. |
Beta Was this translation helpful? Give feedback.
-
Is it a wide range of programs that you use on though? I am trying to assess how applicable this maybe for programs because it would only be a set of them that you would need custom args for right? |
Beta Was this translation helpful? Give feedback.
-
I would say it's a wide range, yeah. Yesterday I came across some project and suddenly I had to pass custom args to their |
Beta Was this translation helpful? Give feedback.
-
We may need to have a discussion about how to design the ui. The current context menu doesn't allow passing argument, while the query box is only used to search which context menu we want. |
Beta Was this translation helpful? Give feedback.
-
Lets convert this issue to discussion as we need more specific design details before proceeding. |
Beta Was this translation helpful? Give feedback.
-
This may be more applicable for Explorer plugin to handle than Program plugin. |
Beta Was this translation helpful? Give feedback.
-
I feel like this is a perfect problem to fix for a plugin. However it feels wrong to have multiple plugins for every program that would require this. Having the Program plugin accept custom arguments in the context menu is probably the best solution that fits the current design. |
Beta Was this translation helpful? Give feedback.
-
Hello, I found FlowLauncher this morning but not being able to pass arguments is a killer for me.
Hope this helps a bit with the "Why". |
Beta Was this translation helpful? Give feedback.
-
The keyprinha implementation is also a bit odd by my standards. for example...
I didn't understand the context menu thing. |
Beta Was this translation helpful? Give feedback.
-
I will take a look at the Runner plugin later to see if it can be/is fitted for this purpose. |
Beta Was this translation helpful? Give feedback.
-
yes, I would like this be implement, as this is one of core function of quick luncher, even in launchy age has the "run" command. A very obvious usage example is ffmpeg, I would say it can't live without arguments. I've test the runner, it's not working in simple way it should be. I think give program plugin abilty to handling the arguments will be the best way. let the runner merged with shell. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I just want to chime in here because this is also a killer feature for me. I'm coming from keypirinha and i have a lot of programs where I want to provide parameters on launch. Like @rsyqvthv said, I don't want to create aliases in the Runner for all of those. Is there some progress on a usability and/or realization concept? If we could get some agreement on how it should work, I could imagine that we find someone here who might implement it accordingly. |
Beta Was this translation helpful? Give feedback.
-
Same here. (Among other things) I open remote desktop connections by passing parameter "/v host" to mstsc. |
Beta Was this translation helpful? Give feedback.
-
As long as the target program is on the PATH*, you already have this capability via the SHELL(>_) plugin. *Not on the PATH? Add it if you use [X] regularly. E.g. pic shows examples I've run that launch a CMD console first, then the cmd or cmd with arguments. The console stays open (good) plus you get cmd history in Flow :-) |
Beta Was this translation helpful? Give feedback.
-
Maybe I'm missing it but I don't know if it's currently possible to add arguments / launch parameters to a program from Flow Launcher. Same thing should also be possible with other filetypes since many scripts (.ahk, .ps1, .bat, etc) rely on this.
Beta Was this translation helpful? Give feedback.
All reactions