aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* feat: implement entry management in Bibiman TUITrim Bresilla2024-12-23
| | | | | | | | | | - Add `.devbox` to the `.gitignore` file - Create a new backup file `devbox.json.back` with package and shell initialization configurations - Introduce a new method `add_entry` in the Bibiman struct to manage adding entries - Implement functionality to handle new entry submissions using `doi2bib` - Update command actions to include `AddEntry` - Add `AddEntry` as a new popup type in the TUI for creating entries - Enhance the UI rendering to support the new entry popup with input fields and cursor positioning
* chore: update dependencies and add some files to .gitignoreTrim Bresilla2024-12-23
| | | | | - Update the `Cargo.toml` to include the `doi2bib` dependency with version `0.2.0` - Add rules to ignore `.direnv`, `.envrc`, and `devbox.json` files in the `.gitignore`
* implemented light color schemelukeflo2024-11-29
|
* build profilelukeflo2024-10-14
|
* link giflukeflo2024-10-12
|
* highlight selected field, vhs giflukeflo2024-10-04
|
* initial commitlukeflo2024-09-20