Metadata-Version: 2.1
Name: navgator
Version: 0.2.0
Summary: A multi-paned multi-tabbed file manager
Home-page: https://github.com/naveed-patel/navgator
Author: Naveed Patel
Author-email: 20777764+naveed-patel@users.noreply.github.com
License: MIT
Description: 
        # Navgator
        
        ![N|Solid](https://img.shields.io/badge/price-Free-green.svg) ![N|Solid](https://img.shields.io/badge/python-%3E%3D3.7-blue.svg)
        
        [![N|Solid](https://www.python.org/static/community_logos/python-powered-w-100x40.png)](https://www.python.org)
        
        >**Navgator** is a multi-paned multi-tabbed file manager
        
        **New in v0.2.0**
        ```sh
        + Aliases
        ```
        
        ```sh
        + Multi Pane Browser
        + Multiple tabs can be opened in each pane
        + Individual Tree per Pane and Common Tree across Panes
        + Different Address Bar per pane
        + BreadCrumbs
        + File Management Basics
            Basic Toolbar with back and forward buttons
            Checkbox Selection
        + Edit Menu
            New File (Ctrl+N)
            New Folder (Ctrl+Shift+n)
            Inline Rename (F2)
            Cut (Ctrl+X)
            Copy (Ctrl+C)
            Paste (Ctrl+V)
            Send to Trash (Del)
            Delete (Shift+Del)
            Delete current folder and go up. (Ctrl+Del)
        + Checkbox selections 
        + Selections submenu (inside Edit Menu)
            Select All (Ctrl+A)
            Clear All (Ctrl+Shift+A)
            Invert Selection(Ctrl+Shift+I)
        + Items can be selected using selection rectangle
            Ctrl and Shift can be used for extended selection.
            Ctrl will toggle any overlapping selections while shift won't
        + Tabs Menu
            New tab (Ctrl+T)
            Close Tab (Ctrl+W)
            Rename Tab (Ctrl+E)
            Select Next Tab (Ctrl+Tab)
            Select Previous (Ctrl+Shift+Tab)
            Close Left Tabs
            Close Right Tabs
            Close Other Tabs
        + Live Filter Box per tab (Escape removes filter from active pane)
        + Drag and Drop
        + User Commands can be added via JSON file
        + Move on Rename: 
        + Sort folders to top
        + Active tab is colored
        + Lazy loading - Inactive tabs aren't loaded or refreshed
        + Main Tree, Panes and Status Bar can be hidden
        + Double click on empty space or non-name columns to go up.
        + Remembers and restores previous session
        ```
        
        ### Installation
        
        ```sh
        pip install navgator
        ```
        
        ### Todos
        
         - Improve settings dialog
        
        License
        ----
        MIT
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Desktop Environment :: File Managers
Requires-Python: >=3.7.0
Description-Content-Type: text/markdown
