# KMS Rust adaptation of windows and linux commands. ## Screenshots ![ls screenshot](images/ls.png) ### Installation #### Installation ```cargo install kms``` ## Commands | Command | Arguments | Description | | :-------- | :------- | :------------------------- | | `ls` | `` | Display files in directory | | `mkdir` | `` | Create new directory | | `touch` | `` | Create new file | | `rmdir` | `` | Remove directory | | `del` | `` | Remove file | | `cat` | `` | Read file | | `tail` | `` | Get 10 last lines of file | ## Authors - [@malezjaa](https://www.github.com/malezjaa)