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

Show last commands return status and each pipe status separately #510

Open
dzervas opened this issue Jun 29, 2024 · 0 comments
Open

Show last commands return status and each pipe status separately #510

dzervas opened this issue Jun 29, 2024 · 0 comments
Labels
❓ question This issue is a question

Comments

@dzervas
Copy link

dzervas commented Jun 29, 2024

In some fish default config (I think nixos?) I saw the following:

$ echo hello | grep -s world
[ 0 | 1 ] $

So if the previous command fails it shows the returned code and if some pipe failed it shows the return status of each pipe command

How can I achieve something like that with tide?

@dzervas dzervas added the ❓ question This issue is a question label Jun 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❓ question This issue is a question
1 participant