Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More recipes, please! #28

Open
mcandre opened this issue Nov 15, 2018 · 2 comments
Open

More recipes, please! #28

mcandre opened this issue Nov 15, 2018 · 2 comments
Labels
tools support more tools

Comments

@mcandre
Copy link

mcandre commented Nov 15, 2018

Awesome tool! I once wrote a similar tool, for quickly gathering disparate and differently syntaxed program information, specs:

https://github.com/mcandre/specs

Feel free to steal more commands for gathering versions into has, I'd love to see has be able to handle Web browser versions, OS versions, and more!

@kdabir
Copy link
Owner

kdabir commented Nov 16, 2018

Hey @mcandre, specs looks nice. By the way, Has was originally built using ruby based build script, later to an API based one, and finally to a single shell script with no dependency.

Regarding Browser, OS and other apps, the original intent of has was check CLI tools present in $PATH. Apps quickly becomes too OS specific.

I will keep this issue open and see and if apps version could be checked in a generic way

@virgilwashere
Copy link
Contributor

OS versions,

I'd very much like to see at least Ubuntu versioning, if not Linux.

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 18.04.1 LTS
Release:        18.04
Codename:       bionic

$ lsb_release -sd
Ubuntu 18.04.1 LTS

$ lsb_release -sr
18.04

Not need to stuff around with parsing /etc/*release.
V

@kdabir kdabir added tools support more tools and removed help wanted labels Jul 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools support more tools
Projects
None yet
Development

No branches or pull requests

3 participants