Updated
almost 5 years
ago.
1 hackers ♥️.
1 follower.
The plan is to start working towards a rewrite of xdg-utils in python, focusing on the really bad bits such as dealing with desktop files and mime handling.
In this hackweek, I want to split python-xdg into multiple libraries such as python-mime and python-desktop file and prepare them to be used in helper binaries to handle some of the more complex tasks currently done in shell.
Looking for hackers with the skills:
Nothing? Add some keywords!
This project is part of:
Hack Week 19
Comments
-
almost 5 years ago by bmwiedemann | Reply
Be sure to keep the startup time small. E.g.
time ruby --disable-gems -e 'puts "hello"'
and
time python3 -S -c 'print("hello")'
are still a factor of 3-4 slower than the equivalent in bash or perl.
Similar Projects
This project is one of its kind!