lignator icon indicating copy to clipboard operation
lignator copied to clipboard

Be able to use files from https endpoints

Open JimPaine opened this issue 4 years ago • 0 comments

Description

For common files such as browser user agents it would be great to have a shared file which can be read over http

Example

$ lignator -t 'User agents: ${linefromfile(https://raw.githubusercontent.com/microsoft/lignator/samples/useragents.txt)}'

Considerations

  • Token name might not be appropriate
  • New token or change existing
  • Should templates also be updated work over http (could be good for standard templates like nginx)
  • Outputs?

JimPaine avatar Apr 12 '21 09:04 JimPaine