[@pseudoyu]$ { 💭 & 🐦 & 📝 & 🌟 & ▶️ & 🎵 & 📖 & 📺 & 🎮 } > /dev/telegram

Aggregate the content I consume and create on the Internet.
今天下午在杭州大厦501广场负一层下沉广场有一场学姐参与筹办和现场主持的方大同杭州纪念音乐会,欢迎大家一起来听歌~
cursor 彻底解决了 git message 的问题。我设置了一个快捷键,点击后会自动保存文件,然后全都放进 git stage,调用 cursor 的生成提交命令,然后自动 push。一个快捷键节省一分钟。

[{
"command": "runCommands",
"key": "cmd+g cmd+g",
"args": {
"commands": [
"workbench.action.files.save",
"git.stageAll",
"cursor.generateGitCommitMessage",
"git.commit",
"git.push"
]
}
}]
Back to Top