Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ipfs pin ls should learn to display types. #1134

Closed
jbenet opened this issue Apr 25, 2015 · 1 comment
Closed

ipfs pin ls should learn to display types. #1134

jbenet opened this issue Apr 25, 2015 · 1 comment
Labels
exp/novice Someone with a little familiarity can pick up help wanted Seeking public contribution on this issue

Comments

@jbenet
Copy link
Member

jbenet commented Apr 25, 2015

currently ipfs pin ls [--type={recursive, direct, indirect, all*}] only shows hashes:

> ipfs pin ls --type=all
QmPGv8tfhuCkenLrnJXqc2sgguy9fM8CaKw84nRxP1Uzf7
QmSYCpuKPbPQ2iFr2swJj2hvz7wQUXfPBXPiuVsQdL5FEs

Would be nice if it showed types by default (without -q/--quiet) too:

> ipfs pin ls --type=all
QmPGv8tfhuCkenLrnJXqc2sgguy9fM8CaKw84nRxP1Uzf7 recursive
QmSYCpuKPbPQ2iFr2swJj2hvz7wQUXfPBXPiuVsQdL5FEs indirect
@jbenet
Copy link
Member Author

jbenet commented Apr 28, 2015

fixed in #1138

@jbenet jbenet closed this as completed Apr 28, 2015
@RichardLitt RichardLitt added the exp/novice Someone with a little familiarity can pick up label Feb 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exp/novice Someone with a little familiarity can pick up help wanted Seeking public contribution on this issue
Projects
None yet
Development

No branches or pull requests

2 participants