Skip to content

Instantly share code, notes, and snippets.

View lucsh's full-sized avatar
🎯
Focusing

Lucas Del Pozzi lucsh

🎯
Focusing
View GitHub Profile
@lucsh
lucsh / tab.bash
Created October 6, 2020 12:57 — forked from bobthecow/tab.bash
Open new Terminal tabs from the command line
#!/bin/bash
#
# Open new Terminal tabs from the command line
#
# Author: Justin Hileman (http://justinhileman.com)
#
# Installation:
# Add the following function to your `.bashrc` or `.bash_profile`,
# or save it somewhere (e.g. `~/.tab.bash`) and source it in `.bashrc`
#