5 Commits

Author SHA1 Message Date
ea7c1384a0 Switch ownership from mdaleo404 to guardutils in README and pyproject 2025-11-27 17:51:27 +00:00
Marco D'Aleo
e88a248463 Merge pull request #10 from mdaleo404/add_badges_to_readme
Add badges to README
2025-11-23 07:35:19 +00:00
755b69ce99 Add badges to README 2025-11-23 07:34:15 +00:00
Marco D'Aleo
9fa7fc1c52 Update README.md
Fix package name in README
2025-11-21 18:07:54 +00:00
Marco D'Aleo
d982509acb Merge pull request #9 from mdaleo404/update_mirro_20251121
Update mirro 20251121
2025-11-21 17:19:15 +00:00
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
[![License](https://img.shields.io/github/license/guardutils/mirro?style=flat)](LICENCE)
[![Language](https://img.shields.io/github/languages/top/guardutils/mirro.svg)](https://github.com/guardutils/mirro/)
![GitHub Release](https://img.shields.io/github/v/release/guardutils/mirro?display_name=release&logo=github)
![PyPI - Version](https://img.shields.io/pypi/v/mirro?logo=pypi)
[![PyPI downloads](https://img.shields.io/pypi/dm/mirro.svg)](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
``` ```

View File

@@ -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]