Home

Awesome

cli-tools-info

asciicast

An overview of you cli tools, if they are installed and what version they are on.

Usage

#!/usr/bin/env python
from cli_tools_info import (
    Tool,
    LONG,
    VERSION_WITH_THREE_NUMBERS_AND_DOTS,
    run,
)

tools = [
    Tool(name="nvim", args=LONG, grep_string=VERSION_WITH_THREE_NUMBERS_AND_DOTS),
]
run(tools)

Requirements

run-options

Creator's cli-info file

link

Showcase of usage/workflow in vim

asciicast