Git Product home page Git Product logo

aliasutil's Introduction

aliasutil

Persistent aliases for zsh and bash without having to use an editor.

Inspired by this stack exchange question.

Installation

Use one of the following:

1. Raw installation for bash; or

git clone https://github.com/talwrii/aliasutil ~/aliasutil
echo source ~/aliasutil/aliasutil.sh >> ~/.bashrc

2. Raw installation for zsh; or

git clone https://github.com/talwrii/aliasutil ~/aliasutil
echo source ~/aliasutil/aliasutil.zsh >> ~/.zshrc

3. zplug installation for zsh

    source /usr/share/zplug/init.zsh
    zplug talwrii/aliasutil
    zplug install
    zplug load
    echo "zplug load" >> ~/.zshrc

Usage

Run (or add to your init file (~/.zshrc or ~/.bashrc)).

source aliasutil.sh
aliasutil load

Thereafter you can run

aliasutil add hello='echo hello'

to create a snippet that is saved and restored.

Transparently persisted aliases

If you are brave, you can transparently make alias by calling aliasutil replace-alias.

This will replace alias with aliasutil add

Other commands

  • aliasutil remove -- delete an alias
  • aliasutil list -- list all persisted aliases
  • aliasutil load -- remove aliases (for example for other shells)

Prior work and influences

aliasutil's People

Contributors

talwrii avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

lanzafame

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.