Skip to main content

Python-written terminal based file explorer with support for windows/unix

Project description

Hop!

Hop is a python-written terminal based file explorer with support for windows/unix

screenshot

Use

Once Hop installed, it can be ran at any point in the terminal by typing 'hop' - this will bring you into the file explorer.

Press "#" if you need help with the controls, but the controls are:

h, j, k, l (vim keys) to move around folders

f will add the current file/folder to your selection

d will clear your selection

s will run a Hop command (move, copy, delete) on your selection

a to enter shell prompt (this will let you run any commands normally allowed in your shell such as "vim new_file.txt" or "grep something")

. will toggle whether hidden (dot files) are shown

q will exit hop and bring you back to the terminal

Installation

The only requirement for running Hop is python. It can be installed with pip, if you're installing through windows run:

python -m pip install hop

Unix systems have an additional requirement (the getch module) so can be installed for with:

python -m pip install hop[unix]

or if required (for some setups, this might be needed to allow a runnable command line script

sudo python -m pip install hop[unix]

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

hop-file-browser-1.0.2.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

hop_file_browser-1.0.2-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

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