I don't know how dirtrack would tell the difference between a prompt output and other printed output. I just thought of the edge case and decided to point it out in case someone knew of a solution. Thanks for responding. On Mon, Nov 25, 2024 at 11:55 AM Eli Zaretskii wrote: > > From: Colton Goates > > Date: Mon, 25 Nov 2024 10:27:00 -0700 > > Cc: 74524@debbugs.gnu.org > > > > Coltons-MacBook-Pro:/Users/coltongoates/software-dev/$ isn't intended to > be a directory name, it's a string > > that's intended to look exactly like my prompt. (I know it's pretty > contrived.) > > > > So, if someone prints something that resembles their prompt, dirtrack > will change the directory, because > > dirtrack thinks it just saw the shell prompt appear, but it really just > saw a string that resembles the prompt. > > Does that make more sense now? > > What do you expect dirtrack to do when you deliberately try to deceive > it? AFAIU, dirtrack is a piece of heuristic ad-hocery (as explained > in its commentary), so it cannot be expected to survive such > deception. What kind of changes would you suggest to consider to > handle the cases such as this one? >