laloch / xontrib-fzf-widgets

Set of fzf widgets for xonsh
GNU General Public License v3.0
33 stars 18 forks source link

feat: convert .xsh file to be .py file #18

Open jnoortheen opened 3 years ago

jnoortheen commented 3 years ago

xonsh parser makes loading .xsh modules slow compared to .py ones. It also makes sure that python's IDE support is utilized. Please don't mind the formats from black. If you want I can revert those.