Git Product home page Git Product logo

Comments (4)

gnachman avatar gnachman commented on July 24, 2024 1

It sounds like it would be impossible for bash-preexec to work correctly when HISTTIMEFORMAT is readonly. Given that, would it make sense to print one error at instal time and then refuse to install the debug trap and PROMPT_COMMAND? The problem with printing an error on every command is the user is left wondering who is printing it, and it's very hard to diagnose since they don't know the implementation of bash-preexec. If you say something like "bash-preexec: readonly HITTIMEFORMAT not supported" the user has a good chance of fixing it themselves.

from bash-preexec.

dimo414 avatar dimo414 commented on July 24, 2024

The short-term fix is to not do that :)

I'm inclined to agree with this - yes bash-preexec could suppress this error message, but the behavior would still be broken. https://stackoverflow.com/a/11248484 has similar advice.

I did come across this article which recommends making HISTTIMEFORMAT readonly, but it seems like security-through-obscurity to me; bash --norc would evade it, as jordanm notes on the SO thread.

from bash-preexec.

rcaloras avatar rcaloras commented on July 24, 2024

@gnachman I think failing at install time and printing a helpful error message is probably the best option here. We could add a function to check this at: https://github.com/rcaloras/bash-preexec/blob/master/bash-preexec.sh#L281.

How does that help your issue downstream in iTerm2 though? Is it simply better since the user can probably fix themselves?

from bash-preexec.

gnachman avatar gnachman commented on July 24, 2024

I agree that looks like a good place to put the check. Print an error message and return a code I can check. It's better for me because the user can help themselves instead of filing an issue 😄

from bash-preexec.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.