Metadata-Version: 2.4
Name: navfm
Version: 0.0.2
Summary: Alias of navigator-fm: a recreation of the DOS Navigator two-panel file manager
Author-email: Juris Krumgolds <juris.krumgolds@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/yogsagot/navigator
Project-URL: Repository, https://github.com/yogsagot/navigator
Project-URL: Issues, https://github.com/yogsagot/navigator/issues
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Desktop Environment :: File Managers
Classifier: Topic :: Terminals
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: navigator-fm
Dynamic: license-file

# navfm

This is an alias. The project is published as
[**navigator-fm**](https://pypi.org/project/navigator-fm/), and installing this
name installs that package:

```
pip install navfm     # -> installs navigator-fm
```

It exists so that a near-miss spelling of the name cannot be claimed by someone
else and mistaken for the real project. Prefer `pip install navigator-fm`.

Navigator is a faithful recreation of Ritlabs' DOS Navigator two-panel file
manager for modern POSIX terminals. Source, issues and documentation live at
<https://github.com/yogsagot/navigator>.
