Metadata-Version: 2.1
Name: win-basic-tools
Version: 0.2.0
Summary: Gives some small tools for Windows cmd.exe
Home-page: https://github.com/HenriquedoVal/win-basic-tools
Author: Henrique do Val
Author-email: henrique.val@hotmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# win-basic-tools


## Before installing...
This is a some kind of fancy and pythonic way of listing a directory and some aliases.  
Try another compiled program if all you seek is speed.  

Description:  
This repository intends to give some simple commands to Windows cmd.exe.

## Installation

It is intended for the global Python Env.  
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install win-basic-tools

~~~bash
> pip install win-basic-tools
~~~

## Usage

### Windows

~~~bash
$ win-basic-tools setup
~~~

Run for setting the macros file for your cmd.exe.  
It will create the `.macros.doskey` at your home directory and point it in Registry.  
Alias gives more source control than entry-points, however maybe it will be the choice in the future.

After refreshing your prompt, you can use `ls`, `ll`, `touch`. See `$HOME/.macros.doskey` for the list of aliases.

Uninstall: run `win-basic-tools uninstall` before `pip uninstall` for reseting Registry


### Others

Although this package is mainly intended for Windows, the `ls.py` in `win_basic_tools/sources` can be used in any system that runs Python3.6+


## License

[MIT](https://choosealicense.com/licenses/mit/)
