Skip to content

工具推荐

工具 #软件 #Tui

GUI

ActivityWatch

activitywatch

免费开源自动时间追踪工具

Localsend

LocalSend: Share files to nearby devices

跨平台文件传输工具(局域网)

Zotero

文献阅读

TUI

astroterm

GitHub - da-luce/astroterm: A planetarium for your terminal! Explore stars, planets, constellations, and more, all rendered right in the command line—no telescope required. ✨🪐

专为终端打造的天象馆!探索恒星、行星、星座等天体,所有内容都直接在命令行中呈现——无需望远镜。✨🪐

Terminal

just

GitHub - casey/just: 🤖 Just a command runner

just 为您提供一种保存和运行项目特有命令的便捷方式。

bwarp

Linux沙盒隔离工具

Bubblewrap - ArchWiki

Bubblewrap/Examples - ArchWiki

aria2c

下载工具

aria2 - ArchWiki systemd/User - ArchWiki

配置systemd.service

创建文件 ~/.config/systemd/user/aria2cd.service

[Unit]
Description=aria2 Daemon

[Service]
ExecStart=/usr/bin/aria2c

[Install]
WantedBy=default.target

启动服务

systemctl --user enable aria2.service
systemctl --user start aria2.service

配置文件可参考

aria2.conf/aria2.conf at master · P3TERX/aria2.conf · GitHub

[!note] 不要像archlinux wiki中在aria配置文件中添加daemon,会导致无法运行

浏览器插件

tridactyl

firefox 上的以vim模式操控的插件

Tridactyl - 在Firefox中使用vim - DragonBoom - 博客园