Compare commits
5 Commits
update_mir
...
update_mir
| Author | SHA1 | Date | |
|---|---|---|---|
|
ea7c1384a0
|
|||
|
|
e88a248463 | ||
| 755b69ce99 | |||
|
|
9fa7fc1c52 | ||
|
|
d982509acb |
10
README.md
10
README.md
@@ -1,3 +1,9 @@
|
|||||||
|
[](LICENCE)
|
||||||
|
[](https://github.com/guardutils/mirro/)
|
||||||
|

|
||||||
|

|
||||||
|
[](https://pypi.org/project/mirro/)
|
||||||
|
|
||||||
# mirro
|
# mirro
|
||||||
|
|
||||||
**mirro** is a tiny safety-first editing wrapper for text files.
|
**mirro** is a tiny safety-first editing wrapper for text files.
|
||||||
@@ -150,7 +156,7 @@ sudo apt install mirro
|
|||||||
**Fedora 41, 42, 43**
|
**Fedora 41, 42, 43**
|
||||||
```
|
```
|
||||||
sudo dnf copr enable mdaleo/mirro
|
sudo dnf copr enable mdaleo/mirro
|
||||||
sudo dnf install resrm
|
sudo dnf install mirro
|
||||||
```
|
```
|
||||||
|
|
||||||
### From PyPI
|
### From PyPI
|
||||||
@@ -172,7 +178,7 @@ pip install mirro
|
|||||||
|
|
||||||
### From this repository
|
### From this repository
|
||||||
```
|
```
|
||||||
git clone https://github.com/mdaleo404/mirro.git
|
git clone https://github.com/guardutils/mirro.git
|
||||||
cd mirro/
|
cd mirro/
|
||||||
poetry install
|
poetry install
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ description = "A safe editing wrapper: edits a temp copy, compares, and saves or
|
|||||||
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"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://github.com/mdaleo404/mirro"
|
homepage = "https://github.com/guardutils/mirro"
|
||||||
repository = "https://github.com/mdaleo404/mirro"
|
repository = "https://github.com/guardutils/mirro"
|
||||||
packages = [{include = "mirro", from = "src"}]
|
packages = [{include = "mirro", from = "src"}]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user