Add terminal category
This commit is contained in:
parent
cd3227ffb8
commit
e5734cfa96
|
@ -51,6 +51,11 @@
|
||||||
"id": "github",
|
"id": "github",
|
||||||
"parent": "developer"
|
"parent": "developer"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"title": "Terminal",
|
||||||
|
"id": "terminal",
|
||||||
|
"parent": "developer"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"title": "Education",
|
"title": "Education",
|
||||||
"id": "education"
|
"id": "education"
|
||||||
|
@ -10755,7 +10760,7 @@
|
||||||
{
|
{
|
||||||
"title": "Blink",
|
"title": "Blink",
|
||||||
"category-ids": [
|
"category-ids": [
|
||||||
"developer"
|
"terminal"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"objc",
|
"objc",
|
||||||
|
@ -13105,7 +13110,7 @@
|
||||||
"description": "Proof-of-concept for sandboxed Terminal environment",
|
"description": "Proof-of-concept for sandboxed Terminal environment",
|
||||||
"source": "https://github.com/steventroughtonsmith/MobileTerminal",
|
"source": "https://github.com/steventroughtonsmith/MobileTerminal",
|
||||||
"category-ids": [
|
"category-ids": [
|
||||||
"developer"
|
"terminal"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"c",
|
"c",
|
||||||
|
@ -18701,7 +18706,7 @@
|
||||||
"title": "LibTerm",
|
"title": "LibTerm",
|
||||||
"description": "Terminal with Python 3.7 and Lua 5.3, supports iOS 13 dark mode and multi window",
|
"description": "Terminal with Python 3.7 and Lua 5.3, supports iOS 13 dark mode and multi window",
|
||||||
"category-ids": [
|
"category-ids": [
|
||||||
"developer"
|
"terminal"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"swift",
|
"swift",
|
||||||
|
@ -19657,7 +19662,7 @@
|
||||||
{
|
{
|
||||||
"title": "SwiftTerm",
|
"title": "SwiftTerm",
|
||||||
"category-ids": [
|
"category-ids": [
|
||||||
"developer"
|
"terminal"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"swift"
|
"swift"
|
||||||
|
@ -19794,7 +19799,7 @@
|
||||||
"title": "a-shell",
|
"title": "a-shell",
|
||||||
"description": "Mobile shell terminal based on Mosh",
|
"description": "Mobile shell terminal based on Mosh",
|
||||||
"category-ids": [
|
"category-ids": [
|
||||||
"developer"
|
"terminal"
|
||||||
],
|
],
|
||||||
"tags": [
|
"tags": [
|
||||||
"vim script",
|
"vim script",
|
||||||
|
|
Loading…
Reference in New Issue