Skip to content

Commit 12d6693

Browse files
authored
feat: add terminal-secure icon and metadata (#456)
1 parent f19adc2 commit 12d6693

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

src/icons/terminal-secure.svg

Lines changed: 1 addition & 0 deletions
Loading

src/template/mapping.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1725,5 +1725,8 @@
17251725
],
17261726
"60548": [
17271727
"new-session"
1728+
],
1729+
"60549": [
1730+
"terminal-secure"
17281731
]
17291732
}

src/template/metadata.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,11 @@
789789
"category": "application",
790790
"description": "Terminal or console"
791791
},
792+
"terminal-secure": {
793+
"tags": ["console", "command", "shell", "cli", "lock", "secure", "protected"],
794+
"category": "application",
795+
"description": "Secure terminal"
796+
},
792797
"text-size": {
793798
"tags": ["font", "typography", "scale", "zoom"],
794799
"category": "text",

0 commit comments

Comments
 (0)