![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Save CLI commands as aliases on a directory basis!
npm install alium -g
or yarn add alium -g
or similar.
put this in your ~/.bashrc
or somewhere suitable
ali () {
ali-cleanup () {
sleep 1 && test -f ~/.alium/cmd && rm -f ~/.alium/cmd;
}
alium-bin $@;
if [ $? -eq 23 ]; then
ali-cleanup & test -f ~/.alium/cmd && source ~/.alium/cmd
fi
}
source ~/.bashrc
before you try to use ali
That's it 🎉
Options:
-v, --version output the version number
-l, --list List aliases
-s, --save [alias] Save an alias
-r, --remove [alias] remove alias
-h, --help output usage information
To add a new command to the current directory: ali -s "my-command"
Note: env variables have to be escaped: ali -s "echo \$SHELL"
ali
will then ask you what to name the new alias.
List all available aliases: ali -l
or just ali
.
Remove alias: ali -r foobar
# After you have run
$ some-long-winded-command --with parameters --you can --never ./remember
# You can now do
$ ali -s "!!"
# To save a new alias for the aforementioned command
$ ali -s "some-long-winded-command --with parameters --you can --never ./remember"
FAQs
Save CLI commands as aliases on a directory basis
The npm package alium receives a total of 1 weekly downloads. As such, alium popularity was classified as not popular.
We found that alium demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers collaborating on the project.
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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.