Skip to content

vanpipy/shellgun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellgun

Shot every shelled problem with shelled bullet.

Binaries

Command Description
git-push-current-branch Push current branch to origin
security-configure Server security hardening orchestrator
speckit-configure Speckit configuration orchestrator

Install

sudo make install

This installs:

  • bin/* binaries to /usr/local/bin/
  • security-configure and speckit-configure to /usr/local/bin/
  • Bash completion to /usr/local/share/bash-completion/completions/
  • Zsh completion to /usr/local/share/zsh/site-functions/

Makefile Targets

Target Description
make security-configure Build lib/security-configure from source
make install Install all to /usr/local/bin/ (default)
make uninstall Remove all installed files
make clean Remove lib/ build directory

Auto-Completion

Bash — add to ~/.bashrc:

source /usr/local/share/bash-completion/completions/security-configure

Zsh — add to ~/.zshrc:

fpath=(/usr/local/share/zsh/site-functions $fpath)

Then reload shell.

Uninstall

sudo make uninstall

About

shell gun.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors