Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vilmibm/gh-user-status

set and get github user statuses
https://github.com/vilmibm/gh-user-status

gh-extension

Last synced: 3 months ago
JSON representation

set and get github user statuses

Awesome Lists containing this project

README

        

# 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 :thought_balloon: emoji is used.

Limiting visibility of the status to an organization is not yet supported.

## author

vilmibm