being an extension for interacting with the status on a GitHub profile.
gh extension install vilmibm/gh-user-status
gh user-status set
gh user-status set
interactively set statusgh user-status set --limited "vacation"
set a status with limited availabilitygh user-status set --expiry 1h "leave me alone"
set with 1 hour expirygh user-status set --emoji "pizza" "eating lunch"
set with an emoji
gh user-status get
gh user-status get
see your statusgh user-status get mislav
see another user's status
By default, the 💭 emoji is used.
Limiting visibility of the status to an organization is not yet supported.
vilmibm vilmibm@github.com