Skip to content

Commit a1aea1e

Browse files
authored
feat(wrapped): add more pkg managers (#2503)
* feat(wrapped): add more pkg managers * style: fix format (missing comma) * fix: remove pyenv as it doesn't handle packages
1 parent 522c167 commit a1aea1e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

crates/atuin/src/command/client/wrapped.rs

+12
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,20 @@ impl WrappedStats {
4040
"pip3",
4141
"pipenv",
4242
"poetry",
43+
"pipx",
44+
"uv",
4345
"brew",
4446
"apt",
4547
"apt-get",
4648
"apk",
4749
"pacman",
50+
"yay",
51+
"paru",
4852
"yum",
4953
"dnf",
54+
"dnf5",
55+
"rpm",
56+
"rpm-ostree",
5057
"zypper",
5158
"pkg",
5259
"chocolatey",
@@ -55,6 +62,7 @@ impl WrappedStats {
5562
"winget",
5663
"gem",
5764
"bundle",
65+
"shards",
5866
"composer",
5967
"gradle",
6068
"maven",
@@ -65,6 +73,10 @@ impl WrappedStats {
6573
"mix",
6674
"hex",
6775
"rebar3",
76+
"nix",
77+
"nix-env",
78+
"cabal",
79+
"opam",
6880
];
6981

7082
let pkg_commands = history

0 commit comments

Comments
 (0)