Thursday, June 19, 2025

New mini project idea - favdir

favdir is a powershell module which implementa new command.

fd foo
This changes your directory to foo, but the foo argument is a keyword for a longer directory name
e.g. C:\Users\user.name\Documents\projects\foo

fd foo C:\longdir\foo
registers or replaces a registered favdir

fd -d foo
Removes a registered favdir

The favdir registry is stored in ~.favdir

Inspired by bashmarks https://github.com/huyng/bashmarks

No comments: