This commit is contained in:
mei 2025-06-09 19:38:12 +08:00
parent f393229a42
commit 8ec49421f7

View File

@ -1,3 +1,5 @@
# 实用工具
## thefuck
thefuck 是一个强大的用于纠正命令行指令拼写的工具
@ -74,3 +76,22 @@ Rust编写的类似windows任务管理器的性能监控程序
sudo apt install flatpak
flatpak install https://dl.flathub.org/repo/appstream/io.missioncenter.MissionCenter.flatpakref
```
## Peek
一个 gif 录制工具
```shell
flatpak install flathub com.uploadedlobster.peek
flatpak run com.uploadedlobster.peek
flatpak update --user com.uploadedlobster.peek
```
## [Timeshift](https://github.com/linuxmint/timeshift)
基于 rsync 的系统快照工具
```shell
sudo apt-get update
sudo apt-get install timeshift
```