Releases: natdorshimer/Favorites-Manager
Releases · natdorshimer/Favorites-Manager
Favorites-Manager (v1.2)
Autocomplete feature has been added to cdf.
If 'Spectrogram' is in your list of favorites, cdf Spec
and then pressing tab will autocomplete or cycle to cdf Spectrogram
automatically.
Favorites-Manager
'cdf -open' is generified and will open favorites.txt with whatever editor you have set to open .txt files by default.
v1.0
Getting Started
To use cdf in the PowerShell command line you'll have to add FavoritesManager.psm1 to your modules and then import the module in the profile script, Microsoft.PowerShell_profile.ps1
Installation
- Download FavoritesManager.psm1 and save it to
\WindowsPowerShell\Modules\FavoritesManager\FavoritesManager.psm1
.
This is typically in eitherC:\Users\UserName\Documents\WindowsPowerShell\
orC:\Program Files\WindowsPowerShell\
- Import the module in your
$profile
to make it available when you run PowerShell. Runnotepad $profile
in PowerShell to open the profile in notepad. In the profile insert the following line:
Import-Module -Name FavoritesManager