YiNN

Results 24 comments of YiNN

I also encountered this problem. But for my case, changing the enum value to the string can make the mutation operation successful.

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

May you show an example of the wordcloud picture in ASCII art format? I think displaying the wordcloud in the terminal can be a bit challenging

Which shell are you using, and could you please show me the path to your history file?

Hi, please check https://github.com/YiNNx/cmd-wrapped/issues/3

Maybe it's because you entered ENTER while printing which causes the new line, see https://github.com/YiNNx/cmd-wrapped/issues/12

As for me: ![Screenshot from 2024-01-03 17-50-50](https://github.com/YiNNx/cmd-wrapped/assets/86649490/40ac465f-3dcc-4793-8657-d4905a232d4b) ![Screenshot from 2024-01-03 18-20-43](https://github.com/YiNNx/cmd-wrapped/assets/86649490/dac0692e-54e8-4c83-ba0c-0285e8bdd334) ![Screenshot from 2024-01-03 18-27-33](https://github.com/YiNNx/cmd-wrapped/assets/86649490/95ce14cc-3747-474d-80c1-3a5403be420a)

@ATQQ @1017neroliu @80imike Can you show me the results of these commands? `echo $HISTFILE` `cat $HISTFILE | tail - 20`

I've figured out what the problem is. Zsh history won't keep track of the time for each command if the additional option called `EXTENDED_HISTORY` isn't configured.(https://zsh.sourceforge.io/Doc/Release/Options.html#History) Frameworks like oh-my-zsh can...