Saeed Rasooli

Results 140 comments of Saeed Rasooli

Same for `sort by size` since you are more often looking for largest files than smallest files.

I also want to sync my vscode config directory (including settings.json, but excluding some specific paths like Cache*) between home and work (using git), but there are few things I...

What is your operating system? I ask because building `v3` is much harder. We build for Linux and Mac now, but not Windows. And I intent to freeze `v2` except...

Great. I added tray icon and scan popup: selection or clipboard, no hotkey just yet. You can test the latest Linux build from `v3` branch. https://github.com/ilius/ayandict/actions/runs/18311430979/artifacts/4202826214 Config: https://github.com/ilius/ayandict/blob/v3/doc/config.rst#scan_popup_clipboard

Are you using Xorg or Wayland? > Another instance is running, or dead socket (/tmp/ayandict*) That was a bug. Fixed here. https://github.com/ilius/ayandict/actions/runs/18320065717/artifacts/4206187567 First remove `/tmp/ayandict*` the run the app.

To get the latest binary, click on last commit in https://github.com/ilius/ayandict/commits/v3/ Linux Build -> Details -> CLICK HERE TO DOWNLOAD BINARY -> Link at bottom

This Bash script grabs selected text (in any program) and sends it to AyanDict for Scan Popup. Works on both Xorg and Wayland (if compositor supports it). https://github.com/ilius/ayandict/blob/v3/cmd/linux/scan-selection.sh You can...

Let me know if you have any more issues.