You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,16 @@ Simple, light-weight batch script for windows that brings **Linux commands to wi
6
6
* Run the file **main.bat** as administrator and select install option
7
7
8
8
### Supported Commmands
9
-
You can find the update commands list [here](https://github.com/MithunKarthick/linux-like/blob/master/supportedComments.md). I will keep on updating this list as time permits. Feel free to create pulls.
9
+
You can find the update commands list [here](https://github.com/MithunKarthick/linux-like/blob/master/supportedComments.md). I will keep on updating this list as time permits. Feel free to create pulls.
10
+
11
+
### Custom commands
12
+
This repo uses the doskey file with aliases. You can create your own commands based on you needs that will make life a lot easier.
13
+
14
+
Once you installed the linux-like, select `open doskey` option by pressing 2. At the end of the file, you will find space for custom commands with an example of notepad.
15
+
> Note: you need to uninstall and re-install to update the custom commands.
16
+
17
+
### Issues
18
+
There are few issues like copying multiple files and such. Since this is initial version, I will try to fix these in upcomming versions. I will be much obliged to merge some pulls
0 commit comments