General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
DistroTube
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "Adding Custom Actions To Your File Manager" video.
The method I use for determining mime-type is `xdg-mime query filetype $file`. Lengthy to type in, but handy for scripts if you don't want to use `cut` to strip the filename out.
4
Although that also prints the filename which you'll have to `cut` if you're using it in a script.
2
@RealMazharHussain Cool, didn't know that. Thanks.
1