GithubHelp home page GithubHelp logo

owenmur21 / aliases Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bernie-haxx/aliases

0.0 1.0 0.0 20 KB

An application to create terminal aliases for Linux, Mac and Windows users

License: MIT License

Shell 100.00%

aliases's Introduction

Aliases

Have you ever gotten tired of typing git status every time you want to know what changes you have made in your project? How about having to write mkdir example and cd example just to create and check out into a folder?

Aliases as the name suggests, creates aliases for you that you can use instead of having to type the entire command. To get you started, I have some default aliases set up for you. you can edit them and change them any time to suit your need.

Aliases currently contains git and bash aliases.

Prequisities

  • You need to have nano text editor installed. you can find out whether you have it installed by typing nano --version in your terminal. For most linux distributions, it is installed by default. However, if you don't have it installed, you can quicky do that by typing sudo apt-get install nano in your terminal.

Installation

  • Clone the repository Aliases in the root directory.
cd && git clone https://github.com/newtonkiragu/aliases/
  • Checkout into the cloned repository
cd aliases
  • Make the install script excecutable
chmod +x install.sh
  • Run the script
./install.sh
  • Open a new instance of your terminal emulator to start using aliases
  • To view your aliases, run alias in your terminal

adding aliases

To add a new alias, on the terminal, type na then edit the file appropriately.

licence

Newton Kiragu - MIT (c)2018 LICENCE

aliases's People

Contributors

newtonkiragu avatar bernie-haxx avatar

Watchers

James Cloos avatar

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.