MaSch0212 / command-line-tools

.NET application that provides a couple of useful command line tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command-line-tools

.NET application that provides a couple of useful command line tools.

Build Status

Build Status

Included Tools

Name Command Description
Directory Aliaser cdx Manages directory aliases. Aliases to directories can be added, removed and requested.
Example: Add path using cdx add "my-dir" -d "C:\my\special\directory" and navigate to it using cdx my-dir.
Command Aliaser alias Manages command aliases. Aliases to execute commands can be added, removed and listed.
Attach attach Attaches console output to a given process.
Robocopy Runner rcx Provides a different way to execute robocopy. Also contains some robocopy extensions (e.g. using -P shows a progress bar).
Super User su Elevates the current command line to administrative rights.
Super User Do sudo Executes a command in an elevated process.

About

.NET application that provides a couple of useful command line tools.

License:MIT License


Languages

Language:C# 97.1%Language:PowerShell 1.9%Language:Batchfile 1.0%