Skip to content

DirViewer is a Python-based command-line tool for quickly navigating directories, listing files, and viewing the current working directory. It offers a simple and efficient way to explore your file system from the terminal.

License

Notifications You must be signed in to change notification settings

ecodersteam/DirViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

DirViewer

Overview

DirViewer is a simple command-line tool that allows users to navigate directories, list files, and view the current working directory using Python. It provides an interactive way to explore file structures efficiently.

Features

  • Display the current working directory.
  • Switch to a different directory by typing its name.
  • List all files and folders in the selected directory.
  • Error handling for incorrect or inaccessible directories.
  • Smooth user experience with minimal delays.
  • Exit option for seamless program termination.

Usage

  • Run the script to start navigation.
  • Enter a directory name to switch to it.
  • View the files and subdirectories within the selected directory.
  • Type "exit" to quit the program.

Error Handling

  • If a directory does not exist, a message will be displayed.
  • If access is denied, an appropriate warning will be shown.

License

This project is open-source and available under the MIT License.

Other Solutions

If you still have trouble using the application,

  • Check the wiki page.
  • Open a brand new issue in the Issues tab.

About

DirViewer is a Python-based command-line tool for quickly navigating directories, listing files, and viewing the current working directory. It offers a simple and efficient way to explore your file system from the terminal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages