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

Support prepend() #2045

Merged
merged 7 commits into from
May 17, 2024
Merged

Support prepend() #2045

merged 7 commits into from
May 17, 2024

Commits on May 16, 2024

  1. Add --man subcommand (casey#2041)

    casey authored and gyreas committed May 16, 2024
    Configuration menu
    Copy the full SHA
    46be451 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. support prepend()

    prepend(prefix, base) takes a `prefix` and a (possibly space-separated) `base` string,
    and append `prefix` to the beginning of each word in the base string;
    for example, prepend('src', 'foo bar baz') -> 'src/foo src/bar src/baz'
    gyreas committed May 17, 2024
    Configuration menu
    Copy the full SHA
    accf703 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    gyreas committed May 17, 2024
    Configuration menu
    Copy the full SHA
    7abc7d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f7831 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c1288a View commit details
    Browse the repository at this point in the history
  5. Tweak

    casey committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e2d5ab1 View commit details
    Browse the repository at this point in the history
  6. Reform

    casey committed May 17, 2024
    Configuration menu
    Copy the full SHA
    59f8eeb View commit details
    Browse the repository at this point in the history