Skip to content
/ geol Public

Efficiently show end-of-life dates for a number of products in your terminal using https://endoflife.date/ API

License

opt-nc/geol

geol

GitHub release (latest by date) GitHub Workflow Status GitHub go.mod Go version GitHub License GitHub Repo stars Powered By: GoReleaser Conventional Commits GoReportCard GoDoc lint-workflow OpenSSF Best Practices

❔ About

geol is a Go based alternative to the famous hugovk/norwegianblue python based cli.

Its ambitions are to :

  1. Deliver a at least UX as good as hugovk/norwegianblue aka. geol does,
  2. First class terminal based UX
  3. Make delivery easier and safer
  4. Enhance with new custom awaited features
  5. Create innovative ways to manager EOLs for more security, for all

🧑‍🤝‍🧑 Core team and roles

Person 🎯 Product Manager 👩‍💻 Lead Dev 📊 Data Scientist 🛠️ Data Engineer 🎤 Storyteller 🧪 End-user & Tester
@adriens
@supervinh
@mbarre
@Draks898

📑 Resources

🚀 QuickStart

To install:

  • Manually: Go to the releases page and download the version corresponding to your operating system
  • Automatic: Install via brew see homebrew-tap
  1. Install geol

With brew:

brew install --cask opt-nc/homebrew-tap/geol

Or simply with go:

go install github.com/opt-nc/geol@latest
  1. Update:
brew update && brew upgrade --cask
geol version

Autocompletion

If the autocompletion is not working yet, you need to update your fpath.

For zsh you need to add the following lines to your .zshrc file :

# === Homebrew completions ===
# Add Homebrew completions to fpath
fpath=(/home/linuxbrew/.linuxbrew/share/zsh/site-functions $fpath)

# Activate Homebrew completions
autoload -Uz compinit
compinit

# (Optional) Disable the warning of duplicate completions
zstyle ':completion:*' verbose yes

Then restart your terminal or source your .zshrc file :

source ~/.zshrc

🧑‍💻 Documentation

You can access the help either by using the help subcommand or with the man page.

geol help
man geol

🤓 Build it yourself

To build it youself :

go build -o geol ./cmd/geol

🙏 Acknowledgments

💡 More around endoflife.date ecosystem

endoflife is an ever-growing ecosystem, below some resources to be aware of them :

About

Efficiently show end-of-life dates for a number of products in your terminal using https://endoflife.date/ API

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •