Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions extensions/git-id-switcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,41 +160,41 @@ Host bitbucket.org
"gitIdSwitcher.identities": [
{
"id": "personal",
"icon": "🏠",
"name": "Alex Smith",
"service": "GitHub",
"email": "alex@personal.example.com",
"service": "GitHub",
"icon": "🏠",
"description": "Personal projects",
"sshKeyPath": "~/.ssh/id_ed25519_personal",
"gpgKeyId": "PERSONAL1"
},
{
"id": "work",
"icon": "💼",
"name": "Alex Smith",
"service": "GitHub Work",
"email": "alex.smith@company.example.com",
"service": "GitHub Work",
"icon": "💼",
"description": "Work development",
"sshKeyPath": "~/.ssh/id_ed25519_work",
"sshHost": "github-work",
"gpgKeyId": "WORK1234"
},
{
"id": "bitbucket",
"icon": "🪣",
"name": "Alex Smith",
"service": "Bitbucket",
"email": "alex@bitbucket.example.com",
"service": "Bitbucket",
"icon": "🪣",
"description": "Bitbucket projects",
"sshKeyPath": "~/.ssh/id_ed25519_bitbucket",
"sshHost": "bitbucket.org"
},
{
"id": "freelance",
"icon": "🎯",
"name": "Alex Smith",
"service": "GitLab",
"email": "alex@freelance.example.com",
"service": "GitLab",
"icon": "🎯",
"description": "Freelance projects"
}
],
Expand Down
72 changes: 36 additions & 36 deletions extensions/git-id-switcher/docs/i18n/ain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ SSH キー エキ (アン ヤㇰカ エレㇷ゚):

```bash
# ウタㇻ (Personal / 個人用)
ssh-keygen -t ed25519 -C "kamuy@personal.example.com" -f ~/.ssh/id_ed25519_personal
ssh-keygen -t ed25519 -C "sisam@personal.example.com" -f ~/.ssh/id_ed25519_personal

# モノレ (Work / 仕事用)
ssh-keygen -t ed25519 -C "kamuy@company.example.com" -f ~/.ssh/id_ed25519_work
ssh-keygen -t ed25519 -C "sisam@company.example.com" -f ~/.ssh/id_ed25519_work
```

