You are browsing as a guest. Sign up (or log in) to start making projects!

1h 32m 16s logged

I’ve finished part 1 of the project!

Part 1 brings the whole command line working. You can define, run, list, and remove your custom commands. They are all stored in a simple js file in ~/.customcmd/commands.js so you can edit them there if you prefer.

customcmd list
customcmd remove <name>
customcmd define <name> --description "You description" --arg "arg name" --cmd 'command ${arg name}'
customcmd run <name> "arg name>

Take a look at the video to see for yourself.

Next up I plan to add a customcmd ui command which hosts a website for you to manage your custom commands with a full ui!

0
1

Comments 0

No comments yet. Be the first!