wd: Run a command on a specified directory.

[ apache, data, program ] [ Propose Tags ]

This is a command to run another command on a specified directory.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0
Change log CHANGELOG.md
Dependencies base (>=4 && <5), directory (>=1.2.3.0), process (>=1.2.0.0) [details]
License Apache-2.0
Copyright 2021 Kazuki Okamoto (岡本和樹)
Author Kazuki Okamoto (岡本和樹)
Maintainer kazuki.okamoto@kakkun61.com
Category Data
Home page https://github.com/kakkun61/wd
Bug tracker https://github.com/kakkun61/wd/issues
Source repo head: git clone https://github.com/kakkun61/wd
Uploaded by kakkun61 at 2022-10-18T17:32:40Z
Distributions NixOS:0.1.0.0
Executables wd
Downloads 65 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2022-10-18 [all 1 reports]

Readme for wd-0.1.0.0

[back to package description]

WD

Hackage

CI

Sponsor

Usage

Usage: wd DIR CMD [ARGS]

Examples

> pwd
/foo
> wd bar pwd
/foo/bar

Install

Requisites are GHC and Cabal.

> make install