SCMD-v1.3.2

Simple search command or function Application that provides the possibility to store and find commands or functions locally, this app will evolve and have additional functions will be developed and distributed.

  • Release:
    1.0.0 – (18-02-2023) Initial SCMD CLI & Web UI
  • Release:
    1.0.1 – (19-02-2023) Recompiled with updated tardigrade-mod v0.2.0
  • Release:
    1.0.2 – (26-02-2023) Minor cosmetic changes in the search UI
  • Release:
    1.1.0 – (05-03-2023) Added binary upgrade option in the menu!
  • Release:
    1.2.0 – (12-03-2023) Added option to specific what port to open the Web UI
  • Release:
    1.3.0 – (19-03-2023) Added option to save or display functions also
  • Release:
    1.3.1 – (26-03-2023) Check if command already exist + cosmetics
  • Release:
    1.3.2 – (02-04-2023) Created the Help page and added search login.

https://github.com/gcclinux/scmd/releases/tag/latest

  • Download binary for:
  • scmd-Darwin-arm64
  • scmd-Linux-aarch64
  • scmd-Linux-x86_64
  • scmd-win-x86_64.exe

Build and compile scmd from source code

$ git clone https://github.com/gcclinux/scmd.git
$ cd scmd/
$ go get github.com/gcclinux/tardigrade-mod
$ go build -o scmd-$(uname)-$(uname -m) *.go
$ scmd-$(uname)-$(uname -m) --help

Tardigrade for GO App & Mod

Tardigrade is a small no-SQL database app or mod for small go applications with many features. App: $ git clone https://github.com/gcclinux/tardigrade.gitMod: $ go get github.com/gcclinux/tardigrade-modBinary: https://github.com/gcclinux/tardigrade/tree/main/bin Current structure and available functions() Binary HOW-TO: https://github.com/gcclinux/tardigrade#readme Module HOW-TO (HERE) or https://github.com/gcclinux/tardigrade-mod#readme CreateDB – This function will create a database file if it does not exist and return true | false […]