mimetype icon indicating copy to clipboard operation
mimetype copied to clipboard

Add support for python3 and compiled pyc file format

Open ZiqianXu opened this issue 1 year ago • 0 comments

  1. Specify the MIME type and extension for which to add support text/x-python: .py application/x-bytecode.python: .pyc
  2. Share an example file python3 source file with shebang /usr/bin/python3 or /usr/bin/env python3

python compiled file .pyc

Thanks for looking into this!

ZiqianXu avatar Jul 27 '23 04:07 ZiqianXu