littlewhitecloud / TkTerminal

A terminal emulator widget written in Python using tkinter
MIT License
15 stars 2 forks source link

History command recorder fails when command has $ #28

Closed littlewhitecloud closed 1 year ago

littlewhitecloud commented 1 year ago

image

littlewhitecloud commented 1 year ago
        if SYSTEM == "Windows":
            cmd = cmd.split(">")[-1].strip()
        else:
            cmd = cmd.split("$")[-1].strip()  # Unix