A simple python cli file browser
Project description
explorer
A simple python cli file browser
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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file file-explorer-0.0.0.tar.gz
.
File metadata
- Download URL: file-explorer-0.0.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c75f2d057e1344508bed6af70299036a805a796b3d1a902ed634c29d924735d |
|
MD5 | e56b10565dda23c34c46a7f656c23978 |
|
BLAKE2b-256 | c314ed1ea662463f13ebef92e6d5f4e58ef1d501ec830cb72cf39df8402f1b8a |