Giter VIP home page Giter VIP logo

killae's Introduction

killae.sh

This is a tiny shell script for killing ae on mac
It is the result of a sunday morning mini idea after seeing this quicktip by Joe Lilli

##Usage:
# kill AE CS 6 just type killae.sh 6
# kill AE CS 5.5 just type killae.sh 5.5
# kill AE CS 5 just type killae.sh 5

##Installation:

open terminal and type:

cd /usr/local/bin

than

vi killae.sh  

you are in the vi editor

  • now hit "i" once for the insert mode
  • and copy paste the script into it.
  • Than hit "ESC"
  • followed by holding "SHIFT" and hitting "z" two time.

(Yes this is a wired editor. but useful).

Now type in the terminal again

chmod +x killae.sh  

now your shell scipt is executable.
Make sure the path /usr/local/bin is in your $PATH variable in your .bash_profile. If you don't have a .bash_profile or don't know what it is don't worry. Type in your terminal.

vi ~/.bash_profile  
  • now hit "i" once for the insert mode
  • and copy paste the 3 lines below into it.
  • Than hit "ESC"
  • followed by holding "SHIFT" and hitting "z" two time.

btw if you dont go into insert mode you can hit ":q" and "enter" to leave vi.

# general path munging  
PATH=${PATH}:~/bin  
PATH=${PATH}:/usr/local/bin  

##killallae.sh

This is nearly the same as killae.sh but you don't have to provide a AE version number. It just kills the last started process called Adobe After Effects CS* This script needs still some work but still thanks @stevennikolic

##Windows
On windows you can use taskkill and tasklist for that. Have a lokk here.

##License:

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004
  
Copyright (C) 2013 Fabian "fabiantheblind" Morón Zirfas <[email protected]>
   
Everyone is permitted to copy and distribute verbatim or modified  
copies of this license document, and changing it is allowed as long  
as the name is changed.  
  
           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE  
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION  
  
 0. You just DO WHAT THE FUCK YOU WANT TO.  

killae's People

Contributors

fabiantheblind avatar

Stargazers

 avatar JamesLinus avatar

Watchers

Fabian Morón Zirfas avatar

Forkers

ae-scripting

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.