About Us
marsutech.com is the home page for Marsupial Solutions LLC. We specialize in creating innovative software solutions for desktop, mobile, and web platforms.
Our Projects
Koala Command
Get Koala Command
Visit the Visual Studio Marketplace to download Koala CommandKoala Command is a Visual Studio Code extension that helps you save, organize, and run terminal commands easily. With Koala Command, you can:
- Save commands with labels no more long lines
- Save commands with custom variable that will prompt for input before execution.
Below example is usingCommit Changes
as label and command executed isgit commit -m '{commitmessage}'
Custom variable is inside {} - Schedule commands to run once or repeatedly at specified intervals
- Export and import commands as CSV files. Below is an example of CSV format
- Save frequently used commands and organize them into categories and projects
- Run saved commands directly from the extension
- View command history
- More features to come...
Category | Command Label | Command | Note |
---|---|---|---|
Git Basics | Push Changes | git push {remote} {branch} | Update remote refs along with associated objects |
npx react-native | Start Metro | npx react-native start | Starts the Metro bundler |
npx react-native | update packages | npm update && pod update | Update the CocoaPods and Node.js packages |
-Other Features-
Purchase Koala Command License
Unlock full features with a Koala Command license!
Versions
Feature | Free Version | Paid Version $4.99 One time Purchase |
---|---|---|
New Feature Updates | ❌ | ✔️ |
Saved command Limit | 35 | As many as you want! |
Save Commands | ✔️ | ✔️ |
Run Commands Using Quickpick HotKey | ✔️ | ✔️ |
Save Commands With Label | ✔️ | ✔️ |
Organize Commands | ✔️ | ✔️ |
Run Commands | ✔️ | ✔️ |
Schedule Commands | ❌ | ✔️ |
Export/Import CSV | ❌ | ✔️ |
View Command History | ✔️ | ✔️ |