LaunchEnv
1.0.0
v0.0.4
Application de ligne de commande créée dans Python pour exécuter vos programmes ou scripts dans une commande.
Lancez votre environnement de travail / Divers avec une seule commande.
Les programmes et les commandes sont stoerd dans le fichier de lancement de JSON.
De PYPI
pip install launchenv
sudo pip3 install launchenv
De github
# Clone project
git clone https://github.com/a-tharva/LaunchEnv && cd LaunchEnv
# Installation
python3 setup.py install
# Run setup
launch
>launch -build <environment_name>
>launch -a <environment_name>
Enter name of program to add this environment: foo
Enter path of program executable: "D:foofoo.exe" or Drag exe to window the path will appear
For script -
>launch -a <environment_name>
Enter name of program to add this environment: foo
Enter path of program executable: python "D:foofoo.py" or python Drag exe to window the path will appear
script with output
windows -
: start cmd /K python 'D:foofoo.py'
linux -
:
For advance use -
>launch -a <environment_name>
Enter name of program to add this environment: opera incognito
Enter path of program executable: "D:fooopera.exe" -incognito or Drag exe to window the path will appear -incognito
>launch -run <environment_name>
_ _ _____
| | __ _ _ _ _ __ ___| |__ | ____|_ ____ __
| | / _` | | | | '_ / __| '_ | _| | '_ / /
| |__| (_| | |_| | | | | (__| | | | |___| | | V /
|_______,_|__,_|_| |_|___|_| |_|_____|_| |_|_/
usage: launch [-h] [-build] [-a] [-sh] [-t] [-e] [-remove] [-run] [-ls]
[-purge]
Run environment
optional arguments:
-h, --help show this help message and exit
-build , --build Create new work environment/launch file
-a , --add Add program to existing launch file
-sh , --show Show all program in launch file
-t , --time Time in seconds between execution
-e , --exclude Run program except
-remove , --remove Remove program from given launch file
-run , --run Run environment
-ls, --list List all available launch file
-purge , --purge delete the work launch file
Travaillant toujours sur ce projet.
Les contributions font de la communauté open source un endroit incroyable pour apprendre, inspirer et créer. Toutes les contributions que vous faites sont grandement appréciées .
Si vous avez une suggestion qui améliorerait cela, veuillez débarquer le dépôt et créer une demande de traction. N'oubliez pas de donner une étoile au projet! Merci encore!
git checkout -b feature/Feature )git commit -m 'Add some Feature' )git push origin feature/Feature )Distribué sous la licence du MIT. Licence