You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelogs/v0.29.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,18 @@
6
6
7
7
-[Overview](#overview)
8
8
-[🔦 Highlights](#-highlights)
9
+
-[Add search functionality for pin names](#add-search-functionality-for-pin-names)
9
10
-[📝 Changelog](#-changelog)
10
11
-[👨👩👧👦 Contributors](#-contributors)
11
12
12
13
### Overview
13
14
14
15
### 🔦 Highlights
15
16
17
+
#### Add search functionality for pin names
18
+
19
+
It is now possible to search for pins by name. To do so, use `ipfs pin ls --name "SomeName"`. The search is case-sensitive and will return all pins having a name which contains the exact word provided.
0 commit comments