Skip to content

Instantly share code, notes, and snippets.

@fabiofortkamp
Last active September 25, 2019 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiofortkamp/9c53bea7e80b4fbb23dac3f078da485a to your computer and use it in GitHub Desktop.
Save fabiofortkamp/9c53bea7e80b4fbb23dac3f078da485a to your computer and use it in GitHub Desktop.
Example prm stop script for my "paper" project, on Windows
# Sincroniza de volta mudanças feitas
git push origin
# ver explicações abaixo para esses comandos
cf PaperMagneticProfiles_JBSMSE.tex
closew "paper-magnetic-profiles - Visual Studio Code"
closew "Sourcetree"
closew "Outline_Paper_Profiles"
@fabiofortkamp
Copy link
Author

fabiofortkamp commented Sep 25, 2019

For the cf function, see this gist

closew is an alias to this AutoHotKey Script. Using Git Bash, you can define it as

alias closew=AutoHotkey <path to script>

For a similarcloseapp function on macOS, see this gist.

@fabiofortkamp
Copy link
Author

The corresponding start script is here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment