Skip to content

Commit 00d501d

Browse files
committed
updated readme
1 parent 52fb832 commit 00d501d

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,16 @@ Simple, light-weight batch script for windows that brings **Linux commands to wi
66
* Run the file **main.bat** as administrator and select install option
77

88
### 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
19+
20+
### License
21+
GPL-3.0 License

supportedComments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@
33
* ls
44
* touch
55
* clear
6+
* pwd
7+
* cat
8+
* ifconfig
9+
* cp
10+
* mv
11+
* rm

0 commit comments

Comments
 (0)