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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for ActDeact-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74a824db8f3d94513e567205a65a866e5fee3c3396a7bd686d18a88c61aa9519 |
|
MD5 | a66f8e8aca396d4ecdf1e3043f96a08e |
|
BLAKE2b-256 | af0623fd8a64e8737062809f3bc9aea44c5d06af64ce7ddae54db06d1ecbc0de |