Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)*

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!