Skip to content

Chari69/LinkDB

Repository files navigation

LinkDB

Version Ludereth @chari69

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

LinkDB is a terminal-based program to save links (Bookmarks) and categorize in tags.

to-do

  • Folder Support
  • Better search/filters
  • Improvements in the main UI.
  • Better documentation
  • More hotkeys support

build/run

  1. Clone the repository.

  2. Install Dependencies:

pip install -r requirements.txt
  1. Run LinkDB:
textual run main.py

If you want to compile as standalone binary:

pip install nuitka
python -m nuitka --onefile main.py

reset db

To reset your link database use:

python -c "from db import reset_db; reset_db()"

About

LinkDB is a terminal-based program to save URLs (bookmarks) and categorize with tags.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages