Skip to content

kstepanovdev/fbmark_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fbmark_v2

This is TUI bookmark manager baked with ratatui. This is TUI bookmark manager written with ratatui. It could be useful in case you have an account in Tagpacker. It provides you with a fuzzy search in bookmark's names and URLs + search via tags and their combination.

2023-10-07_19-35-10

Run:

Provide the app with the DATABASE_URL env variable (or .env file) with the full path to the SQLite database file.

Known problems:
  • The app isn't fully async.
  • The app allows multiple tags selection (even on the same ones)
  • The tags cannot be reset/deselect.
  • Selected tags aren't scrollable.
  • The app crashes if you provide "Url" field in creation mode with invalid Url.
  • Back synchronization from the app to the Tagpacker isn't implemented.
  • Sqlite request aren't optimal.
  • Keymap and colors are hardcoded
To be done in the next release
  • Bugfixing the mentioned problems
  • Elm architecture for the main loop

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages