haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

Added XDG support #157

Open czaplicki opened 3 years ago

czaplicki commented 3 years ago

solving issue #150

renamed readPrefsFromHome -> readUserPrefs made readUserPrefs look for $XDG_CONFIG_HOME, check if it exists and if so, readPrefs from it instead of $HOME/.haskeline. If it doesen't exist, readPref from $HOME/.haskeline.

Lubsch commented 11 months ago

Sorry for basically just +1-ing this, but what has been blocking this from getting merged? I would really appreciate this feature.

tjakway commented 11 months ago

Sorry for basically just +1-ing this, but what has been blocking this from getting merged? I would really appreciate this feature.

Same here. And if there are any blockers I'd be willing to do the work to get this merged.

yzhou216 commented 1 month ago

Is there any update on this?