Bash (2) Thumbnail List killport - in bash I found an command-line utility called `killport` written in rust. https://github.com/jkfran/killport A command-line tool to easily kill processes running on a specified port. Features: Kill processes by port number Supports multiple port numbers Verbosity control Works on Linux and macOS Personally thining, using rust to do this kind of task is just overkill. How many times would this be called.. How to fuzzy cd (change directory) to specific directory I've been working on IT fields for more than decades and there are lots of code repositories and snippets. It's all over in github, gitlab, bitbucket, and all different organizations. When one day I realized I have all these repositories thrown into single folder ~/repo, then I decided to organize these folders by grouping them into company name. ~$ cd repo ~/repo$ ls companyA companyB companyC .. Prev 1 Next