ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
15.83k stars 2.96k forks source link

feat: enables searching pins by name #10412

Closed gystemd closed 4 days ago

gystemd commented 3 weeks ago

Closes #10281.

This PR introduces the possibility to perform a search on pin names (case-sensitive, exact search). The command ipfs pin ls --name "pinName" will return all the pins labeled as pinName.

Notes:

gystemd commented 1 week ago

@hacdias Thank you for the review. I agree that it could be more beneficial to search for contained keywords. I'll wait for input from @lidel before proceeding with the suggestions you proposed.