Description:
This release introduces a Python script for managing paths conveniently from the command line. The script provides functionality to save, list, and delete paths, making it easier to manage commonly used directory locations.
Features:
Save Paths: Save directory paths with custom variable names for easy reference.
List Paths: View a list of all saved paths with their associated variable names.
Delete Paths: Delete individual saved paths by specifying the variable name or delete all saved paths at once.
Autocomplete: Supports autocomplete for variable names to enhance user experience.
Tabulate Formatting: Nicely formatted output using the tabulate library for better readability.
Zsh Compatibility: Configured to work seamlessly with the Zsh shell.
This release aims to provide users with a convenient tool for managing and organizing directory paths effectively from the command line.