Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - baursak

Pages: [1]
1
Feature Requests and Suggestions / Git Bash Here button - How To?
« on: March 21, 2021, 13:36:04 »
I want to place 'Git Bash Here' button on the Quick Launch Bar
- I follow the following standard path: "C:\Users\<User>\AppData\Local\Programs\PortableGit\" and drag 'git-bash.exe' onto Quick Launch Bar
- After click on the newly created button - Git Bash launches in "/c/Program Files/MultiCommander (x64)"
- However (like built-in 'cmd' button) I would like Git Bash to open in directory which is open in active panel
- Built-in 'cmd' button has the following 'Program parameters': /d /k cd /d "${sourcepath}"
- What 'Program parameters' have I to use in case of Git Bash?

2
Feature Requests and Suggestions / New File
« on: June 30, 2020, 11:44:46 »
It would be useful to have command "File / New File", which the app misses now. - The reason is that I would like to open newly created file in an editor different from the system default. - Existing command ("File / Edit new file") is redundant in my opinion.

3
Support and Feedback / search files as case-insensitive
« on: September 20, 2017, 21:05:08 »
Hello.
- I try to find out, - how can I search for files / folders as case-insensitive (e.g. 'Trump' and 'trump' simultaneously).
- I see that there is no way to do so for a nub (like 'case-insensitive' checkbox).
- Fortunately, regex string 'rump' is working. But this is about one letter. And this means that for the entire word I have to exert myself much more, e.g. [tTrRuUmMpP].
- On the other hand two standard regex approaches '/trump/i' or '(?i)(trump)' do not work. - Which regex syntax needs to be used? - Please help.
Best regards / Mike

Pages: [1]