bak
bak copied to clipboard
The bakfile manager
Doing `bak anyfile` throws ``` Traceback (most recent call last): File "/home/valence/.local/bin/bak", line 33, in sys.exit(load_entry_point('bak==0.2.1a1', 'console_scripts', 'bak')()) File "/home/valence/.local/bin/bak", line 25, in importlib_load_entry_point return next(matches).load() StopIteration ```
I created a tutorial and demonstration for the program: [](https://asciinema.org/a/442225) Something like this is very nice to have in a README. The tutorial/demo is incomplete and unpolished. I wanted to...
I am used to CLI commands having the `-h` option for help. I know I can use just `bak` to see the help message, but often I type the `-h`...
Hi, I have used this program for a few days and I really like it. One thing did annoy me though. When the file I am backing up is nested...
Needs a try/except or a sanity check or something
The code's not too well documented, but, between my downtime and random passersby, this seems like it oughta be doable in October. `test-requires` currently has `pytest` and `pytest-cov`. Also, GitHub...