modulepackage
0.0.0-20230426155534-9c7f65dee0d1
Repository: https://github.com/secopsbear/cmdhelp.git
Documentation: pkg.go.dev
# README
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
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.
# Packages
Copyright © 2023 Surya nanda K [email protected]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
No description provided by the author
No description provided by the author
No description provided by the author