Skip to main content

No project description provided

Project description

enview

Enview (environment viewer) is a simple, fast, and powerful environment viewer (and editor).

show

OS Surpport

It now supports Linux and Windows.

Dependencies

  • Python (>=3.8)

Installation

pip install .

Usage

enview
  • getall: Display all the environment variables.
  • edit: Display all the environment variables in a neat way. You can select any variable you like to edit.
    • Move up with keys 'w' or 'k'. Move down with keys 's' or 'j'.
    • Go to the top and bottom with keys 'g' and 'G', respectively.
    • Go to the environment variable according to its position in the list by ":[number]".
    • Search for variables with "/". For next or prior result, press 'n' or 'N' respectively.
    • Edit with 'e'.
    • Edit in intelligent mode with 'i'.
  • conflict: Check if there is any conflict between the environment variables and the current environment variables. Argument ['varname'] is required.
  • optimize: Remove the duplicates in path group.
  • setenv: Set the value of a specified environment variable. Arguments ['value', 'name'] are required.
  • clip: Clip all the environment variables to the clipboard.
  • save: Save all the environment variables in the format "export name=value" to the current directory. The default file name is "env.txt"(Press enter when prompted).
  • Exit the program with 'quit', 'q' or 'exit'.
  • For more information, use 'help' command.

Project details


Download files

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

Source Distribution

enview-1.0.4.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distributions

enview-1.0.4-py3-none-any.whl (15.7 kB view hashes)

Uploaded Python 3

enview-1.0.4-py2.py3-none-any.whl (15.7 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