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

Add enter_accept to immediately execute an accepted command #1311

Merged
merged 6 commits into from
Oct 20, 2023
Merged

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    84ed53f View commit details
    Browse the repository at this point in the history
  2. Add config for enter_accept

    enter_accept will make Atuin immediately accept an execute a command
    when selected. It defaults to false in our binary, but the default
    config enables it.
    
    This means that users who already use atuin will not default to the new
    behaviour unless they opt in, but new users will have it by default.
    
    Thanks to @davidhewitt for the patch and bulk of this implementation!
    Currently we have it just for zsh, but I'll follow up with other shells
    (unless anyone beats me to it :D)
    ellie committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    cbf433a View commit details
    Browse the repository at this point in the history
  3. Add docs

    ellie committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    0ee73da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a806a0c View commit details
    Browse the repository at this point in the history
  5. Check if using zsh

    ellie committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    62dd6e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Update docs/docs/config/config.md

    Co-authored-by: Conrad Ludgate <conradludgate@gmail.com>
    ellie and conradludgate committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    e8fa9c9 View commit details
    Browse the repository at this point in the history