Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | extras: Use shutil.move instead of os.rename | Wolfgang Müller | 2022-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 arguments | Wolfgang Müller | 2022-02-22 | -2/+2 |
| | ||||
* | setup.py: Remove obsolete dependency | Wolfgang Müller | 2022-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 strings | Wolfgang Müller | 2022-02-22 | -1/+1 |
| | ||||
* | Initial commit | Wolfgang Müller | 2022-02-22 | -0/+170 |