xcommands
Create your commands
Xcommands allows you to create awesome commands with fusion of Scriptcs + Batch files
For example
Linux commands in cmd
- touch "filename"
- vi (Open vs code/sublime/brackets or VIM with this)
- ls
Git commands
- branch Shows the current branch
- commit "Message to commit"
- checkin "Push with a message"
- swbranch "Branchnametobeswitched"
Super command
- vitouch index.html about.html js lib jQuery.js .. app.js .. readme.md
will create
Index.html
About html br Js
--lib
----jQuery.js
--app.js
Readme.md