Skip to content

Commit

Permalink
feat(wrapped): add more pkg managers
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregv authored Dec 28, 2024
1 parent dda6675 commit 91a674d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions crates/atuin/src/command/client/wrapped.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,21 @@ impl WrappedStats {
"pip3",
"pipenv",
"poetry",
"pyenv",
"pipx",
"uv",
"brew",
"apt",
"apt-get",
"apk",
"pacman",
"yay",
"paru",
"yum",
"dnf",
"dnf5",
"rpm",
"rpm-ostree",
"zypper",
"pkg",
"chocolatey",
Expand All @@ -55,6 +63,7 @@ impl WrappedStats {
"winget",
"gem",
"bundle",
"shards",
"composer",
"gradle",
"maven",
Expand All @@ -65,6 +74,10 @@ impl WrappedStats {
"mix",
"hex",
"rebar3",
"nix",
"nix-env",
"cabal",
"opam"
];

let pkg_commands = history
Expand Down

0 comments on commit 91a674d

Please sign in to comment.