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

feat: add commands function #64

Closed
wants to merge 3 commits into from
Closed

Commits on Feb 5, 2023

  1. feat: add command function to return std::Command

    Adds new `command` function that returns the underlying `std::Command`
    that would be called to open given path.
    
    Related: Byron#63
    Related: helix-editor/helix#5820
    matoous committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    fdd2ef0 View commit details
    Browse the repository at this point in the history
  2. try commands without args

    matoous committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    8aa9bce View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. apply suggestions

    matoous committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    2e10486 View commit details
    Browse the repository at this point in the history