JoeDog / siege

Siege is an http load tester and benchmarking utility
GNU General Public License v3.0
5.95k stars 387 forks source link

Support the XDG Base Directory specification #153

Open danemacmillan opened 5 years ago

danemacmillan commented 5 years ago

It would be nice if instead of having siege's configuration and directory immediately under the $HOME directory, it would exist under the designated paths recommended in the XDG Base Directory specification.

Additional documentation can also be read at: https://wiki.archlinux.org/index.php/XDG_Base_Directory, where you can see a non-exhaustive list of current support.

Utilities and tools that implement this specification typically provide backwards-compatibility with the $HOME directory root, with the specification taking over by default if no configuration previously existed.