Skip to content

Commit

Permalink
feat(wrapped): add more pkg managers (#2503)
Browse files Browse the repository at this point in the history
* feat(wrapped): add more pkg managers

* style: fix format (missing comma)

* fix: remove pyenv as it doesn't handle packages
  • Loading branch information
alexandregv authored Jan 7, 2025
1 parent 522c167 commit a1aea1e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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,20 @@ impl WrappedStats {
"pip3",
"pipenv",
"poetry",
"pipx",
"uv",
"brew",
"apt",
"apt-get",
"apk",
"pacman",
"yay",
"paru",
"yum",
"dnf",
"dnf5",
"rpm",
"rpm-ostree",
"zypper",
"pkg",
"chocolatey",
Expand All @@ -55,6 +62,7 @@ impl WrappedStats {
"winget",
"gem",
"bundle",
"shards",
"composer",
"gradle",
"maven",
Expand All @@ -65,6 +73,10 @@ impl WrappedStats {
"mix",
"hex",
"rebar3",
"nix",
"nix-env",
"cabal",
"opam",
];

let pkg_commands = history
Expand Down

0 comments on commit a1aea1e

Please sign in to comment.