Skip to main content

Activate and deactivate config files easily

Project description

A very simple [De]Activator for config files

This tool renames files by adding and removing a predefined prefix and suffix. It's intented use is to quickly activate and deactivate config files.

Installation

$ pip install ActDeact

Usage

Usage: actDeact [options] args

Options:
  --version         show program's version number and exit
  -h, --help        show this help message and exit
  -a, --activate    Activate file(s)
  -d, --deactivate  Deactivate file(s)
  -v, --verbose     Verbose output
  -c, --config      Show the filename of the config file for editing

Also two helper programs act and deact are provided. They are aliases to actDeact -d and actDeact -a and pass every argument directly to those programs.

Example

actDeact -d foo renames foo to foo_bak by default. This is equivaltent to deact foo . actDeact -a foo renames foo_bak to foo by default. This is equivaltent to act foo .

Configuration

actDeact -c shows the filename of the configuration file. Its default content is:

[Main]
Prefix=
Suffix=_bak

In this file a prefix and a suffix can be set.

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

ActDeact-1.0.0.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

ActDeact-1.0.0-py2.py3-none-any.whl (8.4 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