Skip to main content

A simple python cli file browser

Project description

explorer

A simple python cli file browser

gif

usage

clone source code to your computer

git clone https://github.com/WangTingZheng/explorer.git
cd explorer
pip3 install -r  requirements.txt

edit suffix list in run.py

from explorer.menu import *
lists=[".py"]
menu("./",lists)

lists is a setting list to let cli display the file you want. lists=['.py'] means only display python file and folder that have python file, [] means display all

run

python run.py

  • Press j to move up
  • Press k to move down
  • Press space to select and deselect
  • Press enter to confirm

To-Do

  • deal function design for different file
  • package to pypi.ory
  • ignore list

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

file-explorer-0.0.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page