Skip to content

Commit

Permalink
[autofix] Format Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Oct 2, 2023
1 parent 9dbd267 commit ed9bec0
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 72 deletions.
62 changes: 31 additions & 31 deletions docs/benchmark.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,23 @@ but [there might be a greater need for such tools](usecase.md) out there. Here i

## Operations

| Operation | `mpm` | `topgrade`[^1] | `pacaptr`[^2] | `pacapt`[^3] | `sysget`[^4] |
| ---------------------------- | :---: | :------------: | :-----------: | :----------: | :----------: |
| List available managers | βœ“ | | | | |
| List installed packages | βœ“ | | βœ“ | | βœ“ |
| List duplicate packages | βœ“ | | | | |
| List outdated packages | βœ“ | | βœ“ | | βœ“ |
| Search packages | βœ“ | | βœ“ | βœ“ | βœ“ |
| Locate binaries (`which` command) | βœ“ | | | | |
| Install a package | βœ“ | | βœ“ | βœ“ | βœ“ |
| Remove / Uninstall a package | βœ“ | | βœ“ | βœ“ | βœ“ |
| Upgrade single package | βœ“ | | βœ“ | | βœ“ |
| Upgrade all packages | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
| Sync | βœ“ | | βœ“ | βœ“ | βœ“ |
| Cleanup: caches | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
| Cleanup: orphans | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
| Backup / Lock / Freeze | βœ“ | | | | |
| Restore | βœ“ | | | | |
| Operation | `mpm` | `topgrade`[^1] | `pacaptr`[^2] | `pacapt`[^3] | `sysget`[^4] |
| --------------------------------- | :---: | :------------: | :-----------: | :----------: | :----------: |
| List available managers | βœ“ | | | | |
| List installed packages | βœ“ | | βœ“ | | βœ“ |
| List duplicate packages | βœ“ | | | | |
| List outdated packages | βœ“ | | βœ“ | | βœ“ |
| Search packages | βœ“ | | βœ“ | βœ“ | βœ“ |
| Locate binaries (`which` command) | βœ“ | | | | |
| Install a package | βœ“ | | βœ“ | βœ“ | βœ“ |
| Remove / Uninstall a package | βœ“ | | βœ“ | βœ“ | βœ“ |
| Upgrade single package | βœ“ | | βœ“ | | βœ“ |
| Upgrade all packages | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
| Sync | βœ“ | | βœ“ | βœ“ | βœ“ |
| Cleanup: caches | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
| Cleanup: orphans | βœ“ | βœ“ | βœ“ | βœ“ | βœ“ |
| Backup / Lock / Freeze | βœ“ | | | | |
| Restore | βœ“ | | | | |

## Package manager support

Expand Down Expand Up @@ -184,19 +184,13 @@ but [there might be a greater need for such tools](usecase.md) out there. Here i

## Operating system support

| OS | `mpm` | `topgrade`[^1] | `pacaptr`[^2] | `pacapt`[^3] | `sysget`[^4] |
| ------- | :---: | :------------: | :-----------: | :----------: | :----------: |
| BSD | πŸ…±οΈ[^bsd_without_macos] | | | | |
| Linux | 🐧[^linux] | 🐧 | 🐧 | 🐧 | 🐧 |
| macOS | 🍎 | 🍎 | 🍎 | 🍎 | 🍎 |
| Unix | `>_`[^unix] | | | | |
| Windows | πŸͺŸ | πŸͺŸ | πŸͺŸ | | |

[^bsd_without_macos]: BSD: FreeBSD, NetBSD, OpenBSD, SunOS.

[^linux]: Linux: Linux, Windows Subsystem for Linux v2.

[^unix]: Unix: AIX, Cygwin, GNU/Hurd, Solaris, Windows Subsystem for Linux v1.
| OS | `mpm` | `topgrade`[^1] | `pacaptr`[^2] | `pacapt`[^3] | `sysget`[^4] |
| ------- | :--------------------: | :------------: | :-----------: | :----------: | :----------: |
| BSD | πŸ…±οΈ[^bsd_without_macos] | | | | |
| Linux | 🐧[^linux] | 🐧 | 🐧 | 🐧 | 🐧 |
| macOS | 🍎 | 🍎 | 🍎 | 🍎 | 🍎 |
| Unix | `>_`[^unix] | | | | |
| Windows | πŸͺŸ | πŸͺŸ | πŸͺŸ | | |

## Distribution

Expand All @@ -207,7 +201,7 @@ but [there might be a greater need for such tools](usecase.md) out there. Here i
| macOS binary | βœ“ (`x86_64`) | βœ“ (`x86_64`) | βœ“(`x86_64`, `aarch64`, `universal`) | | |
| Linux binary | βœ“ (`x86_64`) | βœ“ (`x86_64`, `aarch64`, `armv7`) | βœ“ (`x86_64`) | | βœ“ (`x86_64`) |
| Windows binary | βœ“ (`x86_64`) | βœ“ (`x86_64`) | βœ“ (`x86_64`) | | |
| Homebrew | [![homebrew downloads](https://img.shields.io/homebrew/installs/dm/meta-package-manager?style=flat-square)](https://github.com/Homebrew/homebrew-core/blob/master/Formula/meta-package-manager.rb) | [![homebrew downloads](https://img.shields.io/homebrew/installs/dm/topgrade?style=flat-square)](https://github.com/Homebrew/homebrew-core/blob/master/Formula/topgrade.rb) | [βœ“](https://github.com/rami3l/pacaptr#brew) | [![homebrew downloads](https://img.shields.io/homebrew/installs/dm/pacapt?style=flat-square)](https://github.com/Homebrew/homebrew-core/blob/master/Formula/pacapt.rb) | |
| Homebrew | [![homebrew downloads](https://img.shields.io/homebrew/installs/dm/meta-package-manager?style=flat-square)](https://github.com/Homebrew/homebrew-core/blob/master/Formula/meta-package-manager.rb) | [![homebrew downloads](https://img.shields.io/homebrew/installs/dm/topgrade?style=flat-square)](https://github.com/Homebrew/homebrew-core/blob/master/Formula/topgrade.rb) | [βœ“](https://github.com/rami3l/pacaptr#brew) | [![homebrew downloads](https://img.shields.io/homebrew/installs/dm/pacapt?style=flat-square)](https://github.com/Homebrew/homebrew-core/blob/master/Formula/pacapt.rb) | |
| Macports | | [βœ“](https://ports.macports.org/port/topgrade/) | | | |
| Chocolatey | | | [![Chocolatey](https://img.shields.io/chocolatey/dt/pacaptr?style=flat-square)](https://community.chocolatey.org/packages/pacaptr) | | |
| Crates.io | | [![Crates.io](https://img.shields.io/crates/d/topgrade?style=flat-square)](https://crates.io/crates/topgrade) | [![Crates.io](https://img.shields.io/crates/d/pacaptr?style=flat-square)](https://crates.io/crates/pacaptr) | | |
Expand Down Expand Up @@ -258,3 +252,9 @@ but [there might be a greater need for such tools](usecase.md) out there. Here i
[^3]: <https://github.com/icy/pacapt>

[^4]: <https://github.com/emilengler/sysget>

[^bsd_without_macos]: BSD: FreeBSD, NetBSD, OpenBSD, SunOS.

[^linux]: Linux: Linux, Windows Subsystem for Linux v2.

[^unix]: Unix: AIX, Cygwin, GNU/Hurd, Solaris, Windows Subsystem for Linux v1.
Loading

0 comments on commit ed9bec0

Please sign in to comment.