SkillAgentSearch skills...

Poshmarks

Implementation of bashmarks for Powershell

Install / Use

/learn @manojlds/Poshmarks
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

#POSHMARKS

An implementation of bashmarks for 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

##Sample Usage

cd C:\users\manoj\Desktop
s desktop
cd C:\users\manoj
s home
g desktop
l

Related Skills

View on GitHub
GitHub Stars13
CategoryDevelopment
Updated1y ago
Forks3

Languages

PowerShell

Security Score

60/100

Audited on May 18, 2024

No findings