Skip to content

Releases: natdorshimer/Favorites-Manager

Favorites-Manager (v1.2)

09 Sep 01:37
f558f39
Compare
Choose a tag to compare

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

07 Sep 20:46
1c485e4
Compare
Choose a tag to compare

'cdf -open' is generified and will open favorites.txt with whatever editor you have set to open .txt files by default.

v1.0

06 Sep 14:18
58eb87e
Compare
Choose a tag to compare

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

  1. Download FavoritesManager.psm1 and save it to \WindowsPowerShell\Modules\FavoritesManager\FavoritesManager.psm1.
    This is typically in either C:\Users\UserName\Documents\WindowsPowerShell\ or C:\Program Files\WindowsPowerShell\
  2. Import the module in your $profile to make it available when you run PowerShell. Run notepad $profile in PowerShell to open the profile in notepad. In the profile insert the following line:
Import-Module -Name FavoritesManager