-
I have a certain need, and I'm wondering whether there are existing VisiData commands that can help with it. I'm in a Is there something like that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 22 replies
-
Use the |
Beta Was this translation helpful? Give feedback.
-
That makes sense, I changed my code accordingly now. Thank you.
…On Mon, Nov 27, 2023 at 1:26 AM Saul Pwanson ***@***.***> wrote:
Ah, this is the purpose of those *args names! Call it as FileListSheet(*dir_sheet.names,
'rfind', ...) and then there will be two name components, which will look
just like your {dir_sheet}_rfind, but will be broken down into name
components. This isn't immediately useful, but may well factor into how the
sheet tabs look on the status bar very shortly.
—
Reply to this email directly, view it on GitHub
<#2032 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAN3SVU2TMWXDSHCAL7O73YGPF3NAVCNFSM6AAAAAA5ECNOJOVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TMNZVGIYTS>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
Use the
-r
/--dir-recurse
flag. Select allrollout.jsonl
files."
to pull them into their own sheet. Org Enter
to open them up, each in their own sheet.