You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some commands in my ~/.mcfly/history.db database that include credentials. I would like to get rid of them. I can't make them appear in the UI (for some reason), so I can't delete them with F2. I can open the .db and use litecli to delete rows, but I don't know if I'll be breaking some constraints if I use that blunt a hammer.
Any advice?
The text was updated successfully, but these errors were encountered:
The reason I couldn't see the commands: I had set MCFLY_HISTORY_LIMIT=50000. Changing that value let me find the commands and delete them with F2, but it would still be easier to do it with SQLite.
I have some commands in my
~/.mcfly/history.db
database that include credentials. I would like to get rid of them. I can't make them appear in the UI (for some reason), so I can't delete them with F2. I can open the .db and use litecli to delete rows, but I don't know if I'll be breaking some constraints if I use that blunt a hammer.Any advice?
The text was updated successfully, but these errors were encountered: