Find Process ID

← Back to Projects

Find Process

Tech Stack: Bash, Neovim

Finish Date: September 16, 2023

Final Output: Bash script with alias in local computer

Description

Occassionally I find that there is a process running on my development ports which isn't stopped even though the command has already been killed so I find myself having to search the command to find the process ID from the port number. Now I have a command that does this automatically.

I also tried using Neovim for the first time. It was a bit annoying to understand all the keys, even for very simple things. I do still like the IDE better but it might be a matter of getting used to everything.