DKalachniuk / XcodeProjects

Switch between projects faster. Don't write "pod install", "pod update" and "cd <your project>" anymore. Just click couple of buttons
MIT License
216 stars 14 forks source link

add custom command without name #40

Closed songxing10000 closed 2 years ago

songxing10000 commented 2 years ago

First of all, this app is really awesome

image Can you give the added command a name, the current situation should be the command name, for example, I have a package command, the name is package, the actual command is cd ./someFolder;./build.sh

songxing10000 commented 2 years ago

Also about icon support, custom pro img, like Sourcetree image

DKalachniuk commented 2 years ago

Thank you very much! Glad you like it.

I will do that! Like your suggestions. Thank you!

DKalachniuk commented 2 years ago

@songxing10000 you can track the progress in this branch origin/feature/addNameToCustomCommand support is added already. if you can test - will be awesome

DKalachniuk commented 2 years ago

one downside: all created commands will be removed ...

DKalachniuk commented 2 years ago

also new branch - origin/feature/addCustomIconToProject

will make a new release soon

songxing10000 commented 2 years ago

great, i try

DKalachniuk commented 2 years ago

merged to master. Thank you for the suggestion

songxing10000 commented 2 years ago

Thank you so much for this tool, very useful. Managing multiple projects is so easy to use. I used to have this idea, but unfortunately the technology is too poor.

image