20250618

1224到家,今天0212睡到0945睡到1109,睡爽了,睡觉真的舒服。在想怎么把每天打开电脑进入命令行输入的三个命令

1
2
3
z qu
hugo new content/post/diary/20250618.md
nvim

简化一下。GPT教我写PowerShell函数,notepad $PROFILE

1
2
3
4
5
6
function dnew {
    z qu
    $date = Get-Date -Format "yyyyMMdd"
    hugo new "content/post/diary/$date.md"
    nvim "content/post/diary/$date.md"
}

明天似乎dnew就行了,有别的方法吗。

使用DMM GAME PLAYER,这个竟是用来在电脑上玩手机游戏的,以前都没想到,看到任务栏里的使用DMM GAME PLAYER登录游戏我都没想法。发现输入法打不出来中文是因为b站直播页面开了全屏,意义不明。

[telescope.live_grep]: 'ripgrep', or similar alternative, is a required dependency for the live_grep picker. Visit https://github.com/BurntSushi/ripgrep#installation for installation instructions.

Scoop 是 Windows 上的一个命令行包管理器,类似于 Linux 上的 aptpacman,可以让你用命令行快速安装、更新、卸载各种开发工具和应用程序(例如 git、node、neovim、ripgrep 等)。

Set-ExecutionPolicy RemoteSigned -scope CurrentUser; iwr -useb get.scoop.sh | iex

scoop install ripgrep

太深邃了,我不管,我怎么方便怎么来。

DMM GAME PLAYER玩还挺顺畅的,可惜它快要停止服务了。诶,不对,一看公告,停止服务的是DMM GAME APP PLAYER,原因是DMM GAME PLAYER发展的很好,那是好事啊,可以尽情享受DMM GAME PLAYER了。

ripgrep用scoop安装成功且重启nvim后仍报错,不管了,下次再说。

想使用 DiskGenius 把 F 盘空间划给 C 盘,但您选择的分区不支持无损调整容量操作

Calibre 是一个非常流行且功能强大的电子书管理软件。

想使用磁盘管理压缩别的卷给C盘也不行,我选择放弃。

战斗系统,想写个像fgo可以测试周回能不能3t通过的方便网页。ダメージ計算式

0126,睡了,明天再说。

使用

1
2
3
4
5
6
function dpush {
    z qu
    git add .
    git commit -m"晚安"
    git push
}
Licensed under CC BY-NC-SA 4.0
comments powered by Disqus
使用 Hugo 构建
主题 StackJimmy 设计