Commits


rephrase CAVEATS as per Florian suggestion, thanks!


rename set-title to change-title "set set-title = 1" is quite a mouthful. The old name will still be supported for a while to ease backwards compatibility.


bind del (aka backspace) to previous page Suggested by Florian, thanks!


add --corours as an alias for --color Suggested by Florian, thanks!


update the date


some Pa -> Ar and use ~/ instead of $HOME/


mention that we're expecting an UTF-8 environment.


[xdg] move pages path under $XDG_DATA_HOME instead of CONFIG_HOME OK andrea


document the download lines for styling


move the CONFIGURATION FILE section above default keys It's clearer to specify first the configuration file before dumping all the keys and available functions.


tweak the documentation wrt XDG and ~/.telescope Point out that *by default* telescope uses XDG-style directories, but if ~/.telescope exists XDG is ignored. While here also use a shorter URL for the XDG spec and add it to the STANDARDS section of the manpage.


support xdg basedir Use XDG-compliant paths unless ~/.telescope already exists. Provide a script to migrate to XDG-style directory for users who wish to do so.


spend a few more words describing on how the safe mode works


add a safe/sandbox mode When enabled with the -S (or --safe) flag, prevent telescope from writing files to the disk.


document download-path