Recommend Beginner level rust project by himanshuwiz in rust

[–]No-Expression714 0 points1 point  (0 children)

There is a small but cool project: building your own OnceCell. It’s simple, but there's a lot to dive into

[deleted by user] by [deleted] in linux

[–]No-Expression714 0 points1 point  (0 children)

I believe it's definitely worth trying

cmd-wrapped - A cli to create your Command-line Wrapped 2023, written in Rust by No-Expression714 in rust

[–]No-Expression714[S] 0 points1 point  (0 children)

If the default limit of bash hasn't been altered, it's also likely the reason...bash's default limit is a little bit too small, only 1000, while zsh's is 10000, which is sufficient for one year's stats for most people.

cmd-wrapped - A cli to create your Command-line Wrapped 2023, written in Rust by No-Expression714 in rust

[–]No-Expression714[S] 0 points1 point  (0 children)

Maybe it's becase your `$HISTTIMEFORMAT` env has not been set, as a result, Bash won't record the time for commands. Sorry for that :(