xfce4 自用配置

Thunar action

ffmpeg 转为 mp3

for file in %F; do ffmpeg -i "$file" "${file%%.*}".mp3; done

搜索文件并打开

Application Finder(Win+R) - preferences - Custom Actions - 添加

Type: Prefix
Pattern: `
Command: exo-open --launch TerminalEmulator find ~/Documents/ -iname *%s* -exec vim {} +
√ Save match in command history
posted @ 2022-09-23 20:35  cliter  阅读(101)  评论(0)    收藏  举报