CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 06:43:29 GMT
server: Fly/6f91d33b9d (2025-10-08)
content-type: text/html; charset=utf-8
content-encoding: gzip
via: 2 fly.io, 2 fly.io
fly-request-id: 01K790562B7MG866NPW2MVANFN-bom
Bulk editing status in GitHub Projects | Simon Willison’s TILs
Bulk editing status in GitHub Projects
GitHub Projects has a mechanism for bulk updating the status of items, but it's pretty difficult to figure out how to do it.
The trick is to use copy and paste. You can select a cell containing a status and hit Command+C
to copy it - at which point a dotted border will be displayed around the cell.
Then you can select and then shift-click a range of other cells, and hit Command+V
to paste the value.
Here's a demo:
Here's where this feature was introduced in the GitHub changelog. See also this community discussions thread.
Related
- github Clone, edit and push files that live in a Gist - 2022-09-08
- markdown Converting HTML and rich-text to Markdown - 2020-05-09
- javascript Copy rich text to the clipboard - 2023-03-10
- gpt3 Reformatting text with Copilot - 2022-12-09
- javascript Implementing a "copy to clipboard" button - 2020-07-23
- vim Mouse support in vim - 2021-06-19
- github Reporting bugs in GitHub to GitHub - 2022-07-07
- github Migrating a GitHub wiki from one repository to another - 2022-07-28
- github-actions GitHub Actions job summaries - 2022-05-17
- github-actions Updating a Markdown table of contents with a GitHub Action - 2020-07-22
Created 2023-06-29T10:22:16-07:00 · Edit