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

Simplify+optimize #856

Merged
merged 28 commits into from
Oct 19, 2023
Merged

Simplify+optimize #856

merged 28 commits into from
Oct 19, 2023

Commits on Jul 17, 2023

  1. deb-get: simplify

    use simpler constructs, avoid calls to external apps, compact some
    statements to reduce debugging (-x) output
    mralusw committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    a07ef71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e403e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    322fec1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e46c393 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51ba3ee View commit details
    Browse the repository at this point in the history
  6. deb-get: use case..esac

    mralusw committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    3713306 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    624daa9 View commit details
    Browse the repository at this point in the history
  8. deb-get: quote $var's

    mralusw committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    07e39dd View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    ec87bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99c4b02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7a8d55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea5f065 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. deb-get: remove inexistent curl options

    Also remove exports only performed with --quiet; preparing for `eval`
    mralusw committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    5978a02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef33f2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27ccd93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee08191 View commit details
    Browse the repository at this point in the history
  5. deb-get: list_*_apps: optimize (replace for loop)

    less -x output too
    mralusw committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e922927 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. deb-get: case..esac

    mralusw committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    dd37d55 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    e4b4c5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    003a15b View commit details
    Browse the repository at this point in the history
  3. deb-get: ensure doas / sudo actuallly work

    Could be installed but not configured
    mralusw committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    9cd4d4b View commit details
    Browse the repository at this point in the history
  4. deb-get: simplify get_gh URL

    mralusw committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    06b1353 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b3b029 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a752032 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f53547b View commit details
    Browse the repository at this point in the history
  8. deb-get: lock management in refresh_*

    Set trap to ensure lock removal; warn if cache locked
    mralusw committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    f0d39ca View commit details
    Browse the repository at this point in the history
  9. deb-get: search: fix '-...' patterns

    use grep -e
    mralusw committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1f4581b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

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