Skip to content

sacriphanius/FileOper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FileOper

Open Your File Manager from Terminal

Directory Opener Script

This Bash script prompts the user to enter a directory path and opens it using the system's default file manager. If the provided directory exists, it utilizes the xdg-open command to open the directory. If the directory does not exist, it displays an error message.

Usage

  1. Run the script.
  2. Enter the path of the directory you want to open when prompted.

Requirements

  • Bash shell
  • xdg-utils for opening the file manager

Usage Example

./fileoper

About

Open Your File Manager from Terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages