Created
July 4, 2021 17:28
-
-
Save agilesteel/7a3431388ad65e8fa032526f8548f14b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
alias jps ='jps -lvm' | |
alias jpsk9='jps | fzf --reverse -m -e -i | cut -d " " -f1 | xargs kill -9 2>/dev/null' | |
alias jpsk ='jps | fzf --reverse -m -e -i | cut -d " " -f1 | xargs kill 2>/dev/null' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've based a version of this, it includes the working directory (which is useful for distinguishing sbt processes running in the background):