YiNNx / cmd-wrapped

👩‍💻 A CLI Tool for Command Line Insights
https://crates.io/crates/cmd-wrapped
MIT License
1.01k stars 27 forks source link

Add the ability to parse multiple shells or specify prefered shell #1

Open licentiapoetica opened 10 months ago

licentiapoetica commented 10 months ago

I really like the idea of this tool but in my case I switched mid year to zsh from bash and therefore I only have a limited set of statistics, it would be great if there would be the option to either specify a history file via arg that is being read or maybe parse all available histories and combine them.

thanks for the cool tool

YiNNx commented 10 months ago

Thanks for your suggestion! It makes sense to provide an option for specifying multi history files.

Flummi commented 10 months ago

In the meantime, you can trick the program with 'SHELL=/usr/bin/bash ./cmd-wrapped'. :)

yuxiang-zhang commented 9 months ago

The tool doesn't work if my history file is not at the default location. It'd be great to be able to specify the history file location