Socket
Socket
Sign inDemoInstall

ak-squash

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ak-squash

Creating local alias for commands


Version published
Maintainers
1
Install size
20.2 MB
Created

Readme

Source

Squash :tada:

Build NPM Downloads Package Size NPM Version Contributors Commit Node Version

Squash

Let's squash your commands.

Squash allows you to give a custom name to your shell commands. These commands can be run using the custom name.

Give us a :star: if you like our work :heart:

Install

$ npm i -g ak-squash

Setup

  • Export the squash path, to make the commands executable.

    export PATH=$PATH:/usr/local/.squash

    To make this export permanent read here

  • Now try running squash --help. This should display details on using squash

  • This completes your setup

Usage

Once you are done with the setup. You can start giving custom names to your commands.

You can find example usage of all the available features of squash here

Syntax for using squash is

squash {{COMMAND}} --alias={{NAME_FOR_COMMAND}}

  • COMMAND: The shell command which will be given a name
  • NAME_FOR_COMMAND: The custom name

Note: You can wrap the command between "COMMAND" if the command contains any types of quotes or spaces

Example
$ squash ls /home/squash --alias=list_squash

Now for using above created command just run

$ list_squash

Available Flags

Flags that require parameters
squash {{COMMAND}} --{{FLAG}}={{NAME_FOR_COMMAND}}
  • alias: to give name to a command
  • rm: removes a previously squashed command
Flags without parameters
squash --{{FLAG}}
  • help: gets help for squash
  • list: lists all the created commands
  • system-alias: lists all the system reserved aliases
  • pass-args: arguments called on the alias will be passed to the command. Use when creating the alias

Limitations

  • It does not work in Windows.
  • It does not support the cd command
  • Manually exporting the path /usr/local/.squash is very important.

Contributing

We are constantly working on improving squash and we need all the help we can get. You can contribute to this project by giving suggestions, fixing open issues or by implementing a new feature. Read our contibution guide here

Contributors

Thank you to all the contributors who help in making this project better :raised_hands:

Keywords

FAQs

Last updated on 15 Aug 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc