Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vilmibm/gh-user-status
- Owner: vilmibm
- License: agpl-3.0
- Created: 2021-07-13T18:36:43.000Z (over 3 years ago)
- Default Branch: trunk
- Last Pushed: 2022-07-11T21:00:11.000Z (over 2 years ago)
- Last Synced: 2024-10-13T08:24:58.342Z (3 months ago)
- Topics: gh-extension
- Language: Go
- Homepage:
- Size: 12.5 MB
- Stars: 79
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gh-cli-extensions - **user-status** - Set and get github user statuses. (Github)
- jimsghstars - vilmibm/gh-user-status - set and get github user statuses (Go)
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 statusBy default, the :thought_balloon: emoji is used.
Limiting visibility of the status to an organization is not yet supported.
## author
vilmibm