Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go - Should I Deloy Today - Cowsay

Should I Deploy Today with Cowsay Smart messages from Should I Deploy Today website and use it on Cowsay linux command line

Configuration

  1. Install Cowsay

    1. Ubuntu: sudo apt install cowsay
    2. Fedora: sudo dnf install cowsay
    3. Arch: sudo pacman -S cowsay
  2. Install ShouldIDeploy command line

    1. Download the binary (or build on your local machine)
    2. Move the binary to the directory: /usr/bin
  3. Setup your terminal

    1. Open your .bashrc / .zshrc and add the command: shouldideploytoday | cowsay

Building

Go Version: go version go1.21.5 linux/amd64

Generating the binary

For the same machine

# Inside `src` folder
go build -o shouldideploytoday main.go

Copyright (c) 2023 Marcio Mangar

About

Smart messages from Should I Deploy Today website and use it on Cowsay linux command line

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages