zpm-project / zpm-zsh

zsh plugin manager in ansi C.
GNU General Public License v3.0
5 stars 3 forks source link

Zpm msg #33

Open fennecdjay opened 7 years ago

fennecdjay commented 7 years ago

It should benefit from something about in the README, like

# .zshrc
export ZPM_COLORS=1 # enable zpm color output
fennecdjay commented 7 years ago

I think we should merge it as soon as reviewed, and all all log and debug lines later, when they are clearly defined on the board.

fennecdjay commented 7 years ago

Could you grant me some rigths on this repo, so that I can handle issues, labels, request reviews... Also I don't need acces on [this one](https://github.com/desyncr/zpm-zsh anymore) :smile:

fennecdjay commented 7 years ago

@desyncr wrote:

Yep a --color flag would also be useful.

I think just having zpm check the environment is fine. Plus a --color flags would make argument parsing a bit longer :smile:

desyncr commented 7 years ago

You should have those rights already as you're a org member. I'm gonna see what's going on later.

desyncr commented 7 years ago

Current argument parsing is a bit rudimentary so we could look into it.

fennecdjay commented 7 years ago

Current argument parsing is a bit rudimentary so we could look into it.

I quit like it like that :smile: maybe we should just warn when there are extra-arguments on the command line.

desyncr commented 7 years ago

Well, we should be able to extend zpm and add new commands, options, flags without too much fuzz; currently it's quite messy.

I think for now it's OK to use env vars, I'll keep on the backlog to investigate option parting libs.

desyncr commented 7 years ago

@fennecdjay Re: permissions, sorry my bad. I miss configured permissions for members. Now you should have write access. :+1: