Skip to content

TraXIcoN/pathsaver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Certainly! Here's a combined README.md file for both pip installation and brew installation:

# Pathsaver

A tool for saving and managing directory paths conveniently.

## Installation

### Using pip (Python Package Index)

```bash
pip install pathsaver
```

Using Homebrew (macOS)

brew tap TraXIcoN/pathsaver https://github.com/TraXIcoN/homebrew-pathsaver.git

brew install path/to/pathsaver.rb

Usage

# Save a directory path
pathsaver <variable_name> <directory_path>

# List saved paths
pathsaver --list

# Delete a saved path
pathsaver --delete <variable_name>

# Delete all saved paths
pathsaver --delete-all

# Copy a saved path to clipboard
pathsaver --copy <variable_name>

For detailed usage and options, you can run:

pathsaver --help

Example

Save a path with a variable name:

pathsaver project ~/Documents/Projects/project

List all saved paths:

pathsaver --list

Delete a saved path:

pathsaver --delete project

License

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


This README provides installation instructions for both pip and Homebrew, along with usage examples for the `pathsaver` tool. Adjust the paths and commands as needed based on your project structure and requirements.

About

A brew package for saving directory paths

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages