Closed fennecdjay closed 7 years ago
We're almost done! I'd just like rmdir_r() to remove user directory if it is empty.
Nice! I'm gonna take a look tonight!
Maybe you should rework the README.md, as you clearly know zpm's workflow better than I do.
Seems fair. I'll create another issue for the README.md
Last thing would be to add remove
and uninstall
to the list of available commands.
On a quick test it failed to uninstall
the plugin directory. It seems it removed the .git
directory though.
I also believe we could change terms: "remove" for unlinking/remove directory, and "disable" to remove plugin from listing. It's a small thing but it's best to get it correct the first time.
If you agree, I'll comment everything in rmdir_r(), and just use something like
system("rm -r xxx")
so we get the functionnality, until I fix that function.
@fennecdjay I do agree. For now it'll suffice.
We can ignore Travis warning for now, as it complains about rake (?). On my station it seems to work just fine.
Also, I see you created zpm-project organisation, so I suppose you expect next PR to be there.
Oups... Pushing the rigth thing now.
@fennecdjay There is a lot of comments and useful interactions, so let's keep it here until the final approval. Then we'll move to zpm-project. Sorry for the mess up but it has to be sooner or later :)
Very good to me. ;-)
One last thing then we can merge this. Once done you have to create a new PR in zpm-project/zpm-zsh
repository.
I'm waiting for your signal to either do more changes or create PR in zpm-project/zpm-zsh repository.
Great! doing it rigth now.
Also, remember to review https://github.com/zpm-project/zpm-zsh/pull/6
Sure thing! Yet I have to figure out how to do so ;-)
Here it is ;-) It looks just fine to me.