Giter VIP home page Giter VIP logo

Comments (7)

jethrokuan avatar jethrokuan commented on June 12, 2024

Looks like awk prints out the result in single quotes if the string has brackets in it:

after tweaking z to print $target:

❯ z what                                                                                         12:36:58 PM 
'/home/jethro/(whatever)'
❯ z code                                                                                         12:37:27 PM 
/home/jethro/Documents/Code

not sure how to fix this properly.

from z.

externl avatar externl commented on June 12, 2024

What about running it though string escape?

❯ string escape -n '/home/jethro/(whatever)'
/home/jethro/\(whatever\)

from z.

jethrokuan avatar jethrokuan commented on June 12, 2024

how would you pass the quoted string to string escape? i.e.

set -l test "'test'"

how to transform $test into a string without quotes?

from z.

externl avatar externl commented on June 12, 2024

There's also:

❯ z ~\(
awk: illegal primary in regular expression ~( at
 input record number 1, file /Users/joe/.local/share/z/data
 source line number 51
``

from z.

externl avatar externl commented on June 12, 2024

Maybe the arg should be escaped before being passing into awk (I haven't looked the impl)?

from z.

jethrokuan avatar jethrokuan commented on June 12, 2024

@donjar should be fixed by #72 , you can try it now!

from z.

jethrokuan avatar jethrokuan commented on June 12, 2024

Should be fixed now, closing.

from z.

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.