---
title: "GitHub 新版加入 Command Palette"
date: 2023-06-22T13:20:14.000Z
author: Z.SHINCHVEN
tags: [GitHub, command palette]
canonical: https://atlassc.net/2023/06/23/github-command-palette
---
![](https://docs.github.com/assets/cb-22950/mw-1440/images/help/command-palette/command-palette-launch.webp)

GitHub 的新版加入了 `Command Palette`，你可以使用键盘在 GitHub 上进行快速导航、搜索和运行命令。比如，你可以输入`#`来搜索 issues、pull requests 和 projects ；输入`/`来搜索文件，输入`>`来运行命令。

GitHub Command Palette 是一种按需显示建议的方式，基于您当前的上下文和最近使用过的资源。您可以从 GitHub 上任何地方通过键盘快捷键打开 Command Palette，这样可以节省时间并保持双手在键盘上。

Command Palette 这种快捷功能设计由来已久，早已在开发者们喜爱的开发工具中广泛应用。比如，VS Code、Sublime Text、Atom、Intellij IDEA 等等。

我们知道，GitHub 是专为开发者而设计的网站，其交互方面要比普通用户使用的网站更先进。毕竟，开发者对于网站的使用要求更高，而用户教育成本相对较低。因此，Command Palette 的加入，将更好地满足开发者的需求，让开发工作更加高效便捷。

----

Reference: [GitHub Command Palette](https://docs.github.com/en/get-started/using-github/github-command-palette)
