where-is

Finds config files.


License
GPL-3.0
Install
pip install where-is==1.0.1

Documentation

Logo

where-is

made-with-python PyPI download month PyPI version shields.io PyPI license PyPI pyversions

An elegant way of getting configuration files (and folders)

Getting started

Prerequisites

  • Unix/NT Based OS
  • Python>=3.6
  • Pip

Installation

  1. Install where-is using pip.
$ pip install where-is

Basic Usage

Get config locations of grub

$ where-is find grub

Add an entry

$ where-is database --add

Remove an entry

$ where-is database --remove

More information

For more information and graphics, see the wiki.

Built with

  • Rich: For rich text and beautiful formatting
  • Typer: Used as the argument parser
  • Black: Used as the formatter
  • Pipenv: Used as the virtualenv manager

Acknowledgements

License

This project is licensed under the GNU GPLv3 License - see this LICENSE.md file for details