[@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