Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
suffix alias where the app has a space in it
- X-seq: zsh-users 24131
- From: TJ Luoma <luomat@xxxxxxxxx>
- To: Zsh MailingList <zsh-users@xxxxxxx>
- Subject: suffix alias where the app has a space in it
- Date: Thu, 8 Aug 2019 07:14:21 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=OPkKqVSfOhmzwBjxLOa9erNx9hSYHdOBvwaU9Z/0AG4=; b=mVYAkcQDG8Y04R3LO0h2f5ooNkcoB3Y4Vr2M5dRCQ/3mZHOf7FREp3AnljxVjwHi+f n83aI1fMWD7exQmf1BE381PmMuRbWalYo6sfXfY5N+WcK99sD25ctGE2MWN8PVGKCxiZ 2bzGgYzr3oGePLQZR29zioyCKso1g9dF10AfZ9JuTY4Zjj8Xg7h7tU4v3CW50y0mOyko Xl+l8uLpjzWu9a68SvhTDVObJ8OsVxD6CNMia3S3IyxafBPmLnE8Jvan9heOsOmtXpB8 wD/6nv/QuXQouuCTweJCw5FnOrhyY+9N9Ec+OswuICBw8AI4hIZg+/trtJoYRe7K6kDc oQgQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
I'm trying to use suffix aliases, but I ran into one issue I can't
figure out: What do I do when I want to assign "The Unarchiver" as an
app for archives such as .xz
alias -s xz="the unarchiver"
But that tries to use 'the' to open 'xz' files.
Is there a way to encode a space in the app name?
I tried googling but either the terms are too vague or no one has
written about this before.
Thanks!
TjL
p.s. - https://macpaw.com/the-unarchiver for anyone using a Mac who
isn't familiar with the app
--
TJ Luoma
TJ @ MacStories
Personal Website: luo.ma (aka RhymesWithDiploma.com)
Twitter: @tjluoma
Messages sorted by:
Reverse Date,
Date,
Thread,
Author