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
File details
Details for the file ActDeact-1.0.0.tar.gz
.
File metadata
- Download URL: ActDeact-1.0.0.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1c7dd203218a74ab4d22bd34d2792677fc2cbcf0330322a168556cd8d03d4aa1 |
|
MD5 | d7d6d68765b60868ffe5de933cfb1dd4 |
|
BLAKE2b-256 | 5e6222cd9a0034c595fbc48ce3d0ea1b26ff9ac2e73c7d85927c38105134f2bc |
File details
Details for the file ActDeact-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: ActDeact-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74a824db8f3d94513e567205a65a866e5fee3c3396a7bd686d18a88c61aa9519 |
|
MD5 | a66f8e8aca396d4ecdf1e3043f96a08e |
|
BLAKE2b-256 | af0623fd8a64e8737062809f3bc9aea44c5d06af64ce7ddae54db06d1ecbc0de |