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

Port root before_v0.60/*.nu scripts (issue #221) #837

Merged
merged 7 commits into from
May 13, 2024

Commits on May 12, 2024

  1. remove bin-utils.nu

    `into bits` `into int` already in the core
    39555 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    669320e View commit details
    Browse the repository at this point in the history
  2. remove fehbg.nu

    This script is already ported to `sourced/fehbg.nu`
    39555 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    30a576e View commit details
    Browse the repository at this point in the history
  3. move root before_v0.60 scripts

    39555 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a1322a4 View commit details
    Browse the repository at this point in the history
  4. port lint_directories.nu

    39555 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    c57acfa View commit details
    Browse the repository at this point in the history
  5. port maintainer_time.nu

    just `update {|row| ...}`
    39555 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    a37c0fe View commit details
    Browse the repository at this point in the history
  6. port make_readme_table.nu

    - `if {} {}` -> `if {} else {}`
    - `str find-replace` -> `str replace`
    39555 committed May 12, 2024
    Configuration menu
    Copy the full SHA
    46b468f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. fix: make_readme_table.nu

    - add `--all` to replace all occcurencies
    - `\\` -> '\'. No need to escape backslash in single qoutes
    39555 committed May 13, 2024
    Configuration menu
    Copy the full SHA
    9dd0319 View commit details
    Browse the repository at this point in the history