Add pip install instructions and update to new glacier-cli command name
I've added instructions for installing with pip, and I also updated the example commands to the new glacier-cli script name.
Thanks again for making glacier-cli installable with pip.
- Ed
the new glacier-cli script name
Ah, that was inadvertent. Relevant here is #30, #47 and #57. Note that I also want to coordinate with git-annex so we don't break users.
I'd like to change everything to glcr only. I hate the idea of having "cli" in the name of a command line tool (I don't expect to type ls-cli or cd-cli either).
Can we change it all together? Perhaps in a branch, and then coordinate with Joey to move git-annex over.
Thank you for the pip instructions though - they look fine and I'm happy to merge that as soon as we sort out what we're doing with the name.
There’s not much to the pip install text I added, but you are welcome to use it in any way that you’d like. I’d be happy to help with the name update as well, once you know what you want to do.
- Ed
On Feb 18, 2016, at 1:01 PM, basak [email protected] wrote:
the new glacier-cli script name
Ah, that was inadvertent. Relevant here is #30, #47 and #57. Note that I also want to coordinate with git-annex so we don't break users.
I'd like to change everything to glcr only. I hate the idea of having "cli" in the name of a command line tool (I don't expect to type ls-cli or cd-cli either).
Can we change it all together? Perhaps in a branch, and then coordinate with Joey to move git-annex over.
— Reply to this email directly or view it on GitHub.
Thanks!
I’d be happy to help with the name update as well, once you know what you want to do.
I'd like to:
- [Edit] Check that the name
glcris actually free (eg. packages.debian.org to check that the name isn't taken by anything else known in Debian). - Temporarily revert setup.py to use the name [edit: fixed] glacier in master (since that's what the other route does right now, and what git-annex expects).
- Rename everything to glcr in a branch (let's call it "rename")
- Update [and accept] this pull request to use glcr instead of glacier-cli everywhere in this branch.
- Update anything else in the tree I've missed that relies on the old glacier or glacier-cli name, except for the name of the repo and the title of the project (since that would probably be more confusing that it's worth).
- Ask Joey (git-annex author/maintainer) how he wants to handle the rename in git-annex. He may be happy for us just to push the rename to master, given that this tool was never packaged, in which case we can do that. I don't know if he'll want us to present both names for a while, or if he'll want git-annex to try glcr and fall back to glacier or something, for example.
- When Joey's happy, push the branch to master.
How does this sound? I hadn't gotten round to doing this because of the coordination needed, but if you want to drive it, please do. I'll try to respond to pull requests promptly and I will be grateful for your help.
FYI: PR #78 (merged now) already addressed part of the README.md tweaks