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

Alias that returns modified command #5473

Merged
merged 107 commits into from
Jul 11, 2024
Merged

Alias that returns modified command #5473

merged 107 commits into from
Jul 11, 2024

Commits on Jun 1, 2024

  1. Command Alias

    a committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    27347db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3eb537b View commit details
    Browse the repository at this point in the history
  3. tests

    a committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    4d4ed2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5347ff0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b91b07a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f624858 View commit details
    Browse the repository at this point in the history
  7. tests

    a committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    557fa68 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/command_alias' into command_alias

    # Conflicts:
    #	tests/procs/test_specs.py
    #	xonsh/procs/specs.py
    a committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    2edaabf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3d572b3 View commit details
    Browse the repository at this point in the history
  10. news

    a committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    f48ec9c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f19bf5f View commit details
    Browse the repository at this point in the history
  12. docs

    a committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    37acdac View commit details
    Browse the repository at this point in the history
  13. tests

    a committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    9e3d588 View commit details
    Browse the repository at this point in the history
  14. docs

    a committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    ec4cfaa View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. wip

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    0cba1ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c8ed38 View commit details
    Browse the repository at this point in the history
  3. tests

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    cb1f7f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55980db View commit details
    Browse the repository at this point in the history
  5. tests

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    bad7b6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    77405d7 View commit details
    Browse the repository at this point in the history
  7. tests

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    4235997 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    025bdec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0444ad8 View commit details
    Browse the repository at this point in the history
  10. tests

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    448fb6e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94d45e1 View commit details
    Browse the repository at this point in the history
  12. tests

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    82b0888 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9978403 View commit details
    Browse the repository at this point in the history
  14. tests

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    4dc9dfa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7207c6e View commit details
    Browse the repository at this point in the history
  16. tests

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    7bbe73f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e2b39ce View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a4f4e23 View commit details
    Browse the repository at this point in the history
  19. tests

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    41a3a01 View commit details
    Browse the repository at this point in the history
  20. tests

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    3d99937 View commit details
    Browse the repository at this point in the history
  21. clean

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    5634bec View commit details
    Browse the repository at this point in the history
  22. news

    a committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    44e9fc0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    dbd06c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    41dee27 View commit details
    Browse the repository at this point in the history
  2. news

    a committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    3267fe5 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    64f80ef View commit details
    Browse the repository at this point in the history
  2. bumptests

    a committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    734b594 View commit details
    Browse the repository at this point in the history
  3. bumptests

    a committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f96091a View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Merge remote-tracking branch 'origin/main' into command_alias

    # Conflicts:
    #	tests/test_integrations.py
    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    39a3996 View commit details
    Browse the repository at this point in the history
  2. new api

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c3128f8 View commit details
    Browse the repository at this point in the history
  3. tests

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    47b2292 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7609bc View commit details
    Browse the repository at this point in the history
  5. doooocs

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c780c2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d97c791 View commit details
    Browse the repository at this point in the history
  7. comments

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    203feed View commit details
    Browse the repository at this point in the history
  8. comments

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    90d81a5 View commit details
    Browse the repository at this point in the history
  9. comments

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    6654b40 View commit details
    Browse the repository at this point in the history
  10. aliases.CUT_ARGS

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    464da21 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c73572d View commit details
    Browse the repository at this point in the history
  12. aliases.CUT_ARGS

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4b1aadf View commit details
    Browse the repository at this point in the history
  13. aliases.CUT_ARGS

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    26a3bc7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    eb8b6a2 View commit details
    Browse the repository at this point in the history
  15. aliases.CUT_ARGS

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    990072f View commit details
    Browse the repository at this point in the history
  16. aliases.CUT_ARGS

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    2a41e02 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3b2c1c9 View commit details
    Browse the repository at this point in the history
  18. aliases.CUT_ARGS

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c808db5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    cdbb1fd View commit details
    Browse the repository at this point in the history
  20. comments

    a committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    73d8f36 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    282e9cf View commit details
    Browse the repository at this point in the history
  2. bump test

    a committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    32dd5eb View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jun 25, 2024

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

Commits on Jun 29, 2024

  1. Configuration menu
    Copy the full SHA
    ccf3f2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3fb2f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04d4641 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

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

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    bdfffb8 View commit details
    Browse the repository at this point in the history
  2. remove CUT_ARGS

    a committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    678312a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    161a1a9 View commit details
    Browse the repository at this point in the history
  4. test

    a committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    71098bc View commit details
    Browse the repository at this point in the history
  5. test

    a committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d61eebf View commit details
    Browse the repository at this point in the history
  6. wip

    a committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2529f7c View commit details
    Browse the repository at this point in the history
  7. revert

    a committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b9b17ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b605479 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. wip

    a committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    0b5276d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6eda0cb View commit details
    Browse the repository at this point in the history
  3. wip

    a committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    75238be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    808849b View commit details
    Browse the repository at this point in the history
  5. wip

    a committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    73314a7 View commit details
    Browse the repository at this point in the history
  6. docs

    a committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    468a76f View commit details
    Browse the repository at this point in the history
  7. news

    a committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    35772f3 View commit details
    Browse the repository at this point in the history
  8. tests

    a committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    da7a27c View commit details
    Browse the repository at this point in the history
  9. tests

    a committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    dbe4b3b View commit details
    Browse the repository at this point in the history
  10. test

    a committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    caa07f8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ccbade7 View commit details
    Browse the repository at this point in the history
  12. test

    a committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    f10667b View commit details
    Browse the repository at this point in the history
  13. test

    a committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    5ac28d2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2d4975b View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    759f930 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e23d55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    801fc3f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

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

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    bc8da38 View commit details
    Browse the repository at this point in the history
  2. Update docs/tutorial.rst

    Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
    anki-code and jaraco committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e6f4cb0 View commit details
    Browse the repository at this point in the history
  3. Update xonsh/aliases.py

    Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
    anki-code and jaraco committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    13b39be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd76b7d View commit details
    Browse the repository at this point in the history
  5. fix, thanks jaraco!

    a committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    65b04c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3470910 View commit details
    Browse the repository at this point in the history
  7. more comments

    a committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    25b1a91 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9083299 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    afdb6b1 View commit details
    Browse the repository at this point in the history
  10. cleaning

    a committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9a5ecab View commit details
    Browse the repository at this point in the history