All Projects → 99x → runn

99x / runn

Licence: MIT license
Make your own terminal aliases easily!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to runn

aly
Command Line Alias Manager and Plugin System - Written in Golang
Stars: ✭ 21 (+16.67%)
Mutual labels:  aliases
goto
A fish shell utility to quickly navigate to aliased directories supporting tab-completion
Stars: ✭ 17 (-5.56%)
Mutual labels:  aliases
Dotfiles
▒ rice ░░ custom linux config files
Stars: ✭ 1,514 (+8311.11%)
Mutual labels:  aliases
dotfiles
My dotfiles
Stars: ✭ 16 (-11.11%)
Mutual labels:  aliases
tipz
Gives you helpful hints when you execute a command for which you have an alias defined
Stars: ✭ 24 (+33.33%)
Mutual labels:  aliases
homesetup
Your shell good as hell ! Not just dotfiles.
Stars: ✭ 25 (+38.89%)
Mutual labels:  aliases
fish-exa
🐟 exa aliases for fish
Stars: ✭ 24 (+33.33%)
Mutual labels:  aliases
backpack
.bashrc over ssh
Stars: ✭ 24 (+33.33%)
Mutual labels:  aliases
nama
Namespaced Aliases: organize and easily find aliases using autocomplete & namespacing
Stars: ✭ 26 (+44.44%)
Mutual labels:  aliases
stance
Learned string similarity for entity names using optimal transport.
Stars: ✭ 27 (+50%)
Mutual labels:  aliases
pymolshortcuts
The repository pymolschortucts contains the a collection of shortcuts that are loaded on startup of PyMOL. These shortcuts enable websearches from within PyMOL as well as many other convienent functions that make work in PyMOL more productive..
Stars: ✭ 34 (+88.89%)
Mutual labels:  aliases
ripz
💡 ripgrep-powered zsh plugin alias reminder
Stars: ✭ 23 (+27.78%)
Mutual labels:  aliases
alf
Bash Alias Generator and Manager
Stars: ✭ 47 (+161.11%)
Mutual labels:  aliases
anonaddy
Mobile app for AnonAddy.com.
Stars: ✭ 50 (+177.78%)
Mutual labels:  aliases
artisan-aliases
Save keystrokes and run Artisan commands your way
Stars: ✭ 23 (+27.78%)
Mutual labels:  aliases
whats
🌐 a terminal translation tool
Stars: ✭ 16 (-11.11%)
Mutual labels:  terminal-tool
                         
  _ __ _   _ _ __  _ __  
 | '__| | | | '_ \| '_ \ 
 | |  | |_| | | | | | | |
 |_|   \__,_|_| |_|_| |_|
                         
                          

Make your own terminal aliases easily!

Table of Contents

About the Project

Runn is a command line tool which help you to make your own terminal aliases easily.

Getting Started

Prerequisites

You need to install node package manager to runn this!

  • npm
$ npm install npm@latest -g

Installation

  1. Install the NPM packages
$ npm i -g runnit
  1. Save it
$ runn cu "curl https://raw.githubusercontent.com/shalithasuranga/runn/master/bin/runn.js"

Usage

runn it!

$ runn cu

Example(Adding and using some Git commands)

  1. After setting up, You may follow these steps. (*You can add your alias from anywhere in the directory)
  2. I am adding two git commands to aliases.

a) First lets add "git add ." to an alias called "gaa"

$ runn gaa "git add ."

b) Now lets add our second alias for "git push origin master" as "gpom"

$ runn gpom "git push origin master"
  1. Now your new aliases are added. To use this you need to change your directory to a Github project directory.

a) Using gaa alias

$ runn gaa 

*You can see that your files are staged.

b) Using gpom alias

$ runn gpom 

*Your commits will push to origin master

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License.

Contributors

Made with contributors-img.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].