You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 3, 2025. It is now read-only.
Hello! I noticed this repo hasnt been updated for a while, but i figured to put this here in case anyone ran into the same small problem as i did. I use bash, with the alacritty terminal.
Upon writing noted in the command line i received this error:
/usr/local/bin/noted: line 64: open: command not found
On line 64 and 102 of the noted main i simply had to modify the command "open" into "xdg-open" in order to make the script work! :)
Hello! I noticed this repo hasnt been updated for a while, but i figured to put this here in case anyone ran into the same small problem as i did. I use bash, with the alacritty terminal.
Upon writing
notedin the command line i received this error:On line 64 and 102 of the noted main i simply had to modify the command "open" into "xdg-open" in order to make the script work! :)