🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

github.com/ronaldr1985/countdown-timer-go

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/ronaldr1985/countdown-timer-go

v0.0.0-20220223223937-8bf5fe2cb55e
Source
Go
Version published
Created
Source

sleep-go

A simple countdown timer written in Go, it was built to be an alternative to the sleep on Linux with more features. Should also work on Windows.

Usage

First things first compile the application:

go build

And then run it passing it the time you want to sleep for. For example:

So to sleep for 5 minutes and 30 seconds

sleep-go 5m30s 

Installation

If you have Go installed you can run

go get -u github.com/ronaldr1985/sleep-go

FAQs

Package last updated on 23 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts