abra app <app> ps -w/--watch #178
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the problem to be solved
You have to use
watch ...
to get updates butwatch
isn't always around.Describe the solution you would like
Add a
-w/--watch
flag so we can fast updates on theps
-based status.I've added a first stab at this but idk how to do cross platform terminal updates in real-time so it just appends to output endlessly.
2ba1ec3df0