aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* extras: Use shutil.move instead of os.renameWolfgang Müller2022-02-28-1/+1
| | | | | | os.rename fails when moving files between devices or filesystems. Instead use shutil.move which uses os.rename or falls back to copying the files and removing the originals.
* extras: Specify full list of argumentsWolfgang Müller2022-02-22-2/+2
|
* setup.py: Remove obsolete dependencyWolfgang Müller2022-02-22-1/+0
| | | | | This was needed in a previous version of the 'browse' plugin, but we forgot to remove it from setup.py.
* README: Quote configuration stringsWolfgang Müller2022-02-22-1/+1
|
* Initial commitWolfgang Müller2022-02-22-0/+170