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

[PATCH]: psuh subcommand implementation #1807

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 5, 2024

  1. psuh: add a built-in by popular demand

    Internal metrics indicate this is a command many users expect to be
    present. So here's an implementation to help drive customer
    satisfaction and engagement: a pony which doubtfully greets the user,
    or, a Pony Saying "Um, Hello" (PSUH).
    
    This commit message is intentionally formatted to 72 columns per line,
    starts with a single line as "commit message subject" that is written as
    if to command the codebase to do something (add this, teach a command
    that). The body of the message is designed to add information about the
    commit that is not readily deduced from reading the associated diff,
    such as answering the question "why?".
    
    Signed-off-by: Abraham Samuel Adekunle <[email protected]>
    devdekunle committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    80a0926 View commit details
    Browse the repository at this point in the history
  2. psuh: show parameters & config opts

    Signed-off-by: Abraham Samuel Adekunle <[email protected]>
    devdekunle committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    b56f40e View commit details
    Browse the repository at this point in the history
  3. psuh: print the current branch

    Signed-off-by: Abraham Samuel Adekunle <[email protected]>
    devdekunle committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    26d9483 View commit details
    Browse the repository at this point in the history
  4. psuh: display the top of psuh i.e, commit

    Signed-off-by: Abraham Samuel Adekunle <[email protected]>
    devdekunle committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    c4cccc9 View commit details
    Browse the repository at this point in the history
  5. psuh: add new files to tree

    Signed-off-by: Abraham Samuel Adekunle <[email protected]>
    devdekunle committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f450cab View commit details
    Browse the repository at this point in the history
  6. psuh: Add tests to psuh subcommand

    Signed-off-by: Abraham Samuel Adekunle <[email protected]>
    devdekunle committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    3031ff6 View commit details
    Browse the repository at this point in the history