Open chinkiko opened 5 years ago
I changed Line68 to "tmp_path = "tmp.txt" , and problem solved. BTW, for fuzzy search ? what about fzf? and how about adding a feature of querying zsh jump history?
@CleonH
According to this,IOError: [Errno 21] 是一个目录: 'tmp'
,I think there is a folder named 'tmp' in the same directory, so that it cannot create the tmp file. Renaming the folder or changing the value of tmp_path
is OK.
As for fuzzy search, I haven't finished it since a little busy these day. But you can fuzzy search the record which you had searched before and wrote into the data file. For example, you may visit /home/user/A/abc
, and next time you can visit it by h u a c
.
Last question, I didn't use zsh so I am sorry for this.
https://github.com/USER0308/ulauncher-plugin-jump/blob/ab78968cc34dae355dec94eee3aad2e9cf1466fd/list_choice.py#L68 https://github.com/USER0308/ulauncher-plugin-jump/blob/ab78968cc34dae355dec94eee3aad2e9cf1466fd/list_choice.py#L73