
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
A fully customizable command line interface / shell with built-in documentation, autocomplete and history features.
A part of the Woof Tookit by CodeDog.
Distributed under MIT License. (c)2022 by CodeDog, All rights reserved.
A general purpose command line interface.
Mimics some bash
and PowerShell
functionality providing persitent history
and advanced auto-complete feature activated with tab key.
Based on System.Console
, requires cmd
, PowerShell
or similar to run.
Create an instance of CommandShell
class.
When started with the Start
method it will work similarily to cmd
.
It's not very useful unless you add some custom commands to it.
The CommandShell
provides Command
event that is triggered each time
the user press enter. As the event arguments you get the command
entered parsed. Quoting is properly processed using cmd
syntaxt.
You get separate command name and arguments passed.
The response output can be set by settings the event arguments.
You can also add manual entries for your custom commands.
Just add entries to the instance's ManPages
dictionary.
They will be shown when man
commmand is issued without parameters.
The clas also provides auto-complete feature that can be highly custimized. It was inspired with Linux bash on ubuntu that shows suggestions and completions for some external programs.
By default it completes available commands and file names.
Just press tab to see available files and directories.
Woof Toolkit is a work in progress in constant development, however it's carefully maintained with production code quality.
PLEASE report all issues on GitHub!
Describe how to reproduce an issue. Also feel free to suggest new features or improvements.
FAQs
A fully customizable command line interface / shell with built-in documentation, autocomplete and history features.
We found that woof.command demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.