Skip to main content

A quick script to help you switch up powershell profile files, and reset them back to normal.

Project description

powfile

https://img.shields.io/pypi/v/powfile.svg

A quick script to help you switch up powershell profile files, and reset them back to normal.

Why

  • I use different $profile settings when I’m doing screencasts/live demos, and a different one for script and project development.

  • Becomes too taxing to keep switching profile settings, especially when each project I use may come with it’s own settings.

Features

  • Incredibly Simple CLI script. Just specify the file (.ps1) you’re looking to place in your profile folder, and the script would take care of the rest.

  • Warns you before you overwrite an existing file.

  • Let’s you reset everything back to ‘normal’ (no profile files) if you’d like to have them go back to normal.

  • Simply uses ‘os’, ‘argparse’, ‘shutil’ libraries.

How To Use

  • cd into your project directory.

  • create a ‘custom-profile.ps1’ file with the required settings you’re looking for.

  • run ‘powfile -replace true’ to let the script work.

Options

  • replace: Replacement file that exists in current folder, to be copied into the powershell folder.

  • reset : Reset file back to default. true

  • profile : Custom powershell profile path, if you’re using a path that’s not %userprofile%/Documents/WindowsPowerShell.

Credits

History

0.1.0 (2019-12-14)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

powfile-0.1.0-py2.py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page