vn971 / shell-history-cleaner

Clean your bash/shell history
1 stars 0 forks source link

Can it remove 'time stamps'? #1

Open jkemp814 opened 6 months ago

jkemp814 commented 6 months ago

Great little utility. Thanks for sharing.

I have a question, if I may. The script work so well, I'm left with a lot of time stamps which have to be manually removed. Are there plans to add the different types of time stamps left behind? In my .bash_history, the time stamps are right above the line removed.

vn971 commented 6 months ago

@jkemp814 hum, that makes a lot of sense. I'm personally not using timestamps, but they're officially supported by many shells IIRC. So including support for that could make sense, even if it would require code changes.

vn971 commented 6 months ago

I've added the labels enhancement / help wanted / good first issue. Is it something that you'd be open to contribute yourself, or not really? (I'd accept a PR that passes the compilation without warnings and is well written.)