Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/gmobrien/appxuptime
Print approximate system uptime to STDOUT in plain English.
*Go port of [appx_uptime.py](https://gitlab.com/gmobrien/appx-uptime.py)*
https://gitlab.com/gmobrien/appxuptime
trivial unix uptime utility
Last synced: 16 days ago
JSON representation
Print approximate system uptime to STDOUT in plain English. *Go port of [appx_uptime.py](https://gitlab.com/gmobrien/appx-uptime.py)*
- Host: gitlab.com
- URL: https://gitlab.com/gmobrien/appxuptime
- Owner: gmobrien
- Created: 2019-07-27T03:43:55.204Z (over 5 years ago)
- Default Branch: master
- Last Synced: 2022-11-03T17:15:00.791Z (about 2 years ago)
- Topics: trivial, unix, uptime, utility
- Stars: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appxuptime.go
_A Go port of [appx_uptime.py](https://gitlab.com/gmobrien/appx-uptime.py)_
This is a simple tool I use to generate a cute uptime message in plain
English.It probably has no practical value.
## Build
To build **appxutime**, check out the project and run `go build appxuptime` within the project directory.
## Usage
`./appxuptime`
This will produce output on STDOUT similar to:
`This system has been online for approximately 20 hours and 10 minutes.`
Enjoy!