Skip to content

A File Explorer written in Python with the Curses Library

Notifications You must be signed in to change notification settings

grewek/sundaycmdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Sunday Commander

A splitview File Explorer that runs in the Terminal.

Warning The screen can at sometimes flicker heavily this seems to be an issue with how i am handling the refresh with the curses lib. So if you are a person with epilepsy please be very careful in the usage of this application. on cursor movement the terminal can flicker very rapidly.

Usage

Clone the Repository and make the file executable:

$ git clone https://github.com/grewek/sundaycmdr.git

$ cd sundaycmdr

$ chmod +x sundaycmdr.py

Then just type ./sundaycmdr to run the Application.

Currently you can only step into the Directories in your Home Directory. Other features besides walking the tree will come at a later point.

Keybindings

h Select the Viewport on the left of your Screen.

j Moves the file cursor down in the currently selected Viewport.

k Moves the file cursor up in the currently selected Viewport.

l Select the Viewport on the right of your Screen.

i Changes the Directory in the currently selected Viewport, if the selected item is not a Directory nothing happens.

o Go out of the current Directory in the currently selected Viewport, only works if you entered a Directory in one of the Viewpanes.

About

A File Explorer written in Python with the Curses Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages