Builds of versions 1.X.X are for testing and development purposes. The program may be unstable.
This program was 80% vibe-coded, errors expected. It will be polished over time.
LinkDB is a terminal-based program to save links (Bookmarks) and categorize in tags.
- Folder Support
- Better search/filters
- Improvements in the main UI.
- Better documentation
- More hotkeys support
-
Clone the repository.
-
Install Dependencies:
pip install -r requirements.txt- Run LinkDB:
textual run main.pyIf you want to compile as standalone binary:
pip install nuitka
python -m nuitka --onefile main.pyTo reset your link database use:
python -c "from db import reset_db; reset_db()"