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: make query_command shell-agnostic #19

Merged
merged 10 commits into from
Oct 9, 2024

Commits on Feb 27, 2024

  1. fix f-person#18 by making query_command shell-agnostic

    `query_command` is now of type `table` so that `vim.fn.jobstart` does
    not use `shell`.
    Oliver Krylow committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    22da14d View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. style: stylua formatting

    nekowinston committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    085eb83 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fix: linux query_command

    nekowinston committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f4d3aea View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    1eda3ce View commit details
    Browse the repository at this point in the history
  2. Removes shell syntax when dropping priv

    Oliver Krylow committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c521447 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    6432e5e View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    3fa5907 View commit details
    Browse the repository at this point in the history
  2. fix: handle $SUDO_USER being nil

    this should help with escalation methods that aren't sudo, we don't have
    to add support for them right now, but at least alert the user that an
    error occurred.
    nekowinston committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8a70b06 View commit details
    Browse the repository at this point in the history
  3. style: spaces -> tabs

    nekowinston committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2d1c675 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6d5de1f View commit details
    Browse the repository at this point in the history