Skip to content

Instantly share code, notes, and snippets.

View hipyhop's full-sized avatar

Thomas Luff hipyhop

  • Brisbane, Australia
View GitHub Profile
@hipyhop
hipyhop / shellmarks.sh
Last active January 3, 2016 00:29 — forked from harith/shellmarks.sh
Shellmarks - Bookmarking for directories
# Utilities for quickly accessing frequently used directories in zsh/bash.
# Usage:
# $ cd /path/to/project/src/
# $ mark code # Will create a new shortcut.
# # Becomes interactive if a shortcut already exists
# # m is an alias for mark. You can also `m code`
#
# $ code # From now on, running this anywhere in the shell
# # will put you in /path/to/project/src/code