aboutsummaryrefslogtreecommitdiff
path: root/src/tui
Commit message (Expand)AuthorAge
* add functions to make sanitized data from PR #57 visible in the information t...lukeflo2025-10-05
* concat values for custom fields; fix UI bug for entry with notes onlylukeflo2025-08-24
* implement a customizable fourth column for `EntryTable`lukeflo2025-08-23
* fix some tests, default config, help popuplukeflo2025-07-08
* create note function impllukeflo2025-07-05
* first steps for create new notelukeflo2025-07-05
* `PopupItem::Citekey` impllukeflo2025-07-04
* impl `PopupItem` enum, adapt ui: include colorslukeflo2025-07-04
* align resource symbols, update READMElukeflo2025-06-30
* update README: note featurelukeflo2025-06-30
* show notes in file infolukeflo2025-06-30
* implemented symbols for attachementslukeflo2025-06-30
* colored symbols for attachements, basic implementationlukeflo2025-06-30
* UI implementation of noteslukeflo2025-06-30
* add shortcuts for opening files/links and yanking citekeylukeflo2025-06-28
* Fix: light terminal flag, rm obsolete color.rs filelukeflo2025-06-08
* some fixes and test for `file_prefix` with new boollukeflo2025-06-01
* better UI for popups, some testingslukeflo2025-05-30
* first steps in rewriting popupslukeflo2025-05-26
* some more doc stringslukeflo2025-05-26
* enhancement from PR \#28 discussionlukeflo2025-05-25
* yank multiple fieldslukeflo2025-03-30
* replace Config crate with Figment -> better merging of default and config valueslukeflo2025-02-22
* implement working config file construct, error handling should be improvedlukeflo2025-02-21
* improve file handlinglukeflo2025-02-17
* Minor Feature: Sort entries by position in/of filelukeflo2024-12-25
* better error messages for doi-addlukeflo2024-12-23
* rewrite add-entry via DOI workflowlukeflo2024-12-23
* use input struct, place cursor at poslukeflo2024-12-23
* use specific search command for entering search input modelukeflo2024-12-23
* feat: implement entry management in Bibiman TUITrim Bresilla2024-12-23
* new() fn for colors structlukeflo2024-11-29
* implemented light color schemelukeflo2024-11-29
* delete unused code fragmentslukeflo2024-11-28
* replace unused varslukeflo2024-11-28
* substitute style const for UI renderinglukeflo2024-11-28
* color struct impl, integrated with cliargslukeflo2024-11-28
* handling of errors and ui for multi file caselukeflo2024-11-25
* open correct file in editor, show file infolukeflo2024-11-24
* rename files arg field, start rewriting run_editor fnlukeflo2024-11-23
* implement needed dep injection of cli argslukeflo2024-11-23
* open multiple files: per CLI possiblelukeflo2024-11-22
* filepath as OsString, new color shemelukeflo2024-11-22
* some typoslukeflo2024-11-18
* implement warning message popuplukeflo2024-11-17
* Add keybind hints for popup movementlukeflo2024-11-17
* working selection popup, but ugly field valueslukeflo2024-11-17
* selection popup fundamentlukeflo2024-11-16
* replaced some Strings with &str, impl lifetimes for structslukeflo2024-11-16
* removed tui-popup, wrote own popup codelukeflo2024-11-16
'>431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523