New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/nbr41/gocrontranslate

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/nbr41/gocrontranslate

  • v0.0.0-20200214143148-f65caf61e983
  • Source
  • Go
  • Socket score

Version published
Created
Source

GoDoc Build Status Code validation Coverage Status Publish

gocrontranslate

A simple tool to translate a crontab format to text

Installation

go get github.com/NBR41/gocrontranslate

Usage

./gocrontranslate "1 2 3 4 *"

displays

at 02h01 of every 3 of April

The package github.com/NBR41/gocrontranslate/translator can also be used in stand alone to get the translation.

Docker

docker run --rm nbr41/gocrontranslate:latest "* * * * *"

FAQs

Package last updated on 14 Feb 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc