Metadata-Version: 2.1
Name: autowalk
Version: 1.3.7
Summary: Configurable tool of bulking build path for AutoJump and Ranger
Home-page: https://github.com/linusic/autowalk
Author: linusic
Author-email: cython_lin@cklin.top
License: MIT
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# autowalk
Configurable tool of bulking build path for AutoJump and Ranger.
There are `2` main usage you can choose:
- 馃殌 **[ranger](https://github.com/ranger/ranger)** users: you can bulk build jump remap strings for your file system directories that you had set in autowalk configuration file.
- 馃殌 **[autojump](https://github.com/wting/autojump)** users: you can also bulk increase | decrease | clear | list | clean autojump weights for your file system directories that you had set in autowalk configuration file.

## Requirements
You need to have the following:
- 馃敟 **Python3.6 +**
- 馃殌 **[autojump](https://github.com/wting/autojump)** (Optional: If you only use Ranger to generate remap, you don't need to install it).

## Installing
[馃殌PyPI => AutoWalk ](https://pypi.org/project/autowalk/): 

- you can use `pip` to install it directly:

```shell
pip install autowalk
```

## USAGE
For convenience, command:  `aw`:
```shell
aw -h
```
More details [馃殌Github => AutoWalk](https://github.com/linusic/autowalk)
