All Projects → Jintin → Aliasme

Jintin / Aliasme

Licence: mit
A shell script to memorize your command in command line.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Aliasme

Globalhooks
Allows you to create global keyboard events
Stars: ✭ 74 (-19.57%)
Mutual labels:  shortcut
Emosaic
Mosaic image generator written in Rust!
Stars: ✭ 84 (-8.7%)
Mutual labels:  command-line-tool
Suitcase
A flexible command line tool for instantly deploying user interfaces for simple commands and scripts.
Stars: ✭ 1,287 (+1298.91%)
Mutual labels:  command-line-tool
Xcactionbar
"Alfred for Xcode" plugin
Stars: ✭ 1,217 (+1222.83%)
Mutual labels:  shortcut
Dossier
Generate statistics from any repository that adheres to the conventional changelog standard
Stars: ✭ 81 (-11.96%)
Mutual labels:  command-line-tool
Athena Cli
Presto-like CLI tool for AWS Athena
Stars: ✭ 85 (-7.61%)
Mutual labels:  command-line-tool
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-20.65%)
Mutual labels:  command-line-tool
Virgil Cli
CLI tool to manage your Virgil account and applications.
Stars: ✭ 89 (-3.26%)
Mutual labels:  command-line-tool
Sampler
Tool for shell commands execution, visualization and alerting. Configured with a simple YAML file.
Stars: ✭ 9,203 (+9903.26%)
Mutual labels:  command-line-tool
Certificaat
General-purpose ACME client
Stars: ✭ 88 (-4.35%)
Mutual labels:  command-line-tool
Spam Bot 3000
Social media research and promotion, semi-autonomous CLI bot
Stars: ✭ 79 (-14.13%)
Mutual labels:  command-line-tool
Gcalcron
Schedule shell commands execution through Google Calendar
Stars: ✭ 81 (-11.96%)
Mutual labels:  command-line-tool
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-6.52%)
Mutual labels:  command-line-tool
Fbi
Node.js workflow tool
Stars: ✭ 74 (-19.57%)
Mutual labels:  command-line-tool
Forge Node App
🛠📦🎉 Generate Node.js boilerplate with optional libraries & tools
Stars: ✭ 90 (-2.17%)
Mutual labels:  command-line-tool
Nexmo Cli
Nexmo CLI (Command Line Interface)
Stars: ✭ 73 (-20.65%)
Mutual labels:  command-line-tool
Opaline
NextJS for CLI tools
Stars: ✭ 84 (-8.7%)
Mutual labels:  command-line-tool
Lc
licensechecker (lc) a command line application which scans directories and identifies what software license things are under producing reports as either SPDX, CSV, JSON, XLSX or CLI Tabular output. Dual-licensed under MIT or the UNLICENSE.
Stars: ✭ 93 (+1.09%)
Mutual labels:  command-line-tool
Crowdin Cli
A command-line client for the Crowdin API
Stars: ✭ 89 (-3.26%)
Mutual labels:  command-line-tool
Swiff
💁 Command line tools for common local ↔ remote server tasks.
Stars: ✭ 87 (-5.43%)
Mutual labels:  command-line-tool

aliasme

Codacy Badge Build Status Awesome

A shell script to organize your alias in command line.

Installation

  • download script
  mkdir ~/.aliasme
  curl https://raw.githubusercontent.com/Jintin/aliasme/master/aliasme.sh > ~/.aliasme/aliasme.sh
  • add alias to your startup script (ex: ~/.bash_profile, ~/.bashrc)
echo "source ~/.aliasme/aliasme.sh" >> ~/.bash_profile

Usage

$ al add [name] [command]      # add alias command with name
$ al rm [name]                 # remove alias by name
$ al ls                        # list all alias
$ al [name]                    # execute alias associate with [name]
$ al -v                        # version information
$ al -h                        # help

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Jintin/aliasme.

License

The module is available as open source under the terms of the MIT License.

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].