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

Issue730 #226

Draft
wants to merge 44 commits into
base: main
Choose a base branch
from
Draft

Issue730 #226

wants to merge 44 commits into from

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    af4e2c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a34d67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5be8779 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c784126 View commit details
    Browse the repository at this point in the history
  5. some prelim fixes and style

    speckdavid authored and FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    64713a9 View commit details
    Browse the repository at this point in the history
  6. logic of argcomplete

    speckdavid authored and FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e3aaf18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0e0b8a View commit details
    Browse the repository at this point in the history
  8. minor

    speckdavid authored and FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d5de54f View commit details
    Browse the repository at this point in the history
  9. some intermediate fixes

    speckdavid authored and FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ddd7f84 View commit details
    Browse the repository at this point in the history
  10. some logic fixes

    speckdavid authored and FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3741663 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    816f983 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ed83082 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8083992 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    75b6440 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9bda42c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    91048da View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    05aa478 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b37280b View commit details
    Browse the repository at this point in the history
  19. tab completion docu

    speckdavid authored and FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    43cf4d7 View commit details
    Browse the repository at this point in the history
  20. removed unncessary variable

    speckdavid authored and FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a1f8b80 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b5826a8 View commit details
    Browse the repository at this point in the history
  22. removed file completer in search component and rely on a default bash…

    … completion for it. fixed issue with cursor on last word
    speckdavid authored and FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    57e0f4c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6011133 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    228a1f2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0aec464 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e7151b0 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    bed863b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    39a5d35 View commit details
    Browse the repository at this point in the history
  29. imporved tab completion

    speckdavid authored and FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    962d2d0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3ba6f84 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2276c0b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    def3f5a View commit details
    Browse the repository at this point in the history
  33. minor

    speckdavid authored and FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5ed1356 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7c167dc View commit details
    Browse the repository at this point in the history
  35. reset translator

    FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5a23b09 View commit details
    Browse the repository at this point in the history
  36. style

    FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    23ae10a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4f5b847 View commit details
    Browse the repository at this point in the history
  38. style

    FlorianPommerening committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    fc46d83 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7a270a0 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    8564b91 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. code review

    FlorianPommerening committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a239859 View commit details
    Browse the repository at this point in the history
  2. fix tests and typo

    FlorianPommerening committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8f6c57b View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 11, 2024

  1. fixed pip install comment

    speckdavid committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0762dc2 View commit details
    Browse the repository at this point in the history