An open API service indexing awesome lists of open source software.

https://github.com/tsfoster/posix-source

Source POSIX-style env files in fish
https://github.com/tsfoster/posix-source

environment-variables fish fish-shell fisherman

Last synced: 26 days ago
JSON representation

Source POSIX-style env files in fish

Awesome Lists containing this project

README

          

# posix-source

Source POSIX-style env files in fish

## Install

With [fisherman]

```
fisher TSFoster/posix-source
```

## Usage

```fish
posix-source ( -h | --help ) # Print help to STDOUT
posix-source FILE ... # Read file(s) and set exported variables
posix-source (-n | --no-interpret) FILE ... # Read file(s) and set exported variables, treating variables as literal strings
posix-source (-p | --print) FILE ... # Read file(s) and print fish commands to STDOUT
```

[fisherman]: https://github.com/fisherman/fisherman