We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 522c167 commit a1aea1eCopy full SHA for a1aea1e
crates/atuin/src/command/client/wrapped.rs
@@ -40,13 +40,20 @@ impl WrappedStats {
40
"pip3",
41
"pipenv",
42
"poetry",
43
+ "pipx",
44
+ "uv",
45
"brew",
46
"apt",
47
"apt-get",
48
"apk",
49
"pacman",
50
+ "yay",
51
+ "paru",
52
"yum",
53
"dnf",
54
+ "dnf5",
55
+ "rpm",
56
+ "rpm-ostree",
57
"zypper",
58
"pkg",
59
"chocolatey",
@@ -55,6 +62,7 @@ impl WrappedStats {
62
"winget",
63
"gem",
64
"bundle",
65
+ "shards",
66
"composer",
67
"gradle",
60
68
"maven",
@@ -65,6 +73,10 @@ impl WrappedStats {
73
"mix",
74
"hex",
75
"rebar3",
76
+ "nix",
77
+ "nix-env",
78
+ "cabal",
79
+ "opam",
80
];
69
81
70
82
let pkg_commands = history
0 commit comments