wd command
Kazuki Okamoto
Posted on October 18, 2022
I have just released wd command!
What's wd command?
A following command runs a COMMAND
with some OPTIONS
on a DIRECTORY
as a working directory.
$ wd DIRECTORY COMMAND OPTIONS
pushd
and popd
are too long to type for me.
Install
Binaries are provided at a GitHub Release page. They are for Windows, Linux, and macOS (x64)1.
https://github.com/kakkun61/wd/releases/tag/0.1.0.0
If you want to build it, you need cabal
and ghc
.
$ make install
You like it? Give a star on the GitHub repo.
-
I'm going to add a binary for macOS (ARM) when GitHub Actions will provide a macOS (ARM) platform. ↩
💖 💪 🙅 🚩
Kazuki Okamoto
Posted on October 18, 2022
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
programming Programming Paradigms Explained: A Guide to Core Concepts and Real-World Applications
November 15, 2024