Settings

Theme

Built a custom CMD that loads commands at runtime using dynamic linking

4 points by nextma 3 days ago · 3 comments · 1 min read


In my second semester, I built this CMD out of curiosity about how a CMD can add new commands without recompiling. I used the OS’s dynamic linking mechanism to load new commands at runtime without recompiling the code.

Note: windows only

URL: https://github.com/sahilPadmani/Custom_CMD

shrianshag 3 days ago

Beyond curiosity, do you see practical use cases for this dynamic command-loading pattern?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection