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

Auto suggest environment variables using l2 --env <path> command #10

Merged
merged 9 commits into from
Jul 18, 2023

Commits on Mar 5, 2023

  1. Fixed .git folder check bug

        - Handling this case in catch block
    rohansh-tty committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    b379922 View commit details
    Browse the repository at this point in the history
  2. Remove unused fs

    shrsv committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    2440e00 View commit details
    Browse the repository at this point in the history
  3. 2.4.0

    shrsv committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    806dbd3 View commit details
    Browse the repository at this point in the history
  4. 2.5.0

    shrsv committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    115f913 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Autocomplete improvement

    shrsv committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    4e93b77 View commit details
    Browse the repository at this point in the history
  2. 2.6.0

    shrsv committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e1cd1bc View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Detailed env suggestions for l2

    - Using `l2 --env ${l2FilePath}` go lang binary command to fetch env.
    - Removed old searching envs in the frontend as performance was low.
    - Moved all the suggestions and replacing part to new file.
    lovestaco committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    704b559 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    7f97a10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdc416c View commit details
    Browse the repository at this point in the history