Skip to content

Latest commit

 

History

History
151 lines (106 loc) · 6.7 KB

File metadata and controls

151 lines (106 loc) · 6.7 KB

geol

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

❔ 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 🧑‍🤝‍🧑 Other role
@adriens
@supervinh
@mbarre
@Draks898
@aymanbagabas charmbracelet expert

📑 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 curl
brew install --cask opt-nc/homebrew-tap/geol

Warning

For macos users, you will have to allow the execution of geol in your security settings, as it is not signed with an Apple Developer account. You can do this by going to System Preferences > Security & Privacy > General and clicking on Allow Anyway for geol. or you can run the following command in your terminal to allow the execution of geol:

xattr -d com.apple.quarantine $(which geol)

Or simply with go:

go install github.com/opt-nc/geol/v2@latest

Or with shell script:

curl -fsSL https://raw.githubusercontent.com/opt-nc/geol/main/install.sh | bash
  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

🍿 See it in action

geol-unboxing-video-thumbnail

🙏 Acknowledgments

💡 More around endoflife.date ecosystem

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

📈 Star History

Star History Chart