Metadata-Version: 2.1
Name: win-basic-tools
Version: 0.3.2
Summary: Gives some small tools for shells on Windows
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

Description:  
CLI tool for listing a directory in Windows.  
Also has config helper for cmd.exe.

## Installation

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

## Usage

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

This will create aliases like `python -m win_basic_tools -acil`, "acil" being each letter an option.  
'a' for all files, 'c' for colors, 'i' for icons and 'l' for list.  
  
It will create the `.macros.doskey` at your home directory and point it in Registry.  
After refreshing your prompt, you can use `ls`, `ll`, `touch`. See `%USERPROFILE%\.macros.doskey` for the list of aliases.  
  
Uninstall: run `win-basic-tools uninstall` before `pip uninstall` for reseting Registry.  
  
Also has further options for integrating with other programs.  

#### Image

![Aplication exmaple](./example/ll_example.png "Example")

## License

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