Skip to content

Specify range feature#172

Open
cNorspang wants to merge 123 commits intoAloxaf:devfrom
cNorspang:specify_range_feature
Open

Specify range feature#172
cNorspang wants to merge 123 commits intoAloxaf:devfrom
cNorspang:specify_range_feature

Conversation

@cNorspang
Copy link
Copy Markdown

I tried to implement a feature for specifying range of code you would want to be copied

The feature is rough around the edges, but it works with passing a --start and --end value into the application. Then it just runs on the range.

dreness and others added 30 commits August 10, 2019 23:26
* The pasteboard crate has been added to Cargo.toml.
* In src/bin, use of this crate is conditional on target_os = "macOS"
* The implementation of dump_image_to_clipboard is exactly like the linux one, except instead of shelling out to xclip, we call the unsafe function:

Pasteboard::Image.copy(temp.path().to_str().unwrap());

Hat tip to @segeljakt for pasteboard :)
Implement --to-clipboard for macOS
Bumps [env_logger](https://github.com/sebasmagri/env_logger) from 0.7.0 to 0.7.1.
- [Release notes](https://github.com/sebasmagri/env_logger/releases)
- [Changelog](https://github.com/sebasmagri/env_logger/blob/master/CHANGELOG.md)
- [Commits](rust-cli/env_logger@v0.7.0...v0.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
…0.7.1

Bump env_logger from 0.7.0 to 0.7.1
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.3 to 0.3.4.
- [Release notes](https://github.com/TeXitoi/structopt/releases)
- [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md)
- [Commits](TeXitoi/structopt@v0.3.3...v0.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [euclid](https://github.com/servo/euclid) from 0.20.4 to 0.20.5.
- [Release notes](https://github.com/servo/euclid/releases)
- [Commits](https://github.com/servo/euclid/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.4 to 0.3.5.
- [Release notes](https://github.com/TeXitoi/structopt/releases)
- [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md)
- [Commits](TeXitoi/structopt@v0.3.4...v0.3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [euclid](https://github.com/servo/euclid) from 0.20.5 to 0.20.6.
- [Release notes](https://github.com/servo/euclid/releases)
- [Commits](https://github.com/servo/euclid/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bumps [font-kit](https://github.com/servo/font-kit) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/servo/font-kit/releases)
- [Commits](https://github.com/servo/font-kit/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Nudelmeister and others added 30 commits November 9, 2020 14:24
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.35 to 1.0.36.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.35...1.0.36)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
docs: add dependency for Fedora 33
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bumps [font-kit](https://github.com/servo/font-kit) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/servo/font-kit/releases)
- [Commits](servo/font-kit@v0.10.0...v0.10.1)

---
updated-dependencies:
- dependency-name: font-kit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Close Aloxaf#147 

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…--end for starting and ending range if end end is larger than file, end becomes file lenght
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.