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

JTaco

@JTaco

Joined June 20th, 2026

  • 10Devlogs
  • 7Projects
  • 2Ships
  • 30Votes
Ship

I've created an easy way to create your own terminal commands. Terminal commands are basically scripts that you can run. You can use the web ui (customcmd ui) to easily create commands or use the define command (customcmd define ) with the required details.

Check it out by installing it with npm
```npm install -g @jtaco/customcmd```

This is the first time i've done anything in the terminal like this. I'm proud of the system as a whole. More the command line stuff than the web ui.

Try project → See source code →
Open comments for this post

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
0
1
Open comments for this post

29m 20s logged

Started the project out today. The idea is an easy way to build custom commands that are basically scripts except hopefully easy to build and use.

Today I created the project, got it installed on my system, and started working on the data structures behind how it works. I’ve planned out the json for how the commands will be stored and started working on a system that will read through the json.

0
0
3
Open comments for this post

31m 45s logged

I’m working on a gains / loss calculator. I’ve been wanting one I built myself so I can stop punching it into a calculator every time so I started building one. At this point the JS and CSS are written by AI because I wanted to use it before I went to bed. I’ll probably come back later and rewrite them.

0
0
1
Open comments for this post

29m 32s logged

Today I got started doing some simple research for the project. Also designed the S21 in cad so I can use it for designing the case.

0
0
3
Open comments for this post

19m 5s logged

Well I originally forgot to start the timelaps and did almost everything except for the firmware so ig that sucks. Here are some pictures of the HackPad+ (super original name ik)

0
0
5
Ship

I've built my first Slack bot!
Feel free to try it out. You can use the following commands:
- /tacobot-ping: Gets the latency.
- /tacobot-random-quote: Gets a random quote from Quotable.
- /tacobot-roll: Rolls a dice for you. By default its a 6 sided die but you can change it by typing in any number after the command.

Enjoy!

Try project → See source code →
Open comments for this post

27m 11s logged

I’ve started working on this project. So far i’ve got this welcome window that stays in the center and a nice liquid glass style to all divs with the class window.

0
0
1

Followers

Loading…