I have made a simple CLI and would like feedback

Tophatguard1 pts0 comments

GitHub - Tophatguard/KRSH: A very basic but customizable shell · GitHub

/" data-turbo-transient="true" />

Skip to content

Search or jump to...

Search code, repositories, users, issues, pull requests...

-->

Search

Clear

Search syntax tips

Provide feedback

--><br>We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Cancel

Submit feedback

Saved searches

Use saved searches to filter your results more quickly

-->

Name

Query

To see all available qualifiers, see our documentation.

Cancel

Create saved search

Sign in

/;ref_cta:Sign up;ref_loc:header logged out"}"<br>Sign up

Appearance settings

Resetting focus

You signed in with another tab or window. Reload to refresh your session.<br>You signed out in another tab or window. Reload to refresh your session.<br>You switched accounts on another tab or window. Reload to refresh your session.

Dismiss alert

{{ message }}

Tophatguard

KRSH

Public

Notifications<br>You must be signed in to change notification settings

Fork

Star

main

BranchesTags

Go to file

CodeOpen more actions menu

Folders and files<br>NameNameLast commit message<br>Last commit date<br>Latest commit

History<br>4 Commits<br>4 Commits

build

build

src

src

LICENSE

LICENSE

README.md

README.md

makefile

makefile

pluginCompiler.sh

pluginCompiler.sh

View all files

Repository files navigation

KRSH

A very basic but customizable shell

this is the example of a plugin<br>#include "krsh_plugin.h"<br>#include

extern "C" {

& args) {<br>std::cout 1) {<br>std::cout // 1. Tell krsh who this plugin is and what command triggers it<br>PluginInfo get_plugin_info() {<br>PluginInfo info;<br>info.name = "Plugin Test";<br>info.description = "a test plugin to make sure that plugins work";<br>info.command_trigger = "plgntst"; // Typing 'testplugin' runs this<br>return info;

// 2. The core logic that runs instantly inside your shell's RAM space<br>void execute_plugin(const std::vector& args) {<br>std::cout 1) {<br>std::cout

About

A very basic but customizable shell

Resources

Readme

License

GPL-3.0 license

Uh oh!

There was an error while loading. Please reload this page.

Activity

Stars

stars

Watchers

watching

Forks

forks

Report repository

Releases

No releases published

Packages

Uh oh!

There was an error while loading. Please reload this page.

Contributors

Uh oh!

There was an error while loading. Please reload this page.

Languages

C++<br>98.5%

Makefile<br>1.1%

Shell<br>0.4%

You can’t perform that action at this time.

reload shell search info feedback krsh

Related Articles