Skip to main content
Home

Built and signed on GitHub Actions

Retrieve and parse zsh aliases from the environment or from a file

This package works with DenoIt is unknown whether this package works with Node.js, Bun
It is unknown whether this package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
JSR Score
100%
Published
2 years ago (1.0.5)

Retrieve and parse zsh aliases from the environment or from a file.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@lttr/shell-aliases

Import symbol

import * as shell_aliases from "@lttr/shell-aliases";
or

Import directly with a jsr specifier

import * as shell_aliases from "jsr:@lttr/shell-aliases";

Add Package

pnpm i jsr:@lttr/shell-aliases
or (using pnpm 10.8 or older)
pnpm dlx jsr add @lttr/shell-aliases

Import symbol

import * as shell_aliases from "@lttr/shell-aliases";

Add Package

yarn add jsr:@lttr/shell-aliases
or (using Yarn 4.8 or older)
yarn dlx jsr add @lttr/shell-aliases

Import symbol

import * as shell_aliases from "@lttr/shell-aliases";

Add Package

vlt install jsr:@lttr/shell-aliases

Import symbol

import * as shell_aliases from "@lttr/shell-aliases";

Add Package

npx jsr add @lttr/shell-aliases

Import symbol

import * as shell_aliases from "@lttr/shell-aliases";

Add Package

bunx jsr add @lttr/shell-aliases

Import symbol

import * as shell_aliases from "@lttr/shell-aliases";