Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration with shell variables. #1

Merged
merged 3 commits into from
Aug 30, 2021
Merged

Configuration with shell variables. #1

merged 3 commits into from
Aug 30, 2021

Commits on Aug 30, 2021

  1. Configuration menu
    Copy the full SHA
    53b5024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dab7406 View commit details
    Browse the repository at this point in the history
  3. Use shell variables to configure the builtin.

    Instead of the `-s K=V` options, configuration is now read from shell variables:
    
      TIMEHISTORY_FORMAT sets the default format format, if `-f` is not given.
      TIMEHISTORY_LIMIT sets the maximum history size.
    
    TIMEHISTORY_LIMIT is a dynamic variable, so it is always in sync with the value
    stored in the History instance.
    ayosec committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    4682200 View commit details
    Browse the repository at this point in the history