Skip to main content

A Python script for saving, listing, and managing directory paths.

Project description

Certainly! Here's an updated README.md with instructions for pip installation:

# PathSaver

PathSaver is a Python script for saving, listing, and managing directory paths.

## Installation

You can install PathSaver via pip:

```bash
pip install pathsaver
```

Usage

After installation, you can use the pathsaver command-line utility to save, list, delete, and copy directory paths.

Save a Path

To save a directory path with a custom variable name, use the following command:

pathsaver <variable_name> <directory_path>

Replace <variable_name> with the name you want to assign to the directory path and <directory_path> with the actual directory path you want to save.

List Saved Paths

To list all saved paths, use the following command:

pathsaver --list

Delete a Saved Path

To delete a saved path by variable name, use the following command:

pathsaver --delete <variable_name>

Replace <variable_name> with the name of the variable you want to delete.

Delete All Saved Paths

To delete all saved paths, use the following command:

pathsaver --delete-all

Copy a Saved Path to Clipboard

To copy a saved path to the clipboard, use the following command:

pathsaver --copy <variable_name>

Replace <variable_name> with the name of the variable whose path you want to copy.

Update Environment Variable

To update the environment variable with saved paths, use the following command:

pathsaver --update-env

License

This project is licensed under the MIT License - see the LICENSE file for details.


Feel free to adjust the instructions or add more details as needed!

Project details


Release history Release notifications | RSS feed

This version

1.0

Download files

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

Source Distribution

pathsaver-1.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

pathsaver-1.0-py3-none-any.whl (4.2 kB view hashes)

Uploaded 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