You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brothers in Rust, it was brought to my attention that a new user of skim is executing a heathen program written in an inferior language because we lack a printf, observe
In this execution we call out to rg --color=always -n {} $1 interactively. The output of that is in filename:linenumber:linecontents this gets broken up with the glorious argument --delimiter ':' which subsequently gets previewed with an execution of bat {1} -H {2} -f --style=full. Now when sk is given the command to select, there is no ability to the say you only want {1} or {2} or how you want the sk to output. What they're doing is this,
This discussion was converted from issue #540 on December 03, 2024 12:54.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Brothers in Rust, it was brought to my attention that a new user of
skimis executing a heathen program written in an inferior language because we lack aprintf, observeIn this execution we call out to
rg --color=always -n {} $1interactively. The output of that is infilename:linenumber:linecontentsthis gets broken up with the glorious argument--delimiter ':'which subsequently gets previewed with an execution ofbat {1} -H {2} -f --style=full. Now whenskis given the command to select, there is no ability to the say you only want{1}or{2}or how you want theskto output. What they're doing is this,Which offends all of the Gods. It would be far more desirable to support this,
We can even borrow the same logic in
--preview, and just apply it to the output.Beta Was this translation helpful? Give feedback.
All reactions