JorTurFer / ShortcutShell

This program provides an easy shortcut system standalone or by terminal/powershell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShorcutShell

This application provides a customizable shortcut shell from terminal

System Commands

System Command Syntax Description
"add" add -n CommandName -p CommandPath -d Dettached Add new command to the system
"remove" remove CommandName Delete a command from the system
"list" list List registered commands
"close" close If any command is in execution, closes it
"clear" clear Clear the window

System arguments

Required: -n "name" -> Indicate the name of the command
Required: -p "path" -> Indicate the path of the binary
Optional: -d "true/false" -> Indicate if the command should be attached to shell or not (Default: false)

Usage Commands

Command Syntax Description
"CommandName" "CommandName" "Argumments" Execute selected command with the command argummens

Build Status

AppVeyor Code Factor Codacy
master Build status CodeFactor Codacy Badge
develop Build status CodeFactor Codacy Badge

About

This program provides an easy shortcut system standalone or by terminal/powershell

License:MIT License


Languages

Language:C# 100.0%