Skip to content

A small node program that integrates the folder where you run it into the scope where debian searches for executable files and generates a bin folder to add all your scripts and programs.

License

Notifications You must be signed in to change notification settings

jorgecuevas92/program-directory-configurator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Path Extender

I created this Node.js program as a way to have a custom executable folder on my hard drive, one where I put all the programs that I wrote to boost my productivity and add their shorcuts to the terminal.

-It has only been tested in debian based OS.

-Creates or detects the existance of a bin folder inside the directory where it was executed(example: ~/Douments/custom_programs/bin).

-Adds the '/bin' folder to the PATH environment variable via the '~/.profile' file so it is added to the scope where executables are looked for on debian.

List of TO DO's:

-Detect the current scripts/programs and their extensions.

-Auto generate each program's text files for execution inside the custom '/bin' directory to enable automatic terminal shortcuts. Example:

#! /bin/sh node /path/to/program/path_extender.js

About

A small node program that integrates the folder where you run it into the scope where debian searches for executable files and generates a bin folder to add all your scripts and programs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published