vilmibm / gh-user-status

set and get github user statuses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gh user-status

being an extension for interacting with the status on a GitHub profile.

installation

gh extension install vilmibm/gh-user-status

usage

  • gh user-status set
    • gh user-status set interactively set status
    • gh user-status set --limited "vacation" set a status with limited availability
    • gh user-status set --expiry 1h "leave me alone" set with 1 hour expiry
    • gh user-status set --emoji "pizza" "eating lunch" set with an emoji
  • gh user-status get
    • gh user-status get see your status
    • gh 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.

author

vilmibm vilmibm@github.com

About

set and get github user statuses

License:GNU Affero General Public License v3.0


Languages

Language:Go 100.0%