Lucas Burns

Results 29 comments of Lucas Burns

Alright, I'll look into creating something like this. I know that telescope already has a marks picker builtin, but it is the same output of the `marks` command. I've already...

Yes I installed it via rustup. I use iTerm and believe that I tried it in alacrity and the default terminal on `macOS`. I'm away from my computer now, but...

I forgot to reply to this whenever I got home that day. I recently got a desktop computer and installed Linux on it, the commands that I was having issue...

I don't use this program. But has this issue ever been solved? I'm writing a Rust program that calls `lsetxattr` through a the C API and am getting `Operation not...

I'm not sure if my file system would be corrupted in any way. I wouldn't know how that would've happened. I see some things online, and in the `xattr` man...

This will be the last comment I will make in here. For whatever it is worth, I think I found the solution: If you're attempting to write extended attributes to...

@Serkan80 I got your command to work. Instead of using `${{..}}` I used `!{{..}}` and I just escaped the asterisk with a backslash. There was no need to use the...

@kmarius I got the function I was using to work by doing the following: ```zsh cmd trash ${{ builtin setopt extendedglob local MATCH local -a arr short # Turn into...

@gokcehan Alright, I understand. I was mainly just asking whether there was a way around it, to trick the parser into not counting certain brackets. I could've sworn that I...

Yes, having a commit hash as an argument would be good