natesworks / shelly

A simple shell implemented in C++. It provides basic functionality for command-line interaction.
1 stars 0 forks source link

Adding placeholders #2

Open natesworks opened 2 months ago

natesworks commented 2 months ago

Allow adding custom placeholders, it'll run a command and get the output of it.

natesworks commented 2 months ago

Alternatively you could just use command blocks (#3) to get the same results.

natesworks commented 2 months ago

The configuration file will look something like this:

[gitBranch]
command="git branch --no-color --show-current"