agamm / comeback

Project restoration in one command, auto open everything!
MIT License
22 stars 5 forks source link

Add windows exe detection helper function #7

Closed agamm closed 5 years ago

agamm commented 5 years ago

1) Will try to find program files per drive 2) Will try to find via registry 3) Will try to find in %appdata%

agamm commented 5 years ago

Will have to check if this is necessary, currently did all of the searchings in the pycharm plugin itself. Let's see if there are common things we do again and again like the purposed issue states we should.

agamm commented 5 years ago

No need right now (see the pycharm plugin implementation)