dms-quick-capture
Screenshot annotation plugin for DankMaterialShell
File Explorer
- bug-report.yml
- feature-request.yml
- auto-assign.yml
- rust-backend-release.yml
- PULL_REQUEST_TEMPLATE.md
- release.yml
- dms-screenshot-rs
- AlignmentControl.qml
- AspectRatioControl.qml
- BackgroundColorSelectors.qml
- BackgroundMetricControl.qml
- BackgroundModeSelectors.qml
- BackgroundPresetsControl.qml
- Constants.js
- DrawingRenderer.js
- DrawMouseArea.qml
- Helpers.js
- InlineTextEditor.qml
- QuickCaptureActions.qml
- FloatService.qml
- FloatWindow.qml
- QuickCaptureFloatingWindow.qml
- RecentEditsCarousel.qml
- ColorPalettePicker.qml
- MagnifierLoupe.qml
- PaletteWarningDialog.qml
- RadialMenu.qml
- BackgroundAlignmentPopover.qml
- BackgroundAspectRatioPopover.qml
- BackgroundImagePopover.qml
- BackgroundPresetsPopover.qml
- HoverSliderPopover.qml
- MenuActionItem.qml
- MoreToolsMenu.qml
- PopoverSurface.qml
- ScanResultPopover.qml
- TextInputDialog.qml
- ArrowOptionsToolbar.qml
- CalloutOptionsToolbar.qml
- LineOptionsToolbar.qml
- OptionToolbarButton.qml
- OptionToolbarPanel.qml
- OptionToolbarPopup.qml
- RedactOptionsToolbar.qml
- StampOptionsToolbar.qml
- TextOptionsToolbar.qml
- AnnotationControls.qml
- ColorPickerControl.qml
- DankShortcutActionButton.qml
- QuickCaptureToolbar.qml
- SizePreviewCard.qml
- ToolbarSeparator.qml
- ToolButtonsControl.qml
- ButtonGroupSettingPlus.qml
- ColorSettingPlus.qml
- CopyBox.qml
- DankSliderPlus.qml
- FontSelectionSettingPlus.qml
- InfoText.qml
- NumericText.qml
- PluginAbout.qml
- qmldir
- SectionTitle.qml
- SelectionSettingPlus.qml
- Separator.qml
- SettingsCard.qml
- SliderSettingPlus.qml
- StringSettingPlus.qml
- ToggleSettingPlus.qml
- compare.sh
- backend.rs
- config.rs
- error.rs
- mod.rs
- selection_box.rs
- types.rs
- cli.rs
- contract.rs
- main.rs
- niri.rs
- scroll_session.rs
- scroll_stitch.rs
- selection.rs
- selector.rs
- state.rs
- wayland.rs
- window.rs
- cli.rs
- .gitignore
- Cargo.lock
- Cargo.toml
- README.md
- ai-guide.md
- annotation-engine.md
- architecture.md
- developer-guide.md
- glossary.md
- index.md
- ipc-and-settings.md
- release-notes-v4.2.0.md
- release-notes-v4.2.1.md
- release-notes-v5.0.0-beta.1.md
- release-notes-v5.0.0-beta.2.md
- release-notes-v5.0.1.md
- release-notes-v5.0.2.md
- release-notes-v5.1.0.md
- release-notes-v5.1.2.md
- release-notes-v5.1.3.md
- release-notes-v5.1.4.md
- rust-backend-architecture.md
- user-guide.md
- generate_theme_palettes.py
- i18n.py
- install-backend.sh
- update-bundled-backend.sh
- de.json
- es.json
- fr.json
- ja.json
- ko.json
- ru.json
- vi.json
- zh_CN.json
- en.json
- .gitignore
- CaptureConfig.qml
- CONTRIBUTING.md
- LICENSE
- plugin.json
- QuickCaptureDaemon.qml
- QuickCaptureModal.qml
- QuickCaptureSettings.qml
- QuickCaptureWidget.qml
- README.md
- screenshot.png
- setup_example.png
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
magick
View Details ▼
magick
Create, edit, compose, or convert between image formats.
This tool replaces `convert` in ImageMagick 7+. See `magick convert` to use the old tool in versions 7+.
Some subcommands, such as `mogrify` have their own usage documentation.
magick {{path/to/input_image.png}} {{path/to/output_image.jpg}}
Convert between image formats:
magick {{path/to/input_image.jpg}} -resize {{100x100}} {{path/to/output_image.jpg}}
Resize an image, making a new copy:
magick {{path/to/input_image.png}} -resize {{50}}% {{path/to/output_image.png}}
Resize an image by a percentage:
mogrify
View Details ▼
mogrify
This command is an alias of `magick mogrify`.
tldr magick mogrify
View documentation for the original command:
zbarimg
View Details ▼
zbarimg
Scan and decode bar codes from image file(s).
zbarimg {{image_file}}
Process an image file:
dnf install
View Details ▼
dnf install
Install packages on Red Hat-based distributions.
sudo dnf {{[in|install]}} {{package1 package2 ...}}
Install packages by name:
sudo dnf {{[in|install]}} {{path/to/file}}
Install a package from a local file:
sudo dnf {{[in|install]}} {{https://example.com/package.rpm}}
Install a package from the internet:
