Uninstall the daemon
Uninstalling removes the daemon program and its background service. Your Vault folders are never deleted. They are ordinary folders of Markdown files, and they stay where they are.
Uninstall with the Daemon Manager
Section titled “Uninstall with the Daemon Manager”npx bookmarks-but-better@latest uninstall- It asks: Remove the daemon and its background service? Your vaults stay where they are.
- It stops and removes the background service.
- It deletes the installed daemon versions. On macOS and Linux, it also removes
the
~/.local/bin/bookmarks-but-bettercommand. On Windows, it removes the install folder from your userPath. - It asks whether to remove the configuration file too. The answer defaults to no. The file is small, and a later install uses it again, so your Vaults are already set up.
- It lists each Vault as
Untouched.
To remove the configuration file without being asked, use --purge-config:
npx bookmarks-but-better@latest uninstall --purge-configIn the extension
Section titled “In the extension”Open Settings → Sources, open the daemon’s menu, and click Forget daemon. Otherwise, the extension keeps showing the daemon as unreachable.
Uninstall by hand
Section titled “Uninstall by hand”Remove the service first, while the daemon program is still installed:
bookmarks-but-better service uninstallrm -rf ~/.local/share/bookmarks-but-betterrm ~/.local/bin/bookmarks-but-betterTo also remove the configuration file:
rm ~/.config/bookmarks-but-better/config.toml-
Remove the service:
Terminal window bookmarks-but-better service uninstall -
Delete the folder
%LOCALAPPDATA%\bookmarks-but-better. -
Remove
%LOCALAPPDATA%\bookmarks-but-better\currentfrom your userPathenvironment variable. -
To also remove the configuration file, delete
%USERPROFILE%\.config\bookmarks-but-better\config.toml.
service uninstall stops the service and removes its definition. It reports
your vault was not touched, or nothing to remove: no service definition is installed
if there was no service to remove.
Removing your bookmarks too
Section titled “Removing your bookmarks too”The uninstaller never deletes a Vault. If you no longer want your bookmarks, delete the Vault folders yourself. Consider making a backup first.