Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gkalpak/aliases

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gkalpak/aliases

My global aliases.

  • 0.0.8
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

aliases Build Status

Warning: This is still an experimental tool. Use at your own risk!

Description

My global aliases packaged as a node module for easy installation/update across machines.

Usage

  1. Install globally. E.g.:

    npm install --global @gkalpak/aliases
    
  2. Use from anywhere. For example:

    gs    // git status
    gl1   // git log --decorate --oneline
    lla   // ls -ahl
    nv    // node --version
    nls   // npm list --depth=0
    
  3. All aliases also accept the following arguments:

    • --al-debug: Produce verbose, debug-friendly output.
    • --al-dryrun*: Print the commands instead of actually running them (hopefully).

(*): This is still an experimental feature and not guaranteed to work as expected.

Run halp for a list of all available aliases.

TODO

  • Add alias for git commit --amend (--no-edit).
  • Add support for halp <group>.
  • Make gcom, gprom, gprum, grbm fallbacks of their non-m equivalents. (Requires feature to slice $*. Or maybe not.)
  • Test/Fix/Improve commands (nvu):
    • Some commands are currently broken (e.g. nvu).
    • Some commands are Windows-specific (e.g. nvu).
  • Document that ng-maintain is a peer dependency (+ show in halp (if not installed?)) and which commands require it (e.g. in halp). (Or make a real dependency - if it works for global bin scripts.)
  • Add unit tests.
  • (?) Add support for different commands, based on current OS.

Keywords

FAQs

Package last updated on 21 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc