Metadata-Version: 2.1
Name: CMDHelpMeTool
Version: 0.3.5
Summary: A command-line tool for file management and copying to clipboard.
Home-page: UNKNOWN
Author: Abhi-vish
Author-email: iamabhishekvishwakarma7@gmail.com
License: MIT
Keywords: command-line tool
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# CMDHelpMeTool

CMDHelpMeTool is a command-line tool for managing files and copying variable content to the clipboard.

## Installation

You can install CMDHelpMeTool via pip:

```bash
pip install CMDHelpMeTool
```
## Usage

### Command
- `copy_experiment <exp_no>`: Copy the content of a variable to the clipboard.

### Examples

- Copy the file:

  ```bash
  helpme copy_experiment exp_1
  ```
## License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.


