import os,sys #just a quick script to print the fzf.txt file content dn = os.path.dirname(os.path.realpath(__file__)) fzf_file = open(dn + "/fzf.txt", encoding="utf-8").read() fzf_file = fzf_file.replace("", "") fzf_file = fzf_file.replace('', '') print(fzf_file) sys.exit()