package for caching and aliasing long commands
Project description
What is fetchme?
fetchme is a cli tool for safe aliasing. This package allows aliasing of long commands without using the default bash aliasing.
- Why use fetchme?
Safe aliasing commands, no more accident in overriding a existing command
Easy to use
Installation
Make sure python 3.6 is installed on your machine, if not, click here to follow the instructions on installation.
Then install the latest version of fetchme via pip:
$ pip3 install fetchme
Once you install the package, there will be a configuration file .fetchmerc generated in your home directory, and this is where you put all your aliases.
Usage & References
Default Commands
fetchme comes with 3 default commands: edit, set and remove.
edit
edit command opens up the .fetchmerc file in an editor. If you have configured your preferred editor in the environment variable EDITOR, the preferred editor will be launched. The default editor is vim if the environment variable is not being configured.
Usage:
fetchme edit [OPTIONS]
Example:
$ fetchme edit
set
This command is for setting an alias to a long command.
Usage:
fetchme set [OPTIONS] CONTENT
Example:
$ fetchme set ssh="ssh -i /path/to/my/key/file root@123.43.678.678"
The CONTENT argument is where you set your alias as key=value pair, it is recommended that you quote the command that is to be aliased, like so in the example.
An additional line will be added to .fetchmerc file after the set command is being executed.
[fetchme]
ssh = ssh -i /path/to/my/key/file root@123.43.678.678
Options:
- –override, -o: flag, override an existing alias, this flag must to be past when you
need to overriding an existing alias that has already been set.
remove
This command is to remove an existing alias.
Usage:
fetchme remove [OPTIONS] NAME
Example:
$ fetchme remove ssh
The NAME argument corresponds to an alias that is being set in the .fetchmerc file.
Executing Aliased Commands
Once you have set the alias to your command, you can execute your command by directing calling it with fetchme.
Usage:
fetchme ALIAS [OPTIONS]
Example:
$ fetchme ssh
To see the original unaliased command, you can use the -h flag to bring up the descriptions.
Global Options
These options applies to all the commands, including the aliases.
Call ‘help’ commands
$ fetchme -h
$ fetchme ssh -h
Calling fetchme -h command also displays available commands, this includes the aliases you have defined.
Check fetchme version
$ fetchme -v
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
File details
Details for the file fetchme-1.1.1.tar.gz
.
File metadata
- Download URL: fetchme-1.1.1.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d3c9537109075e003efd3c89f422cbf20a0470e28802384a36f0aa16feee94e2 |
|
MD5 | b507f2d564dfef020d6b8293200fa127 |
|
BLAKE2b-256 | 2cbc41f0cf3fff2a4563f69f0f4d41ca9b6e03df7696ad258e8f6a945a93bdf4 |
File details
Details for the file fetchme-1.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: fetchme-1.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c369c5f08c4a35dd81461870cc22dffbe8cc4bf2ce78b12d59a9199e008c528 |
|
MD5 | 604683f3a38a1818ff3c2ae491329df8 |
|
BLAKE2b-256 | ead64d23f35b4d99d64c6d6ddfecc76036d98dc03a711a3b43e929aae815dbaa |