Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 730 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 730 Bytes

psmarks

bashmarks inspired folder bookmark system for Powershell, with tab autocompletion of known bookmarks

Aliases

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

Full Commands

Add-PSMark <bookmark_name>      # add a bookmark
Remove-PSMark <bookmark_name>   # remove a bookmark
Get-PSMarks                     # list all bookmarks
Open-PSMark                     # resolve a bookmark

Credits