Aliases Keeper - Manage and synchronize your aliases
Project description
Aliasify CLI
Aliasify CLI is a powerful command-line tool for managing and synchronizing your Unix shell aliases across different systems. It helps you maintain a consistent shell environment by organizing aliases into groups and syncing them with your dotfiles repository.
Features
- 🚀 Create, edit, and delete aliases with ease
- 📁 Organize aliases into groups
- 🔄 Sync aliases with your dotfiles repository
- 🎯 Support for multiple shell types (bash, zsh, fish, etc.)
- 💻 Cross-platform compatibility
- 🔧 Simple and intuitive CLI interface
Quick Start
Installation
# Create and activate a virtual environment (recommended)
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
# Install the package
pip install aliasify-cli
Basic Usage
# Create a new alias
aliasify create myalias "my command" --group "My Group"
# List all aliases
aliasify show
# Edit an alias
aliasify edit myalias "new command" --group "New Group"
# Delete an alias
aliasify delete myalias
# Sync with dotfiles repository
aliasify sync --direction local-to-remote
Documentation
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Developed by Islam Zekry
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aliasify_cli-1.0.3.tar.gz.
File metadata
- Download URL: aliasify_cli-1.0.3.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd4cc91c381a16590b85d7f8f4ee25a9e80ae0e486026408350babf5b24c9fe1
|
|
| MD5 |
779ae1ddf5288d47f157e777c1c2c45e
|
|
| BLAKE2b-256 |
bc119320d9887870c731f41ed394fc844a3a90cbb0eeddb46113256abebfc3e7
|
File details
Details for the file aliasify_cli-1.0.3-py3-none-any.whl.
File metadata
- Download URL: aliasify_cli-1.0.3-py3-none-any.whl
- Upload date:
- Size: 9.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
585c0452151930b1fc12b8168f8d40771fd9827ec0a95e0010c6da88d8f2c2bd
|
|
| MD5 |
0fd9951fa456f306b5dcc0309409719d
|
|
| BLAKE2b-256 |
aae6da20b6d49942b767ff821807b665ec0c2cfb63cca18f4fb6352097eb2512
|