シネㇷ゚ シネㇷ゚ **公開鍵** (`.pub` ファイル) GitHub アカウント オロワ。
Expand Down Expand Up @@ -130,19 +130,19 @@ Extension 設定 (`Cmd+,` / `Ctrl+,`) → "Git ID Switcher" エヌカㇻ → "se
"gitIdSwitcher.identities": [
{
"id": "personal",
"icon": "🏠",
"name": "カムイ レㇻ",
"name": "シサㇺ",
"email": "sisam@personal.example.com",
"service": "GitHub",
"email": "kamuy@personal.example.com",
"icon": "🏠",
"description": "ウタㇻ プロジェクト",
"sshKeyPath": "~/.ssh/id_ed25519_personal"
},
{
"id": "work",
"icon": "💼",
"name": "カムイ レㇻ",
"name": "シサㇺ",
"email": "sisam@company.example.com",
"service": "GitHub モノレ",
"email": "kamuy@company.example.com",
"icon": "💼",
"description": "モノレ",
"sshKeyPath": "~/.ssh/id_ed25519_work",
"sshHost": "github-work"
Expand Down Expand Up @@ -171,7 +171,7 @@ Repository クローン、ID オロワ Host エキ:
git clone git@github-work:company/repo.git

# ウタㇻ ID (github.com デフォルト)
git clone git@github.com:kamuy/repo.git
git clone git@github.com:sisam/repo.git
```

---
Expand All @@ -191,7 +191,7 @@ gpg --list-secret-keys --keyid-format SHORT
```text
sec ed25519/ABCD1234 2024-01-01 [SC]
...
uid [ultimate] カムイ レㇻ <kamuy@personal.example.com>
uid [ultimate] シサㇺ <sisam@personal.example.com>
```

キー ID `ABCD1234`。
Expand All @@ -203,10 +203,10 @@ uid [ultimate] カムイ レㇻ <kamuy@personal.example.com>
"gitIdSwitcher.identities": [
{
"id": "personal",
"icon": "🏠",
"name": "カムイ レㇻ",
"name": "シサㇺ",
"email": "sisam@personal.example.com",
"service": "GitHub",
"email": "kamuy@personal.example.com",
"icon": "🏠",
"description": "ウタㇻ プロジェクト",
"sshKeyPath": "~/.ssh/id_ed25519_personal",
"gpgKeyId": "ABCD1234"
Expand Down Expand Up @@ -258,41 +258,41 @@ Host bitbucket.org
"gitIdSwitcher.identities": [
{
"id": "personal",
"icon": "🏠",
"name": "カムイ レㇻ",
"name": "シサㇺ",
"email": "sisam@personal.example.com",
"service": "GitHub",
"email": "kamuy@personal.example.com",
"icon": "🏠",
"description": "ウタㇻ プロジェクト",
"sshKeyPath": "~/.ssh/id_ed25519_personal",
"gpgKeyId": "PERSON12"
},
{
"id": "work",
"icon": "💼",
"name": "カムイ レㇻ",
"name": "シサㇺ",
"email": "sisam@company.example.com",
"service": "GitHub モノレ",
"email": "kamuy@company.example.com",
"icon": "💼",
"description": "モノレ アカウント",
"sshKeyPath": "~/.ssh/id_ed25519_work",
"sshHost": "github-work",
"gpgKeyId": "WORK1234"
},
{
"id": "bitbucket",
"icon": "🪣",
"name": "カムイ レㇻ",
"name": "シサㇺ",
"email": "sisam@bitbucket.example.com",
"service": "Bitbucket",
"email": "kamuy@bitbucket.example.com",
"icon": "🪣",
"description": "Bitbucket プロジェクト",
"sshKeyPath": "~/.ssh/id_ed25519_bitbucket",
"sshHost": "bitbucket.org"
},
{
"id": "sirokan",
"icon": "🎯",
"name": "カムイ レㇻ",
"name": "シサㇺ",
"email": "sisam@freelance.example.com",
"service": "GitLab",
"email": "kamuy@freelance.example.com",
"icon": "🎯",
"description": "シㇿカン プロジェクト"
}
],
Expand Down Expand Up @@ -355,12 +355,12 @@ Host bitbucket.org
| `false` (デフォルト) | `icon` エディタ UI ワノ。`name` ワノ Git config オロワ |
| `true` | `icon + name` Git config オロワ。絵文字 commit 履歴 オロワ |

例: `icon: "👤"`, `name: "カムイ レㇻ"`
例: `icon: "👤"`, `name: "シサㇺ"`

| includeIconInGitConfig | Git config `user.name` | Commit サイン |
| ---------------------- | ---------------------- | ------------------------ |
| `false` | `カムイ レㇻ` | `カムイ レㇻ <email>` |
| `true` | `👤 カムイ レㇻ` | `👤 カムイ レㇻ <email>` |
| includeIconInGitConfig | Git config `user.name` | Commit サイン |
| ---------------------- | ---------------------- | ------------------- |
| `false` | `シサㇺ` | `シサㇺ <email>` |
| `true` | `👤 シサㇺ` | `👤 シサㇺ <email>` |

### ウタㇻ: 基本設定 (SSH ソモ)

Expand All @@ -371,16 +371,16 @@ SSH キー ウコイタㇰ ソモ (例、GitHub アカウント エネアン com
"gitIdSwitcher.identities": [
{
"id": "personal",
"name": "シサㇺ",
"email": "sisam@personal.example.com",
"icon": "🏠",
"name": "カムイ レㇻ",
"email": "kamuy@personal.example.com",
"description": "ウタㇻ プロジェクト"
},
{
"id": "work",
"name": "シサㇺ",
"email": "sisam@company.example.com",
"icon": "💼",
"name": "カムイ レㇻ",
"email": "kamuy@company.example.com",
"description": "モノレ"
}
]
Expand Down Expand Up @@ -520,10 +520,10 @@ Git submodule アン repository、ID ウコイタㇰ ピㇼカノ ソモ キ。S

```jsonc
// ウェン
"name": "カムイ レㇻ (ウタㇻ)"
"name": "シサㇺ (ウタㇻ)"

// ピㇼカ
"name": "カムイ レㇻ",
"name": "シサㇺ",
"service": "GitHub"
```

Expand Down
32 changes: 16 additions & 16 deletions extensions/git-id-switcher/docs/i18n/bg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,19 @@ Host github-work
"gitIdSwitcher.identities": [
{
"id": "personal",
"icon": "🏠",
"name": "Саша Иванов",
"service": "GitHub",
"email": "sasha.ivanov@personal.example.com",
"service": "GitHub",
"icon": "🏠",
"description": "Лични проекти",
"sshKeyPath": "~/.ssh/id_ed25519_personal"
},
{
"id": "work",
"icon": "💼",
"name": "Саша Иванов",
"service": "GitHub Служебен",
"email": "sasha.ivanov@company.example.com",
"service": "GitHub Служебен",
"icon": "💼",
"description": "Служебен акаунт",
"sshKeyPath": "~/.ssh/id_ed25519_work",
"sshHost": "github-work"
Expand Down Expand Up @@ -183,10 +183,10 @@ ID на ключа е `ABCD1234`.
"gitIdSwitcher.identities": [
{
"id": "personal",
"icon": "🏠",
"name": "Саша Иванов",
"service": "GitHub",
"email": "sasha.ivanov@personal.example.com",
"service": "GitHub",
"icon": "🏠",
"description": "Лични проекти",
"sshKeyPath": "~/.ssh/id_ed25519_personal",
"gpgKeyId": "ABCD1234"
Expand Down Expand Up @@ -238,41 +238,41 @@ Host bitbucket.org
"gitIdSwitcher.identities": [
{
"id": "personal",
"icon": "🏠",
"name": "Саша Иванов",
"service": "GitHub",
"email": "sasha.ivanov@personal.example.com",
"service": "GitHub",
"icon": "🏠",
"description": "Лични проекти",
"sshKeyPath": "~/.ssh/id_ed25519_personal",
"gpgKeyId": "PERSONAL1"
},
{
"id": "work",
"icon": "💼",
"name": "Саша Иванов",
"service": "GitHub Служебен",
"email": "sasha.ivanov@company.example.com",
"service": "GitHub Служебен",
"icon": "💼",
"description": "Служебен акаунт",
"sshKeyPath": "~/.ssh/id_ed25519_work",
"sshHost": "github-work",
"gpgKeyId": "WORK1234"
},
{
"id": "bitbucket",
"icon": "🪣",
"name": "Саша Иванов",
"service": "Bitbucket",
"email": "sasha.ivanov@bitbucket.example.com",
"service": "Bitbucket",
"icon": "🪣",
"description": "Bitbucket проекти",
"sshKeyPath": "~/.ssh/id_ed25519_bitbucket",
"sshHost": "bitbucket.org"
},
{
"id": "freelance",
"icon": "🎯",
"name": "Саша Иванов",
"service": "GitLab",
"email": "sasha.ivanov@freelance.example.com",
"service": "GitLab",
"icon": "🎯",
"description": "Свободни проекти"
}
],
Expand Down Expand Up @@ -351,16 +351,16 @@ Host bitbucket.org
"gitIdSwitcher.identities": [
{
"id": "personal",
"icon": "🏠",
"name": "Саша Иванов",
"email": "sasha.ivanov@personal.example.com",
"icon": "🏠",
"description": "Лични проекти"
},
{
"id": "work",
"icon": "💼",
"name": "Саша Иванов",
"email": "sasha.ivanov@company.example.com",
"icon": "💼",
"description": "Служебен акаунт"
}
]
Expand Down
Loading
Loading