0.0.2a1
Adds several improvements, thanks in large part to @Serene-Arc, and incorporates some cleanup.
Features and Fixes
- Switched from Python's
os
topathlib
for handling filepaths (@Serene-Arc) bak down
andbak off
now work on deleted files (@Serene-Arc)bak
no longer crashes on directories, instead outputting a polite error message (@Serene-Arc and author)bak up
no longer crashes when no .bakfile exists, instead notifying the user and creating a .bakfile (author)
Cleanup and Chores
- Added install instructions to README, such as they are
- Added .pylintrc, ran pylint and autopep8 (overdue)