fexplorer

Simple file explorer made with python


Keywords
CLI, FILE, EXPLORER, file-browser, file-explorer, file-manager, filebrowser, fileexplorer, pick, python
License
MIT
Install
pip install fexplorer==0.0.4

Documentation

Simple File Explorer

About The Project

PyPI version

It is a simple cli file explorer project that I made for my school project.

fexplorer

Installation

pip install fexplorer

Usage

fexplorer path mode(optional, default="n")

When mode is n (default),

  • It reads the file contents (if the file is readible).
  • You have options to open vi or you can go back.

When mode is e,

To start with your current directory, you can simply run:

fexplorer .

If you want to run your script,

fexplorer . --m e

Instructions

  • Navigation is done with the arrow keys [←↑→↓]
  • If you see => as an indicator, you first need to select a file with SPACE and then ENTER.
  • If you see * as an indicator, only press ENTER.
  • To edit a file: First select the file with SPACE, then press E.

Buit With