Update README, version bump 0.6.0
All checks were successful
Lint & Security / precommit-and-security (pull_request) Successful in 48s
All checks were successful
Lint & Security / precommit-and-security (pull_request) Successful in 48s
This commit is contained in:
@@ -104,6 +104,13 @@ This:
|
|||||||
|
|
||||||
3. and overwrites the target file with its original contents.
|
3. and overwrites the target file with its original contents.
|
||||||
|
|
||||||
|
### Restore ANY backup
|
||||||
|
|
||||||
|
```
|
||||||
|
mirro --restore filename.ext.orig.20251110T174400
|
||||||
|
Restored /path/to/filename.ext from backup filename.ext.orig.20251110T174400
|
||||||
|
```
|
||||||
|
|
||||||
### Remove old backup files.
|
### Remove old backup files.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "mirro"
|
name = "mirro"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
description = "A safe editing wrapper: edits a temp copy, compares, and saves original backup if changed."
|
description = "A safe editing wrapper: edits a temp copy, compares, and saves original backup if changed."
|
||||||
authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
|
authors = ["Marco D'Aleo <marco@marcodaleo.com>"]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
|||||||
Reference in New Issue
Block a user