在 Midnight Commander 中查看 typescript .ts 文件
Viewing typescript .ts files in Midnight Commander
当我在 Midnight Commander 中的 .ts 文件上按 F3 键时,我收到消息:
Please install either mplayer or mpv to get information for this file
如何配置 Midnight Commander 以文本形式查看 .ts 文件?
Linux 薄荷 20.1,
午夜指挥官 3:4.8.24-2ubuntu1
大多数情况下 .ts
扩展名用于 MPEG 视频,因此 MC 已预先配置为使用视频播放器播放它。
要配置扩展名映射,请按F9,选择“命令”菜单,然后在其中选择“编辑扩展名文件”子菜单。参见 my mc.ext
。你需要像
这样的东西
shell/.ts
Open=less %f
View=%view{ascii} cat %f
当我在 Midnight Commander 中的 .ts 文件上按 F3 键时,我收到消息:
Please install either mplayer or mpv to get information for this file
如何配置 Midnight Commander 以文本形式查看 .ts 文件?
Linux 薄荷 20.1, 午夜指挥官 3:4.8.24-2ubuntu1
大多数情况下 .ts
扩展名用于 MPEG 视频,因此 MC 已预先配置为使用视频播放器播放它。
要配置扩展名映射,请按F9,选择“命令”菜单,然后在其中选择“编辑扩展名文件”子菜单。参见 my mc.ext
。你需要像
shell/.ts
Open=less %f
View=%view{ascii} cat %f