Skip to content

donniebreve/powershellmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

powershellmarks

A port of bashmarks to PowerShell.

Commands

s <bookmark_name> - Saves the current directory as "bookmark_name"
g <bookmark_name> - Goes (cd) to the directory associated with "bookmark_name"
p <bookmark_name> - Prints the directory associated with "bookmark_name"
d <bookmark_name> - Deletes the bookmark
l                 - Lists all available bookmarks

Usage

$ cd /var/www/
$ s webfolder
$ cd /usr/local/lib/
$ s locallib
$ l
$ g web<tab>
$ g webfolder

Installation

  1. Clone powershellmarks
$ git clone http://github.com/donniebreve/powershellmarks.git
  1. Edit your PowerShell profile $PROFILE
$ notepad $PROFILE
  1. Add this line and save the file
Import-Module C:/path/to/powershellmarks.psm1

The module will be auto loaded when opening new PowerShell windows.

About

A port of bashmarks to PowerShell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published