Skip to content

When this script it is running, it creates interactive information with the user through the terminal. So you can choose the folder and the file you want to open, just passing the folder and file names

License

Notifications You must be signed in to change notification settings

vickttor/operable-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Operable path

GitHub issues GitHub issues CodeWars

I'm currently learning shell scripting and I know how difficult it is to change directories via the terminal. So I thought about coding an automated and interactive shell script. Thus, the user only needs to enter the folder and name files to navigate between directories. To control, the code is running in a "while loop" until the user stop and the user needs to enter a number listed in the options. Choosing a number, the script will execute the code necessary for the action.

Project Status

**🚀 Finished **

prerequisites

To execute this code it's necessary have a linux operating system, because the code into it was created to work with zsh. So if your OS is other, try to create a virtual machine. if your system is Linux, continue following the steps below:

When done, you will need to enable the run option for file.sh:

  chmod +r operable-paths.sh

If you want to change the code, it's necessary use a code editor of your preference. I recommend use Visual Studio Code.

Preview

img

img

How to use

To run the file you only need to specify the name of the file in Terminal preceded of " ./ ". To do this you have to be in the file folder

🛠 Features

The following features were used to build the project:


💪 How to contribute with the project

  1. Make a fork of the project.

  2. Make a new branch with your changes: git checkout -b my-feature

  3. Save the changes and make a commit telling what you do git commit -m "feature: My new feature"

  4. Submit your changes: git push origin my-feature

In case of doubt acess this guia de como contribuir no GitHub


Author

Victor

Victor Hugo🚀

Created with dedication by Victor Hugo da Silva 👋🏽 contact


Linkedin Badge

Gmail Badge

About

When this script it is running, it creates interactive information with the user through the terminal. So you can choose the folder and the file you want to open, just passing the folder and file names

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages