-
-
Save takano32/4153310 to your computer and use it in GitHub Desktop.
[OS X]起動中のアプリケーション一覧を出力するシェルスクリプト
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
ps ax -o command | sed -ne 's/.*\/Applications\/\([^/]*\)\.app\/.*/\1/p' | sort -u |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ps ax -o command | sed -ne 's/.*\/Applications\/\([^/]*\)\.app\/.*/\1/p' | sort -u | |
Alfred | |
Boxcar Mac | |
Dropbox | |
Emacs | |
Google Chrome | |
Google Drive | |
Growl | |
LimeChat | |
Skype | |
Witch | |
Yammer | |
YoruFukurou | |
iTunes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment