Skip to content
/ cmdo Public

A cross-platform command logger tool for tracking and managing command line history

License

Notifications You must be signed in to change notification settings

tanu2534/cmdo

Repository files navigation

CMDO - Command Logger Tool

A cross-platform command logger tool for tracking and managing command line history.

Installation

Windows Powershell

iwr -useb https://raw.githubusercontent.com/tanu2534/cmdo/main/build/install.ps1 | iex

macOS/Linux

curl -fsSL https://raw.githubusercontent.com/tanu2534/cmdo/main/build/install.sh | bash

Setup

After installation:

cmdo setup

Usage

  • cmdo setup - Configure shell hooks
  • cmdo serve - Start web UI (http://localhost:8089)
  • cmdo cleanup - Remove hooks from shells

Commands

  • cmdo --help - Show help
  • cmdo --version - Show version

For more information, visit: https://github.com/tanu2534/cmdo