Skip to content

rick3rt/psmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23c113b · Jan 6, 2025

History

4 Commits
Dec 3, 2023
Jan 6, 2025

Repository files navigation

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

Releases

No releases published

Packages

No packages published