Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obsidiansystems/which
https://github.com/obsidiansystems/which
haskell which
Last synced: about 24 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/obsidiansystems/which
- Owner: obsidiansystems
- License: bsd-3-clause
- Created: 2019-09-07T21:59:55.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-30T16:44:39.000Z (9 months ago)
- Last Synced: 2024-08-03T15:06:31.227Z (3 months ago)
- Topics: haskell, which
- Language: Haskell
- Size: 20.5 KB
- Stars: 4
- Watchers: 22
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# which [![travis-ci](https://api.travis-ci.org/obsidiansystems/which.svg?branch=develop)](https://travis-ci.org/obsidiansystems/which)
`which` is a Haskell library that provides functionality similar to its [\*nix namesake](https://en.wikipedia.org/wiki/Which_(command)) on the command line. You can use this library to determine the full path of a command that will be executed by your Haskell program.