8000 GitHub - zachChilders/gut: Cross-platform CLI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

zachChilders/gut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gut

Collection of plugins that simplifies development workflow

Supported OS

  • MacOs (x86)
  • MacOs (arm64)
  • Linux
  • Windows

Install

This will create the gut directory: $HOME/.gut

MacOS
$ curl -sSL https://github.com/gut-hub/gut/raw/master/install.sh | sh

Windows 10 (Open powershell (Run as administrator))
$ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://github.com/gut-hub/gut/raw/master/install.ps1'))

Plugins

The gut plugin system loads plugins that are located in the gut directory $HOME/.gut. Plugins are written in rust and can be compiled to either native or wasm.

See gut-plugin

Library

Helper library that provides common functionality for Gut

See gut-lib

Develop

Note: The gut directory $HOME/.gut needs to exist.

About

Cross-platform CLI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 82.6%
  • Shell 11.8%
  • PowerShell 5.6%
0