Giter VIP home page Giter VIP logo

Comments (4)

memeplex avatar memeplex commented on August 26, 2024

See #38

from clipster.

mrichar1 avatar mrichar1 commented on August 26, 2024

Hi,

Thanks for your issue and PR - this is definitely a feature that's worth adding to clipster.

I decided that the marker option isn't quite the right way to go. Iit provides no way to specify a separator without the existing delim - for example if the clipboard contains hello and world you can't specify a space as the marker to get hello world - you'll always get some newlines/nuls.

Instead I have created a -m|--delim option which defaults to \n. This can be overridden with the marker, and the person setting the marker can decide whether or not to use newlines at that point. (--nul still works by just setting delim to \0.

Note: In order to pass in special characters on the command-line, you have to work round the shell wanting to consume them. In bash this can be done by using the following syntax: --delim $'\n>>>>\n' - note the single quotes.

I've pushed this change to a delim branch: 78107a1

Please grab this branch and test it out and let me know if it does what you're looking for?

Thanks!

from clipster.

memeplex avatar memeplex commented on August 26, 2024

from clipster.

mrichar1 avatar mrichar1 commented on August 26, 2024

Thanks for pointing out the issue and helping resolve it! 👍

Merged into master: 2b04404

from clipster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.