Skip to content

SecOpsBear/cmdhelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMD helper cli

This is a simple cli tool to store commands in a sqlite database which is written in GO.

A simple cli tool to store and retrieve data such as example commands

The commands are stored in a sqlite database. User can add various example commands for each individual tool.

Demo

Below is a sample demo on storing commands to the database. More detailed usage is available at SecOpsBear cmdhelp

Add commands to database

How to build

Install in linux cmdhelp

go install github.com/secopsbear/cmdhelp@latest

To generate binaries Makefile is provided

Build for linux

make build_linux

Build for window

Generate an executable cmdhelp.exe for windows environment.

make build_windows

Find a bug?

If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above.