Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify range feature #172

Open
wants to merge 123 commits into
base: dev
Choose a base branch
from
Open

Conversation

cNorspang
Copy link

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
…0.7.1

Bump env_logger from 0.7.0 to 0.7.1
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>

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] <[email protected]>

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.