Sam
Sam
### Description I've added buttons beside the `pre-backup` and `post-backup` line edits in the `Schedule` tab in the `Shell Commands` section. https://github.com/borgbase/vorta/assets/71956678/71676ac1-5db2-4a34-8adc-f7f3b9033907  ### Related Issue #1945 ### Motivation and...
#### The problem It's not very comfortable in the case of longer scripts. #### Requested Solution Addition of file selection dialog for selecting the shell script which could copy its...
### Description The `Add new window` window will automatically pop up when an existing repository fails/is not initialized. #1799 ### Motivation and Context This will reduce confusion in `adding new`...
### Description In the source, multiple folders cant be selected, due to some limitations in `QFileDialog` . Fixes #1869 ### Motivation and Context It would be more convenient if one...
### Description To improve readability a bit, and towards making the codebase typesafe. ### Related Issue #1870 ### Types of changes - [ ] Bug fix (non-breaking change which fixes...
#### The problem I plan to make the codebase typesafe as discussed in this [discussion](https://github.com/borgbase/vorta/discussions/1868). This will require a lot of refactoring and changes. I'll be using this issue thread...
### Description This PR removes flake8 from `.pre-commit-config.yaml` , `setup.cfg` and adds ruff for linting ### Related Issue Resolves #1969 ### Motivation and Context ruff is faster so yeah... ###...
## Description We need some way to preserve chats and keep the histories of the chats. ## Alternatives ## Additional context ## Implementation - [ ] I would be interested...
## Problem `chino start` just opens up the chat. ## Description It would be better if it opened a main menu that could contain different selectable options using a pointer...
## Problem Currently we have: - `~/.local/share/chino/data` for data path, and - `~/.local/share/chino/chroma` for chroma path [ref](https://github.com/SAMAD101/Chino#usage-) ## Description We need something more customizable, these `chroma` and `data` paths could...